Created
December 19, 2017 20:13
-
-
Save alexsandro-xpt/92db9637a59343e85bd0d120898c2d55 to your computer and use it in GitHub Desktop.
Generate Color HEX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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