Created
December 30, 2016 17:38
-
-
Save josep2/6be58e82b1e9a6f159420116b23a53b3 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
[ | |
{ | |
color: "red", | |
value: "#f00" | |
}, | |
{ | |
color: "green", | |
value: "#0f0" | |
}, | |
{ | |
color: "blue", | |
value: "#00f" | |
}, | |
{ | |
color: "cyan", | |
value: "#0ff" | |
}, | |
{ | |
color: "magenta", | |
value: "#f0f" | |
}, | |
{ | |
color: "yellow", | |
value: "#ff0" | |
}, | |
{ | |
color: "black", | |
value: "#000" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment