Skip to content

Instantly share code, notes, and snippets.

@mrocha-me
Created June 9, 2015 20:16
Show Gist options
  • Save mrocha-me/016a37dd0557540ef6a0 to your computer and use it in GitHub Desktop.
Save mrocha-me/016a37dd0557540ef6a0 to your computer and use it in GitHub Desktop.
Random hex colors in Javascript.
/* Random hex colors in javascript. */
(Math.random() * 0xFFFFFF >> 0).toString(16);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment