Skip to content

Instantly share code, notes, and snippets.

@shamdasani
Last active October 17, 2016 01:10
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 shamdasani/83d131bdeff24f73ddb5eaa417be8c6f to your computer and use it in GitHub Desktop.
Save shamdasani/83d131bdeff24f73ddb5eaa417be8c6f to your computer and use it in GitHub Desktop.
function hex color
function getColor() {
return '#' + Math.random().toString(16).slice(2, 8);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment