Created
February 27, 2017 10:38
-
-
Save long-nguyen/84d9aaf812c9fe4df2a40bee04d553f7 to your computer and use it in GitHub Desktop.
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
{ | |
"gradient": [ | |
{ | |
"title": "Roller Rink", | |
"colors": [ | |
"26284B#26284B", | |
"00545B#26284B", | |
"26284B#26284B", | |
"00545B#26284B", | |
"26284B#26284B", | |
"00545B#26284B", | |
"26284B#26284B", | |
"00545B#26284B", | |
"26284B#26284B", | |
"00545B#26284B", | |
] | |
}, | |
... | |
], | |
"solid": [ | |
{ | |
"title": "Red", | |
"colors": [ | |
"26284B", | |
"00545B", | |
"26284B", | |
"00545B", | |
"26284B", | |
"00545B", | |
"26284B", | |
"00545B", | |
] | |
}, | |
... | |
], | |
"prebuilt": [ | |
{ | |
"title": "Roller Rink", | |
"colors": [ | |
"26284B", | |
"00545B", | |
"00C481", | |
"A9DB5A", | |
"FCC035", | |
"F16A25", | |
"F02540", | |
"A3275F", | |
"721463" | |
] | |
}, | |
... | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment