Skip to content

Instantly share code, notes, and snippets.

@jeromefaria
Created February 4, 2014 14:19
Show Gist options
  • Save jeromefaria/8804415 to your computer and use it in GitHub Desktop.
Save jeromefaria/8804415 to your computer and use it in GitHub Desktop.
Hex colour palette based on www.flatuicolors.com
/* Hex color palette based on www.flatuicolors.com */
.turquoise { color: #1abc9c; }
.emerland { color: #2ecc71; }
.peter-river { color: #3498db; }
.amethyst { color: #9b59b6; }
.wet-asphalt { color: #34495e; }
.green-sea { color: #16a085; }
.nephritis { color: #27ae60; }
.belize-hole { color: #2980b9; }
.wisteria { color: #8e44ad; }
.midnight-blue { color: #2c3e50; }
.sun-flower { color: #f1c40f; }
.carrot { color: #e67e22; }
.alizarin { color: #e74c3c; }
.clouds { color: #ecf0f1; }
.concrete { color: #95a5a6; }
.orange { color: #f39c12; }
.pumpkin { color: #d35400; }
.pomegranate { color: #c0392b; }
.silver { color: #bdc3c7; }
.asbestos { color: #7f8c8d; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment