Last active
December 24, 2015 05:59
-
-
Save sbruchmann/6754050 to your computer and use it in GitHub Desktop.
All colors from Flat UI as stylus variables
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
// See http://flatuicolors.com/ | |
$alizarin = #e74c3c | |
$amethyst = #9b59b6 | |
$asbestos = #7f8c8d | |
$belize-hole = #2980b9 | |
$carrot = #e67e22 | |
$clouds = #ecf0f1 | |
$concrete = #95a5a6 | |
$emerald = #2ecc71 | |
$green-sea = #16a085 | |
$midnight-blue = #2c3e50 | |
$nephritis = #27ae60 | |
$orange = #f39c12 | |
$peter-river = #3498db | |
$pomegranate = #c0392b | |
$pumpkin = #d35400 | |
$silver = #bdc3c7 | |
$sun-flower = #f1c40f | |
$turquiose = #1abc9c | |
$wet-asphalt = #34495e | |
$wisteria = #8e44ad |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment