Skip to content

Instantly share code, notes, and snippets.

@wiledal
Last active August 29, 2015 14:04
Show Gist options
  • Save wiledal/57e13866698e663cdfd0 to your computer and use it in GitHub Desktop.
Save wiledal/57e13866698e663cdfd0 to your computer and use it in GitHub Desktop.
Random Color
return "#" + ("000000" + (Math.random()*(1<<24)|0).toString(16)).slice(-6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment