Skip to content

Instantly share code, notes, and snippets.

@ericz
Created September 5, 2014 05:35
Show Gist options
  • Save ericz/f6695c42c440129d8f9a to your computer and use it in GitHub Desktop.
Save ericz/f6695c42c440129d8f9a to your computer and use it in GitHub Desktop.
Updated colors
[
{
"hex": "000000",
"name": "black"
},
{
"hex": "8e9089",
"name": "grey"
},
{
"hex": "c7c9c7",
"name": "light grey"
},
{
"hex": "ffffff",
"name": "white"
},
{
"hex": "cb333b",
"name": "red"
},
{
"hex": "e53c2e",
"name": "orange red"
},
{
"hex": "ff3eb3",
"name": "hot pink"
},
{
"hex": "c5299b",
"name": "magenta"
},
{
"hex": "f57eb6",
"name": "charity pink"
},
{
"hex": "fabbcb",
"name": "pink"
},
{
"hex": "d9c89e",
"name": "tan"
},
{
"hex": "f9e547",
"name": "lemon"
},
{
"hex": "ffb81c",
"name": "athletic gold"
},
{
"hex": "ff6a13",
"name": "orange"
},
{
"hex": "fdda24",
"name": "yellow"
},
{
"hex": "b58500",
"name": "old gold"
},
{
"hex": "7b4931",
"name": "brown"
},
{
"hex": "9d2235",
"name": "cardinal"
},
{
"hex": "7e2d40",
"name": "maroon"
},
{
"hex": "006747",
"name": "kelly green"
},
{
"hex": "8edd65",
"name": "lime"
},
{
"hex": "154734",
"name": "forest"
},
{
"hex": "00843d",
"name": "green"
},
{
"hex": "827a04",
"name": "olive"
},
{
"hex": "9adbe8",
"name": "light blue"
},
{
"hex": "3eb1c8",
"name": "turquoise"
},
{
"hex": "0254a2",
"name": "blue"
},
{
"hex": "003087",
"name": "royal"
},
{
"hex": "13294b",
"name": "navy"
},
{
"hex": "cba3d8",
"name": "light purple"
},
{
"hex": "3d0182",
"name": "purple"
},
{
"hex": "54585a",
"name": "dark grey"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment