Created
May 10, 2012 14:54
-
-
Save kujon/2653680 to your computer and use it in GitHub Desktop.
JavaScript: one line color generator
This file contains 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
'#' + (function(h){return new Array(7-h.length).join("0")+h})((Math.random()*0x1000000<<0).toString(16)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment