Skip to content

Instantly share code, notes, and snippets.

@alexsandro-xpt
Created December 19, 2017 20:13
Show Gist options
  • Select an option

  • Save alexsandro-xpt/92db9637a59343e85bd0d120898c2d55 to your computer and use it in GitHub Desktop.

Select an option

Save alexsandro-xpt/92db9637a59343e85bd0d120898c2d55 to your computer and use it in GitHub Desktop.
Generate Color HEX
var color = '#' + 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