Skip to content

Instantly share code, notes, and snippets.

@idan
Created January 29, 2014 00:41
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 idan/8679508 to your computer and use it in GitHub Desktop.
Save idan/8679508 to your computer and use it in GitHub Desktop.
Flat UI colors
// Colors from http://designmodo.github.com/Flat-UI/
$color-turquoise: #1abc9c;
$color-green-sea: #16a085;
$color-emerland: #2ecc71;
$color-nephritis: #27ae60;
$color-peter-river: #3498db;
$color-belize-hole: #2980b9;
$color-amethyst: #9b59b6;
$color-wisteria: #8e44ad;
$color-wet-asphalt: #34495e;
$color-midnight-blue: #2c3e50;
$color-sunflower: #f1c40f;
$color-orange: #f39c12;
$color-carrot: #e67e22;
$color-pumpkin: #d35400;
$color-alizarin: #e74c3c;
$color-pomegranate: #c0392b;
$color-clouds: #ecf0f1;
$color-silver: #bdc3c7;
$color-concrete: #95a5a6;
$color-asbestos: #7f8c8d;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment