Skip to content

Instantly share code, notes, and snippets.

@alecmolloy
Last active January 30, 2018 16:21
Show Gist options
  • Save alecmolloy/abeca12cd26dd562a89122c8f892f477 to your computer and use it in GitHub Desktop.
Save alecmolloy/abeca12cd26dd562a89122c8f892f477 to your computer and use it in GitHub Desktop.
gradients.json
[
{
"name": "Mango",
"colors": ["#ffe259", "#ffa751"]
},
{
"name": "Windy",
"colors": ["#acb6e5", "#86fde8"]
},
{
"name": "Royal Blue",
"colors": ["#536976", "#292E49"]
},
{
"name": "Copper",
"colors": ["#B79891", "#94716B"]
},
{
"name": "Petrol",
"colors": ["#BBD2C5", "#536976"]
},
{
"name": "Sky",
"colors": ["#076585", "#fff"]
},
{
"name": "Sel",
"colors": ["#00467F", "#A5CC82"]
},
{
"name": "Skyline",
"colors": ["#1488CC", "#2B32B2"]
},
{
"name": "DIMIGO",
"colors": ["#ec008c", "#fc6767"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment