1
0
mirror of https://github.com/itmeo/webgradients.git synced 2025-01-16 20:48:16 +01:00

add new gradient file ( test )

This commit is contained in:
KenanAivazov 2019-10-15 12:07:27 +03:00
parent 79926f5d01
commit 9ca80cb83e
3 changed files with 3386 additions and 1 deletions

6
.gitignore vendored
View File

@ -1 +1,5 @@
.idea
.idea
index.js
package.json
node_modules
yarn.lock

3302
gradients-parsed.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -154,5 +154,84 @@
"pos": 100
}
]
},
{
"name": "Wide Matrix",
"favorite": false,
"index": 9,
"deg": 0,
"group": [ "#F9AFAD", "#8B56E9" ],
"gradient": [
{
"color": "#fcc5e4",
"pos": 0
},
{
"color": "#fda34b",
"pos": 15
},
{
"color": "#ff7882",
"pos": 35
},
{
"color": "#c8699e",
"pos": 52
},
{
"color": "#7046aa",
"pos": 72
},
{
"color": "#0c1db8",
"pos": 87
},
{
"color": "#020f75",
"pos": 100
}
]
},
{
"name": "Plum Bath",
"favorite": false,
"index": 10,
"deg": 0,
"group": [ "#8B56E9" ],
"gradient": [
{
"color": "#cc208e",
"pos": 0
},
{
"color": "#6713d2",
"pos": 100
}
]
},
{
"name": "Space Shift",
"favorite": false,
"index": 11,
"deg": 60,
"group": [ "#259BE5" ],
"gradient": [
{
"color": "#3d3393",
"pos": 0
},
{
"color": "#2b76b9",
"pos": 37
},
{
"color": "#2cacd1",
"pos": 65
},
{
"color": "#35eb93",
"pos": 100
}
]
}
]