Skip to content

Instantly share code, notes, and snippets.

@JosephBerm
Last active April 23, 2022 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JosephBerm/641ae1083b2c2f41fa383d8015192cab to your computer and use it in GitHub Desktop.
Save JosephBerm/641ae1083b2c2f41fa383d8015192cab to your computer and use it in GitHub Desktop.
HSL Values Keyword
hsl(0, 100%, 50%) red
hsl(30, 100%, 50%) orange
hsl(60, 100%, 50%) yellow
hsl(90, 100%, 50%) lime green
hsl(120, 100%, 50%) green
hsl(150, 100%, 50%) blue-green
hsl(180, 100%, 50%) cyan
hsl(210, 100%, 50%) sky blue
hsl(240, 100%, 50%) blue
hsl(270, 100%, 50%) purple
hsl(300, 100%, 50%) magenta
hsl(330, 100%, 50%) pink
hsl(360, 100%, 50%) red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment