Skip to content

Instantly share code, notes, and snippets.

@kentliau
Created February 22, 2014 07:49
Show Gist options
  • Save kentliau/9150161 to your computer and use it in GitHub Desktop.
Save kentliau/9150161 to your computer and use it in GitHub Desktop.
Flat UI Colors Less Snippet
//teal
@turquoise: #1abc9c;
@green-sea: #16a085;
//green
@emerald: #2ecc71;
@nephritis: #27ae60;
//blue
@peter-river: #3498db;
@belize-hole: #2980b9;
//purple
@amethyst: #9b59b6;
@wisteria: #8e44ad;
//blueish gray
@wet-asphalt: #34495e;
@midnight-blue: #2c3e50;
//yellow
@sun-flower: #f1c40f;
@orange: #f39c12;
//orange
@carrot: #e67e22;
@pumpkin: #d35400;
//red
@alizrin: #e74c3c;
@pomegranate: #c0392b;
//light gray
@clouds: #ecf0f1;
@silver: #bdc3c7;
//darker gray
@concrete: #95a5a6;
@asbestos: #7f8c8d;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment