Skip to content

Instantly share code, notes, and snippets.

@fhdalikhan
Created July 19, 2019 07:25
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 fhdalikhan/478a7836998328d88bfd3b6e8210789b to your computer and use it in GitHub Desktop.
Save fhdalikhan/478a7836998328d88bfd3b6e8210789b to your computer and use it in GitHub Desktop.
Generate random hex color values
'#'+(Math.random()*0xFFFFFF<<0).toString(16);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment