Created
November 10, 2014 21:22
-
-
Save kt3k/5a7d465565523a1de460 to your computer and use it in GitHub Desktop.
color palette for JS logo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
color palette for JS logo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"author": "kt3k", | |
"description": "color palette for JS logo.", | |
"palette": [ | |
{ | |
"name": "Logo colors", | |
"description": "background color and font color", | |
"colors": [ | |
"#f3df49", | |
"#2e2e2c" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment