Skip to content

Instantly share code, notes, and snippets.

@mndvns
Created February 8, 2015 01:15
Show Gist options
  • Save mndvns/e123b467737f06bdb51d to your computer and use it in GitHub Desktop.
Save mndvns/e123b467737f06bdb51d to your computer and use it in GitHub Desktop.
Color swatches
# Colors
red
yellow
blue
orange
green
purple
yellow-orange
red-orange
red-violet
blue-violet
blue-green
yellow-green
gray
...-light
...-lighter
...-lightest
...-dark
...-darker
...-darkest
white
black
# Formats
hex
hsl
{
"black": {
"hsl-string": "hsl(0, 0%, 0%)",
"hsl": [0, 0, 0]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment