Last active
December 12, 2015 02:28
-
-
Save benshimmin/4698432 to your computer and use it in GitHub Desktop.
Generate random hex codes for colours
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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