Skip to content

Instantly share code, notes, and snippets.

@pushandplay
Created March 5, 2015 22:16
Show Gist options
  • Save pushandplay/423e241fbaa6d297140d to your computer and use it in GitHub Desktop.
Save pushandplay/423e241fbaa6d297140d to your computer and use it in GitHub Desktop.
Random color with JavaScript
"#" + ((1<<24)*Math.random()|0).toString(16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment