Skip to content

Instantly share code, notes, and snippets.

@ajayvarghese
Created February 11, 2019 07:23
Show Gist options
  • Save ajayvarghese/e58e93df25e0cadce9f02c264f9924e6 to your computer and use it in GitHub Desktop.
Save ajayvarghese/e58e93df25e0cadce9f02c264f9924e6 to your computer and use it in GitHub Desktop.
// Random Color Generator
const getRandomHexColor = () => '#'+ Math.random().toString(16).substr(-6);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment