- Hex:
#123abc
- Variable:
$palette-color
- Hex without hash:
123abc
- RGB:
(255, 127, 63)
- RGBA:
(255, 127, 63, 1)
Last active
August 29, 2015 14:23
-
-
Save thewarpaint/801bb9139e4e4064ed9b to your computer and use it in GitHub Desktop.
Color Palette
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
{ | |
"name": "Flat UI", | |
"colors": [ | |
{ | |
"name": "Turquoise", | |
"variable": "$palette-turquoise", | |
"color": "#1abc9c" | |
}, | |
{ | |
"name": "Green Sea", | |
"variable": "$palette-green-sea", | |
"color": "#16a085" | |
}, | |
{ | |
"name": "Emerald", | |
"variable": "$palette-emerald", | |
"color": "#2ecc71" | |
}, | |
{ | |
"name": "Nephritis", | |
"variable": "$palette-nephritis", | |
"color": "#27ae60" | |
}, | |
{ | |
"name": "Peter River", | |
"variable": "$palette-peter-river", | |
"color": "#3498db" | |
}, | |
{ | |
"name": "Belize Hole", | |
"variable": "$palette-belize-hole", | |
"color": "#2980b9" | |
}, | |
{ | |
"name": "Amethyst", | |
"variable": "$palette-amethyst", | |
"color": "#9b59b6" | |
}, | |
{ | |
"name": "Wisteria", | |
"variable": "$palette-wisteria", | |
"color": "#8e44ad" | |
}, | |
{ | |
"name": "Wet Asphalt", | |
"variable": "$palette-wet-asphalt", | |
"color": "#34495e" | |
}, | |
{ | |
"name": "Midnight Blue", | |
"variable": "$palette-midnight-blue", | |
"color": "#2c3e50" | |
}, | |
{ | |
"name": "Sun Flower", | |
"variable": "$palette-sun-flower", | |
"color": "#f1c40f" | |
}, | |
{ | |
"name": "Orange", | |
"variable": "$palette-orange", | |
"color": "#f39c12" | |
}, | |
{ | |
"name": "Carrot", | |
"variable": "$palette-carrot", | |
"color": "#e67e22" | |
}, | |
{ | |
"name": "Pumpkin", | |
"variable": "$palette-pumpkin", | |
"color": "#d35400" | |
}, | |
{ | |
"name": "Alizarin", | |
"variableName": "$palette-alizarin", | |
"color": "#e74c3c" | |
}, | |
{ | |
"name": "Pomegranate", | |
"variable": "$palette-pomegranate", | |
"color": "#c0392b" | |
}, | |
{ | |
"name": "Clouds", | |
"variable": "$palette-clouds", | |
"color": "#ecf0f1" | |
}, | |
{ | |
"name": "Silver", | |
"variable": "$palette-silver", | |
"color": "#bdc3c7" | |
}, | |
{ | |
"name": "Concrete", | |
"variable": "$palette-concrete", | |
"color": "#95a5a6" | |
}, | |
{ | |
"name": "Asbestos", | |
"variable": "$palette-asbestos", | |
"color": "#7f8c8d" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment