Skip to content

Instantly share code, notes, and snippets.

@bradstemke
Created June 27, 2019 16:02
Show Gist options
  • Save bradstemke/7c8f549288a4ac5d22dfe0d6b3f7af3c to your computer and use it in GitHub Desktop.
Save bradstemke/7c8f549288a4ac5d22dfe0d6b3f7af3c to your computer and use it in GitHub Desktop.
// from Paul Irish!
// Generate a random hex value
'#'+Math.floor(Math.random()*16777215).toString(16);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment