Skip to content

Instantly share code, notes, and snippets.

@wking-io
Last active November 26, 2018 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save wking-io/3e116c0e5675c8bcad8b5a6dc6ca5344 to your computer and use it in GitHub Desktop.
Save wking-io/3e116c0e5675c8bcad8b5a6dc6ca5344 to your computer and use it in GitHub Desktop.
API for Codepen | Gradients.
{
"data": [
{
"name": "warmFlame",
"direction": "90deg",
"colors": ["#ff9a9e", "#fad0c4"],
"positions": ["0%", "100%"]
},
{
"name": "youngPassion",
"direction": "90deg",
"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": "temptingAzure",
"direction": "120deg",
"colors": ["#84fab0", "#8fd3f4"],
"positions": ["0%", "100%"]
},
{
"name": "ripeMalinka",
"direction": "120deg",
"colors": ["#f093fb", "#f5576c"],
"positions": ["0%", "100%"]
},
{
"name": "trueSunset",
"direction": "to right",
"colors": ["#fa709a", "#fee140"],
"positions": ["0%", "100%"]
},
{
"name": "plumPlate",
"direction": "135deg",
"colors": ["#667eea", "#764ba2"],
"positions": ["0%", "100%"]
},
{
"name": "itmeoBranding",
"direction": "180deg",
"colors": ["#2af598", "#009efd"],
"positions": ["0%", "100%"]
},
{
"name": "deepBlue",
"direction": "to right",
"colors": ["#6a11cb", "#2575fc"],
"positions": ["0%", "100%"]
},
{
"name": "sweetPeriod",
"direction": "to top",
"colors": ["#3f51b1", "#5a55ae", "#7b5fac", "#8f6aae", "#a86aa4", "#cc6b8e", "#f18271", "#f3a469", "#f7c978"],
"positions": ["0%", "13%", "25%", "38%", "50%", "62%", "75%", "87%", "100%"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment