Created
February 8, 2015 01:15
-
-
Save mndvns/e123b467737f06bdb51d to your computer and use it in GitHub Desktop.
Color swatches
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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