Last active
November 26, 2018 20:48
-
-
Save wking-io/3e116c0e5675c8bcad8b5a6dc6ca5344 to your computer and use it in GitHub Desktop.
API for Codepen | Gradients.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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