Skip to content

Instantly share code, notes, and snippets.

@farshidrezaei
Created May 16, 2019 22:35
Show Gist options
  • Save farshidrezaei/30b0f142c30cf31cab2522c2cfd2f05b to your computer and use it in GitHub Desktop.
Save farshidrezaei/30b0f142c30cf31cab2522c2cfd2f05b to your computer and use it in GitHub Desktop.
Random Hex Color
var randomColor = 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