Skip to content

Instantly share code, notes, and snippets.

@renatosousafilho
Created April 13, 2020 02:02
Show Gist options
  • Save renatosousafilho/d100f8118950fe8d60f4a9000ac0bffd to your computer and use it in GitHub Desktop.
Save renatosousafilho/d100f8118950fe8d60f4a9000ac0bffd to your computer and use it in GitHub Desktop.
[
{
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