Skip to content

Instantly share code, notes, and snippets.

@samdods
Created February 8, 2022 13:29
Show Gist options
  • Save samdods/2d9eab920d928f779e659430bd0cac77 to your computer and use it in GitHub Desktop.
Save samdods/2d9eab920d928f779e659430bd0cac77 to your computer and use it in GitHub Desktop.
{
"groups": [
{
"name": "reds",
"colors": [
{
"name": "red",
"hex": "FF0000"
},
{
"name": "pink",
"hex": "FFC0CB"
},
{
"name": "maroon",
"hex": "800000"
}
]
},
{
"name": "greens",
"colors": [
{
"name": "green",
"hex": "00FF00"
},
{
"name": "sea green",
"hex": "2E8B57"
},
{
"name": "mint green",
"hex": "3EB489"
}
]
},
{
"name": "blues",
"colors": [
{
"name": "blue",
"hex": "0000ff"
},
{
"name": "navy",
"hex": "000080"
},
{
"name": "sky",
"hex": "87CEEB"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment