Skip to content

Instantly share code, notes, and snippets.

@benshimmin
Last active December 12, 2015 02:28
Show Gist options
  • Save benshimmin/4698432 to your computer and use it in GitHub Desktop.
Save benshimmin/4698432 to your computer and use it in GitHub Desktop.
Generate random hex codes for colours
randomColour = -> "#" + (Math.floor(Math.random() * 0xffffff)).toString(16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment