Skip to content

Instantly share code, notes, and snippets.

@kt3k
Last active August 29, 2015 14:08
Show Gist options
  • Save kt3k/962956462228bb8911ed to your computer and use it in GitHub Desktop.
Save kt3k/962956462228bb8911ed to your computer and use it in GitHub Desktop.
Example palette set
{
"author": "kt3k",
"description": "An example color palette.",
"palette": [
{
"name": "grey",
"description": "basic colors",
"colors": [
"#111111",
"#333333",
"#555555",
"#888888"
]
},
{
"name": "blue",
"description": "accent colors 1",
"colors": [
"#0010cf",
"#3040cf"
]
},
{
"name": "red",
"description": "accent colors 2",
"colors": [
"#cf1000",
"#cf4030"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment