Skip to content

Instantly share code, notes, and snippets.

@Demnogonis
Last active March 9, 2016 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Demnogonis/5a70d5a31769dcc5e5f4 to your computer and use it in GitHub Desktop.
Save Demnogonis/5a70d5a31769dcc5e5f4 to your computer and use it in GitHub Desktop.
Random Color Code
// From http://stackoverflow.com/a/5365036/912500
"#"+((1<<24)*Math.random()|0).toString(16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment