Skip to content

Instantly share code, notes, and snippets.

@liuyanghejerry
Created November 5, 2015 15:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liuyanghejerry/1c6950abd42c542fcc8a to your computer and use it in GitHub Desktop.
Save liuyanghejerry/1c6950abd42c542fcc8a to your computer and use it in GitHub Desktop.
Friendly HSL color
`hsl(${(Math.floor(3600*Math.random()/10) + 1)}, ${(Math.floor((60)*Math.random()) + 1)}%, ${(Math.floor((25)*Math.random()) + 30)}%)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment