Skip to content

Instantly share code, notes, and snippets.

@jaxxreal
Created October 14, 2013 07:48
Show Gist options
  • Save jaxxreal/6972232 to your computer and use it in GitHub Desktop.
Save jaxxreal/6972232 to your computer and use it in GitHub Desktop.
Valid color generator
(function(m,s,c){return (c ? arguments.callee(m,s,c-1) : '') +
s[m.floor(m.random() * s.length)]})(Math,'0123456789ABCDEF',5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment