Skip to content

Instantly share code, notes, and snippets.

@selfish
Created July 11, 2016 17:47
Show Gist options
  • Save selfish/aab32d7c9890963429d3c29ed902be4d to your computer and use it in GitHub Desktop.
Save selfish/aab32d7c9890963429d3c29ed902be4d to your computer and use it in GitHub Desktop.
Random color code in javascript:
'#'+('00000'+(Math.random()*0xFFFFFF<<0).toString(16)).slice(-6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment