Skip to content

Instantly share code, notes, and snippets.

@lastmaj
Forked from wking-io/gradient.json
Last active November 26, 2018 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lastmaj/96fcb1e1b49f8916b39c32ed68f5ab37 to your computer and use it in GitHub Desktop.
Save lastmaj/96fcb1e1b49f8916b39c32ed68f5ab37 to your computer and use it in GitHub Desktop.
API for Codepen | Gradients.
{
"data": [
{
"name": "warmFlame",
"direction": "to right",
"colors": ["#ff9a9e", "#fad0c4"],
"positions": ["0%", "100%"]
},
{
"name": "youngPassion",
"direction": "to right",
"colors": ["#ff8177", "#ff867a", "#ff8c7f", "#f99185", "#cf556c", "#b12a5b"],
"positions": ["0%", "0%", "21%", "52%", "78%", "100%"]
},
{
"name": "newLife",
"direction": "to right",
"colors": ["#43e97b", "#38f9d7"],
"positions": ["0%", "100%"]
},
{
"name": "ripeMalinka",
"direction": "to right",
"colors": ["#f093fb", "#f5576c"],
"positions": ["0%", "100%"]
},
{
"name": "trueSunset",
"direction": "to right",
"colors": ["#fa709a", "#fee140"],
"positions": ["0%", "100%"]
},
{
"name": "itmeoBranding",
"direction": "to right",
"colors": ["#2af598", "#009efd"],
"positions": ["0%", "100%"]
},
{
"name": "mango",
"direction": "to right",
"colors": ["#ffe259", "#ffa751"],
"positions": ["0%", "100%"]
},
{
"name": "slightOceanView",
"direction": "to right",
"colors": ["#a8c0ff", "#3f2b96"],
"positions": ["0%", "100%"]
},
{
"name": "easyMed",
"direction": "to right",
"colors": ["#DCE35B", "#45B649"],
"positions": ["0%", "100%"]
},
{
"name": "sinCityRed",
"direction": "to right",
"colors": ["#ED213A", "#93291E"],
"positions": ["0%", "100%"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment