Skip to content

Instantly share code, notes, and snippets.

@Dammmien
Created December 14, 2015 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dammmien/e7d3c6b24fce4e8626e4 to your computer and use it in GitHub Desktop.
Save Dammmien/e7d3c6b24fce4e8626e4 to your computer and use it in GitHub Desktop.
Random Hex Color in JavaScript
'#' + Math.floor( Math.random() * 16777215 ).toString( 16 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment