Skip to content

Instantly share code, notes, and snippets.

@nauris-m
Created December 12, 2018 10:26
Show Gist options
  • Save nauris-m/01e3a21a639513fcba493bdfe7f0d9c8 to your computer and use it in GitHub Desktop.
Save nauris-m/01e3a21a639513fcba493bdfe7f0d9c8 to your computer and use it in GitHub Desktop.
function generateRandomColor(){
return '#'+(Math.random()*0xFFFFFF<<0).toString(16);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment