-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradients.json
More file actions
274 lines (274 loc) · 7.1 KB
/
gradients.json
File metadata and controls
274 lines (274 loc) · 7.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
{
"gradients": [
{
"title": "Hyper",
"theme": "Warm",
"colors": "bg-gradient-to-r from-pink-500 via-red-500 to-yellow-500"
},
{
"title": "Oceanic",
"theme": "Cool",
"colors": "bg-gradient-to-r from-green-300 via-blue-500 to-purple-600"
},
{
"title": "Cotton Candy",
"theme": "Pastel",
"colors": "bg-gradient-to-r from-pink-300 via-purple-300 to-indigo-400"
},
{
"title": "Gotham",
"theme": "Monochrome",
"colors": "bg-gradient-to-r from-gray-700 via-gray-900 to-black"
},
{
"title": "Sunset",
"theme": "Pastel",
"colors": "bg-gradient-to-r from-indigo-200 via-red-200 to-yellow-100"
},
{
"title": "Mojave",
"theme": "Warm",
"colors": "bg-gradient-to-r from-yellow-100 via-yellow-300 to-yellow-500"
},
{
"title": "Beachside",
"theme": "Cool",
"colors": "bg-gradient-to-r from-yellow-200 via-green-200 to-green-500"
},
{
"title": "Gunmetal",
"theme": "Monochrome",
"colors": "bg-gradient-to-r from-gray-200 via-gray-400 to-gray-600"
},
{
"title": "Peachy",
"theme": "Pastel",
"colors": "bg-gradient-to-r from-red-200 via-red-300 to-yellow-200"
},
{
"title": "Seafoam",
"theme": "Cool",
"colors": "bg-gradient-to-r from-green-200 via-green-300 to-blue-500"
},
{
"title": "Pumpkin",
"theme": "Warm",
"colors": "bg-gradient-to-r from-yellow-200 via-yellow-400 to-yellow-700"
},
{
"title": "Pandora",
"theme": "Cool",
"colors": "bg-gradient-to-r from-green-200 via-green-400 to-purple-700"
},
{
"title": "Valentine",
"theme": "Warm",
"colors": "bg-gradient-to-r from-red-200 to-red-600"
},
{
"title": "Hawaii",
"theme": "Pastel",
"colors": "bg-gradient-to-r from-green-300 via-yellow-300 to-pink-300"
},
{
"title": "Lavender",
"theme": "Pastel",
"colors": "bg-gradient-to-r from-indigo-300 to-purple-400"
},
{
"title": "Wintergreen",
"theme": "Cool",
"colors": "bg-gradient-to-r from-green-200 to-green-500"
},
{
"title": "Huckleberry",
"theme": "Cool",
"colors": "bg-gradient-to-r from-purple-200 via-purple-400 to-purple-800"
},
{
"title": "Blue Steel",
"theme": "Cool",
"colors": "bg-gradient-to-r from-gray-400 via-gray-600 to-blue-800"
},
{
"title": "Arendelle",
"theme": "Cool",
"colors": "bg-gradient-to-r from-blue-100 via-blue-300 to-blue-500"
},
{
"title": "Spearmint",
"theme": "Cool",
"colors": "bg-gradient-to-r from-green-200 via-green-400 to-green-500"
},
{
"title": "Minnesota",
"theme": "Warm",
"colors": "bg-gradient-to-r from-purple-400 to-yellow-400"
},
{
"title": "Bombpop",
"theme": "Pastel",
"colors": "bg-gradient-to-r from-red-400 via-gray-300 to-blue-500"
},
{
"title": "Acadia",
"theme": "Warm",
"colors": "bg-gradient-to-r from-red-800 via-yellow-600 to-yellow-500"
},
{
"title": "Sonora",
"theme": "Warm",
"colors": "bg-gradient-to-r from-yellow-200 to-yellow-500"
},
{
"title": "Paradise",
"theme": "Pastel",
"colors": "bg-gradient-to-r from-blue-300 via-green-200 to-yellow-300"
},
{
"title": "Sierra Mist",
"theme": "Pastel",
"colors": "bg-gradient-to-r from-yellow-200 via-green-200 to-green-300"
},
{
"title": "Creamsicle",
"theme": "Warm",
"colors": "bg-gradient-to-r from-yellow-200 via-yellow-300 to-yellow-400"
},
{
"title": "Midnight",
"theme": "Cool",
"colors": "bg-gradient-to-r from-blue-700 via-blue-800 to-gray-900"
},
{
"title": "Borealis",
"theme": "Pastel",
"colors": "bg-gradient-to-r from-green-300 to-purple-400"
},
{
"title": "Strawberry",
"theme": "Pastel",
"colors": "bg-gradient-to-r from-yellow-200 via-pink-200 to-pink-400"
},
{
"title": "Flamingo",
"theme": "Pastel",
"colors": "bg-gradient-to-r from-pink-400 to-pink-600"
},
{
"title": "Burning Sunrise",
"theme": "Warm",
"colors": "bg-gradient-to-r from-yellow-600 to-red-600"
},
{
"title": "Apple",
"theme": "Cool",
"colors": "bg-gradient-to-r from-green-500 to-green-700"
},
{
"title": "Watermelon",
"theme": "Warm",
"colors": "bg-gradient-to-r from-red-500 to-green-500"
},
{
"title": "Flare",
"theme": "Warm",
"colors": "bg-gradient-to-r from-orange-600 to-orange-500"
},
{
"title": "Rasta",
"theme": "Warm",
"colors": "bg-gradient-to-r from-lime-600 via-yellow-300 to-red-600"
},
{
"title": "Lust",
"theme": "Warm",
"colors": "bg-gradient-to-r from-rose-700 to-pink-600"
},
{
"title": "Sublime",
"theme": "Cool",
"colors": "bg-gradient-to-r from-rose-400 via-fuchsia-500 to-indigo-500"
},
{
"title": "Witch",
"theme": "Cool",
"colors": "bg-gradient-to-r from-blue-gray-900 via-purple-900 to-blue-gray-900"
},
{
"title": "Powerpuff",
"theme": "Cool",
"colors": "bg-gradient-to-r from-light-blue-400 via-rose-400 to-lime-400"
},
{
"title": "Solid Blue",
"theme": "Cool",
"colors": "bg-gradient-to-r from-blue-500 to-blue-600"
},
{
"title": "Ice",
"theme": "Pastel",
"colors": "bg-gradient-to-r from-rose-100 to-teal-100"
},
{
"title": "Sky",
"theme": "Pastel",
"colors": "bg-gradient-to-b from-light-blue-400 to-light-blue-200"
},
{
"title": "Horizon",
"theme": "Warm",
"colors": "bg-gradient-to-b from-orange-500 to-yellow-300"
},
{
"title": "Morning",
"theme": "Warm",
"colors": "bg-gradient-to-r from-rose-400 to-orange-300"
},
{
"title": "Space",
"theme": "Monochrome",
"colors": "bg-gradient-to-b from-cool-gray-900 to-warm-gray-600"
},
{
"title": "Earth",
"theme": "Pastel",
"colors": "bg-gradient-to-r from-teal-200 to-lime-200"
},
{
"title": "Picture",
"theme": "Warm",
"colors": "bg-gradient-to-r from-fuchsia-500 via-red-600 to-orange-400"
},
{
"title": "Messenger",
"theme": "Cool",
"colors": "bg-gradient-to-r from-light-blue-400 to-blue-500"
},
{
"title": "Sea",
"theme": "Cool",
"colors": "bg-gradient-to-r from-cyan-200 to-cyan-400"
},
{
"title": "Payment",
"theme": "Cool",
"colors": "bg-gradient-to-r from-light-blue-400 to-cyan-300"
},
{
"title": "Video",
"theme": "Warm",
"colors": "bg-gradient-to-r from-red-500 to-red-800"
},
{
"title": "Passion",
"theme": "Warm",
"colors": "bg-gradient-to-r from-rose-500 via-red-400 to-red-500"
},
{
"title": "Flower",
"theme": "Warm",
"colors": "bg-gradient-to-r from-violet-300 to-violet-400"
}
]
}