Skip to content

Instantly share code, notes, and snippets.

@kt3k
Last active August 29, 2015 14:08
Show Gist options
  • Save kt3k/5aac98c2e67d30791c27 to your computer and use it in GitHub Desktop.
Save kt3k/5aac98c2e67d30791c27 to your computer and use it in GitHub Desktop.
palette set for LD proj
{
"author": "kt3k",
"description": "The color palette for LD project.",
"palette": [
{
"name": "Grey",
"description": "Basic colors, mainly for backgrounds and environments.",
"colors": [
"#FAFAFA",
"#E1E3E5",
"#C1C6CB",
"#9BA3AB",
"#7F8B96",
"#636E79",
"#4E5760",
"#393F44",
"#191B1D"
]
},
{
"name": "Blue",
"description": "Accent colors (1), for nims.",
"colors": [
"#328DE5",
"#1979D6",
"#0B6AC6",
"#094F93",
"#083D71"
]
},
{
"name": "Red",
"description": "Accent colors (2), for neeves and Emma, for ui meaning No.",
"colors": [
"#FBA3B4",
"#F77790",
"#F35372",
"#EF3559",
"#EC103B",
"#C20429",
"#9D001F"
]
},
{
"name": "Green",
"description": "Accent colors (3), color for ui, meaning OK, for Ellen",
"colors": [
"#00E53C",
"#00C634",
"#019528",
"#057021",
"#013A10"
]
},
{
"name": "Orange",
"description": "Accent colors (4), colors of warnings, for Ma.",
"colors": [
"#FFD88C",
"#F7BC47",
"#FFA900",
"#DB9100",
"#A76E00",
"#6E4900",
"#261900"
]
},
{
"name": "Purple",
"description": "Accent colors (5), colors of surprise.",
"colors": [
"#B568F8",
"#9316FF",
"#8000EF",
"#53009B",
"#32015C"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment