Skip to content

Instantly share code, notes, and snippets.

@ophentis
Created February 22, 2014 11:24
Show Gist options
  • Save ophentis/9152346 to your computer and use it in GitHub Desktop.
Save ophentis/9152346 to your computer and use it in GitHub Desktop.
js random hex color
(Math.random().toString(16) + '000000').slice(2, 8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment