1 | {
|
2 | "open-props": {
|
3 | "borderRadius": {
|
4 | "--radius-conditional-6": {
|
5 | "$value": "clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-6))",
|
6 | "$type": "borderRadius"
|
7 | },
|
8 | "--radius-conditional-5": {
|
9 | "$value": "clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-5))",
|
10 | "$type": "borderRadius"
|
11 | },
|
12 | "--radius-conditional-4": {
|
13 | "$value": "clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-4))",
|
14 | "$type": "borderRadius"
|
15 | },
|
16 | "--radius-conditional-3": {
|
17 | "$value": "clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-3))",
|
18 | "$type": "borderRadius"
|
19 | },
|
20 | "--radius-conditional-2": {
|
21 | "$value": "clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-2))",
|
22 | "$type": "borderRadius"
|
23 | },
|
24 | "--radius-conditional-1": {
|
25 | "$value": "clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-1))",
|
26 | "$type": "borderRadius"
|
27 | },
|
28 | "--radius-blob-5": {
|
29 | "$value": "49% 51% 48% 52% / 57% 44% 56% 43%",
|
30 | "$type": "borderRadius"
|
31 | },
|
32 | "--radius-blob-4": {
|
33 | "$value": "63% 37% 37% 63% / 43% 37% 63% 57%",
|
34 | "$type": "borderRadius"
|
35 | },
|
36 | "--radius-blob-3": {
|
37 | "$value": "37% 63% 56% 44% / 49% 56% 44% 51%",
|
38 | "$type": "borderRadius"
|
39 | },
|
40 | "--radius-blob-2": {
|
41 | "$value": "53% 47% 34% 66% / 63% 46% 54% 37%",
|
42 | "$type": "borderRadius"
|
43 | },
|
44 | "--radius-blob-1": {
|
45 | "$value": "30% 70% 70% 30% / 53% 30% 70% 47%",
|
46 | "$type": "borderRadius"
|
47 | },
|
48 | "--radius-round": {
|
49 | "$value": "1e5px",
|
50 | "$type": "borderRadius"
|
51 | },
|
52 | "--radius-6": {
|
53 | "$value": "8rem",
|
54 | "$type": "borderRadius"
|
55 | },
|
56 | "--radius-5": {
|
57 | "$value": "4rem",
|
58 | "$type": "borderRadius"
|
59 | },
|
60 | "--radius-4": {
|
61 | "$value": "2rem",
|
62 | "$type": "borderRadius"
|
63 | },
|
64 | "--radius-3": {
|
65 | "$value": "1rem",
|
66 | "$type": "borderRadius"
|
67 | },
|
68 | "--radius-2": {
|
69 | "$value": "5px",
|
70 | "$type": "borderRadius"
|
71 | },
|
72 | "--radius-1": {
|
73 | "$value": "2px",
|
74 | "$type": "borderRadius"
|
75 | }
|
76 | },
|
77 | "borderWidth": {
|
78 | "--border-size-5": {
|
79 | "$value": "25px",
|
80 | "$type": "borderWidth"
|
81 | },
|
82 | "--border-size-4": {
|
83 | "$value": "10px",
|
84 | "$type": "borderWidth"
|
85 | },
|
86 | "--border-size-3": {
|
87 | "$value": "5px",
|
88 | "$type": "borderWidth"
|
89 | },
|
90 | "--border-size-2": {
|
91 | "$value": "2px",
|
92 | "$type": "borderWidth"
|
93 | },
|
94 | "--border-size-1": {
|
95 | "$value": "1px",
|
96 | "$type": "borderWidth"
|
97 | }
|
98 | },
|
99 | "other": {
|
100 | "--noise-filter-5": {
|
101 | "$value": "contrast(200%) brightness(1000%)",
|
102 | "$type": "other"
|
103 | },
|
104 | "--noise-filter-4": {
|
105 | "$value": "contrast(200%) brightness(500%)",
|
106 | "$type": "other"
|
107 | },
|
108 | "--noise-filter-3": {
|
109 | "$value": "contrast(200%) brightness(250%)",
|
110 | "$type": "other"
|
111 | },
|
112 | "--noise-filter-2": {
|
113 | "$value": "contrast(200%) brightness(150%)",
|
114 | "$type": "other"
|
115 | },
|
116 | "--noise-filter-1": {
|
117 | "$value": "contrast(300%) brightness(100%)",
|
118 | "$type": "other"
|
119 | },
|
120 | "--noise-5": {
|
121 | "$value": "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 2056 2056' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E\")",
|
122 | "$type": "other"
|
123 | },
|
124 | "--noise-4": {
|
125 | "$value": "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 2056 2056' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E\")",
|
126 | "$type": "other"
|
127 | },
|
128 | "--noise-3": {
|
129 | "$value": "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.25' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E\")",
|
130 | "$type": "other"
|
131 | },
|
132 | "--noise-2": {
|
133 | "$value": "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.05' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E\")",
|
134 | "$type": "other"
|
135 | },
|
136 | "--noise-1": {
|
137 | "$value": "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.005' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E\")",
|
138 | "$type": "other"
|
139 | },
|
140 | "--gradient-30": {
|
141 | "$value": "radial-gradient(\n circle at top right, \n hsl(150 100% 50%), hsl(150 100% 50% / 0%)\n ),\n radial-gradient(\n circle at bottom left, \n hsl(150 100% 84%), hsl(150 100% 84% / 0%)\n )",
|
142 | "$type": "other"
|
143 | },
|
144 | "--gradient-29": {
|
145 | "$value": "\n radial-gradient(\n circle at top right, \n hsl(250 100% 85%), hsl(250 100% 85% / 0%)\n ),\n radial-gradient(\n circle at bottom left, \n hsl(220 90% 75%), hsl(220 90% 75% / 0%)\n )",
|
146 | "$type": "other"
|
147 | },
|
148 | "--gradient-28": {
|
149 | "$value": "conic-gradient(from -90deg at 50% 105%, white, orchid)",
|
150 | "$type": "other"
|
151 | },
|
152 | "--gradient-27": {
|
153 | "$value": "conic-gradient(from .5turn at bottom left, deeppink, rebeccapurple)",
|
154 | "$type": "other"
|
155 | },
|
156 | "--gradient-26": {
|
157 | "$value": "linear-gradient(to bottom right,#9796f0,#fbc7d4)",
|
158 | "$type": "other"
|
159 | },
|
160 | "--gradient-25": {
|
161 | "$value": "conic-gradient(at 125% 50%, #b78cf7, #ff7c94, #ffcf0d, #ff7c94, #b78cf7)",
|
162 | "$type": "other"
|
163 | },
|
164 | "--gradient-24": {
|
165 | "$value": "conic-gradient(from .5turn at 0% 0%, #00c476, 10%, #82b0ff, 90%, #00c476)",
|
166 | "$type": "other"
|
167 | },
|
168 | "--gradient-23": {
|
169 | "$value": "linear-gradient(to bottom right,#536976,#292E49)",
|
170 | "$type": "other"
|
171 | },
|
172 | "--gradient-22": {
|
173 | "$value": "linear-gradient(to bottom right,#acb6e5,#86fde8)",
|
174 | "$type": "other"
|
175 | },
|
176 | "--gradient-21": {
|
177 | "$value": "conic-gradient(from -90deg at 25% 115%, #ff0000, #ff0066, #ff00cc, #cc00ff, #6600ff, #0000ff, #0000ff, #0000ff, #0000ff)",
|
178 | "$type": "other"
|
179 | },
|
180 | "--gradient-20": {
|
181 | "$value": "conic-gradient(from -135deg at -10% center, #ffa500, #ff7715, #ff522a, #ff3f47, #ff5482, #ff69b4)",
|
182 | "$type": "other"
|
183 | },
|
184 | "--gradient-19": {
|
185 | "$value": "linear-gradient(to bottom right,#ffe259,#ffa751)",
|
186 | "$type": "other"
|
187 | },
|
188 | "--gradient-18": {
|
189 | "$value": "\n linear-gradient(0deg, hsla(0 100% 50% / 80%), hsla(0 100% 50% / 0) 75%),\n linear-gradient(60deg, hsla(60 100% 50% / 80%), hsla(60 100% 50% / 0) 75%),\n linear-gradient(120deg, hsla(120 100% 50% / 80%), hsla(120 100% 50% / 0) 75%),\n linear-gradient(180deg, hsla(180 100% 50% / 80%), hsla(180 100% 50% / 0) 75%),\n linear-gradient(240deg, hsla(240 100% 50% / 80%), hsla(240 100% 50% / 0) 75%),\n linear-gradient(300deg, hsla(300 100% 50% / 80%), hsla(300 100% 50% / 0) 75%)\n ",
|
190 | "$type": "other"
|
191 | },
|
192 | "--gradient-17": {
|
193 | "$value": "conic-gradient(from -90deg at 50% -25%, blue, blueviolet)",
|
194 | "$type": "other"
|
195 | },
|
196 | "--gradient-16": {
|
197 | "$value": "radial-gradient(circle at 50% -250%, #374151, #111827, #000)",
|
198 | "$type": "other"
|
199 | },
|
200 | "--gradient-15": {
|
201 | "$value": "linear-gradient(to bottom right, #c7d2fe, #fecaca, #fef3c7)",
|
202 | "$type": "other"
|
203 | },
|
204 | "--gradient-14": {
|
205 | "$value": "conic-gradient(at top right, lime, cyan)",
|
206 | "$type": "other"
|
207 | },
|
208 | "--gradient-13": {
|
209 | "$value": "radial-gradient(circle at 50% 200%, #000142, #3b0083, #b300c3, #ff059f, #ff4661, #ffad86, #fff3c7)",
|
210 | "$type": "other"
|
211 | },
|
212 | "--gradient-12": {
|
213 | "$value": "conic-gradient(from 90deg at 25% -10%, #ff4500, #d3f340, #7bee85, #afeeee, #7bee85)",
|
214 | "$type": "other"
|
215 | },
|
216 | "--gradient-11": {
|
217 | "$value": "conic-gradient(at bottom left, deeppink, cyan)",
|
218 | "$type": "other"
|
219 | },
|
220 | "--gradient-10": {
|
221 | "$value": "conic-gradient(from 90deg at 40% -25%, #ffd700, #f79d03, #ee6907, #e6390a, #de0d0d, #d61039, #cf1261, #c71585, #cf1261, #d61039, #de0d0d, #ee6907, #f79d03, #ffd700, #ffd700, #ffd700)",
|
222 | "$type": "other"
|
223 | },
|
224 | "--gradient-9": {
|
225 | "$value": "conic-gradient(from .5turn at bottom center, lightblue, white)",
|
226 | "$type": "other"
|
227 | },
|
228 | "--gradient-8": {
|
229 | "$value": "conic-gradient(from 90deg at 50% 0%, #111, 50%, #222, #111)",
|
230 | "$type": "other"
|
231 | },
|
232 | "--gradient-7": {
|
233 | "$value": "linear-gradient(to bottom right,#72C6EF,#004E8F)",
|
234 | "$type": "other"
|
235 | },
|
236 | "--gradient-6": {
|
237 | "$value": "conic-gradient(from -90deg at top left, black, white)",
|
238 | "$type": "other"
|
239 | },
|
240 | "--gradient-5": {
|
241 | "$value": "conic-gradient(from -270deg at 75% 110%, fuchsia, floralwhite)",
|
242 | "$type": "other"
|
243 | },
|
244 | "--gradient-4": {
|
245 | "$value": "linear-gradient(to bottom right,#00F5A0,#00D9F5)",
|
246 | "$type": "other"
|
247 | },
|
248 | "--gradient-3": {
|
249 | "$value": "\n radial-gradient(\n circle at top right, \n hsl(180 100% 50%), hsl(180 100% 50% / 0%)\n ),\n radial-gradient(\n circle at bottom left, \n hsl(328 100% 54%), hsl(328 100% 54% / 0%)\n )",
|
250 | "$type": "other"
|
251 | },
|
252 | "--gradient-2": {
|
253 | "$value": "linear-gradient(to bottom right,#48005c, #8300e2, #a269ff)",
|
254 | "$type": "other"
|
255 | },
|
256 | "--gradient-1": {
|
257 | "$value": "linear-gradient(to bottom right,#1f005c, #5b0060, #870160, #ac255e, #ca485c, #e16b5c, #f39060, #ffb56b)",
|
258 | "$type": "other"
|
259 | },
|
260 | "--ratio-golden": {
|
261 | "$value": "1.6180/1",
|
262 | "$type": "other"
|
263 | },
|
264 | "--ratio-ultrawide": {
|
265 | "$value": "18/5",
|
266 | "$type": "other"
|
267 | },
|
268 | "--ratio-widescreen": {
|
269 | "$value": "16/9",
|
270 | "$type": "other"
|
271 | },
|
272 | "--ratio-portrait": {
|
273 | "$value": "3/4",
|
274 | "$type": "other"
|
275 | },
|
276 | "--ratio-landscape": {
|
277 | "$value": "4/3",
|
278 | "$type": "other"
|
279 | },
|
280 | "--ratio-square": {
|
281 | "$value": "1",
|
282 | "$type": "other"
|
283 | },
|
284 | "--layer-important": {
|
285 | "$value": 2147483647,
|
286 | "$type": "other"
|
287 | },
|
288 | "--layer-5": {
|
289 | "$value": 5,
|
290 | "$type": "other"
|
291 | },
|
292 | "--layer-4": {
|
293 | "$value": 4,
|
294 | "$type": "other"
|
295 | },
|
296 | "--layer-3": {
|
297 | "$value": 3,
|
298 | "$type": "other"
|
299 | },
|
300 | "--layer-2": {
|
301 | "$value": 2,
|
302 | "$type": "other"
|
303 | },
|
304 | "--layer-1": {
|
305 | "$value": 1,
|
306 | "$type": "other"
|
307 | },
|
308 | "--ease-bounce-5": {
|
309 | "$value": "linear(\n 0, 0.004, 0.016 2.5%, 0.063, 0.141, 0.25 10.1%, 0.562, 1 20.2%, 0.783, 0.627,\n 0.534 30.9%, 0.511, 0.503, 0.511, 0.534 38%, 0.627, 0.782, 1 48.7%, 0.892,\n 0.815, 0.769 56.3%, 0.757, 0.753, 0.757, 0.769 61.3%, 0.815, 0.892, 1 68.8%,\n 0.908 72.4%, 0.885, 0.878, 0.885, 0.908 79.4%, 1 83%, 0.954 85.5%, 0.943,\n 0.939, 0.943, 0.954 90.5%, 1 93%, 0.977, 0.97, 0.977, 1\n )",
|
310 | "$type": "other"
|
311 | },
|
312 | "--ease-bounce-4": {
|
313 | "$value": "linear(\n 0, 0.004, 0.016 3%, 0.062, 0.141, 0.25, 0.391, 0.562 18.2%, 1 24.3%, 0.81,\n 0.676 32.3%, 0.629, 0.595, 0.575, 0.568, 0.575, 0.595, 0.629, 0.676 48.2%,\n 0.811, 1 56.2%, 0.918, 0.86, 0.825, 0.814, 0.825, 0.86, 0.918, 1 77.2%,\n 0.94 80.6%, 0.925, 0.92, 0.925, 0.94 87.5%, 1 90.9%, 0.974, 0.965, 0.974, 1\n )",
|
314 | "$type": "other"
|
315 | },
|
316 | "--ease-bounce-3": {
|
317 | "$value": "linear(\n 0, 0.004, 0.016, 0.035, 0.062, 0.098, 0.141 11.4%, 0.25, 0.39, 0.562, 0.764,\n 1 30.3%, 0.847 34.8%, 0.787, 0.737, 0.699, 0.672, 0.655, 0.65, 0.656, 0.672,\n 0.699, 0.738, 0.787, 0.847 61.7%, 1 66.2%, 0.946, 0.908, 0.885 74.2%, 0.879,\n 0.878, 0.879, 0.885 79.5%, 0.908, 0.946, 1 87.4%, 0.981, 0.968, 0.96, 0.957,\n 0.96, 0.968, 0.981, 1\n )",
|
318 | "$type": "other"
|
319 | },
|
320 | "--ease-bounce-2": {
|
321 | "$value": "linear(\n 0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141 15.1%, 0.25, 0.391, 0.562, 0.765,\n 1, 0.892 45.2%, 0.849, 0.815, 0.788, 0.769, 0.757, 0.753, 0.757, 0.769, 0.788,\n 0.815, 0.85, 0.892 75.2%, 1 80.2%, 0.973, 0.954, 0.943, 0.939, 0.943, 0.954,\n 0.973, 1\n )",
|
322 | "$type": "other"
|
323 | },
|
324 | "--ease-bounce-1": {
|
325 | "$value": "linear(\n 0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141, 0.191, 0.25, 0.316, 0.391 36.8%,\n 0.563, 0.766, 1 58.8%, 0.946, 0.908 69.1%, 0.895, 0.885, 0.879, 0.878, 0.879,\n 0.885, 0.895, 0.908 89.7%, 0.946, 1\n )",
|
326 | "$type": "other"
|
327 | },
|
328 | "--ease-spring-5": {
|
329 | "$value": "linear(\n 0, 0.01, 0.04 1.6%, 0.161 3.3%, 0.816 9.4%, 1.046, 1.189 14.4%, 1.231,\n 1.254 17%, 1.259, 1.257 18.6%, 1.236, 1.194 22.3%, 1.057 27%, 0.999 29.4%,\n 0.955 32.1%, 0.942, 0.935 34.9%, 0.933, 0.939 38.4%, 1 47.3%, 1.011,\n 1.017 52.6%, 1.016 56.4%, 1 65.2%, 0.996 70.2%, 1.001 87.2%, 1\n )",
|
330 | "$type": "other"
|
331 | },
|
332 | "--ease-spring-4": {
|
333 | "$value": "linear(\n 0, 0.009, 0.037 1.7%, 0.153 3.6%, 0.776 10.3%, 1.001, 1.142 16%, 1.185,\n 1.209 19%, 1.215 19.9% 20.8%, 1.199, 1.165 25%, 1.056 30.3%, 1.008 33%, 0.973,\n 0.955 39.2%, 0.953 41.1%, 0.957 43.3%, 0.998 53.3%, 1.009 59.1% 63.7%,\n 0.998 78.9%, 1\n )",
|
334 | "$type": "other"
|
335 | },
|
336 | "--ease-spring-3": {
|
337 | "$value": "linear(\n 0, 0.009, 0.035 2.1%, 0.141 4.4%, 0.723 12.9%, 0.938 16.7%, 1.017, 1.077,\n 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%,\n 1.051 39.6%, 1.017 43.1%, 0.991, 0.977 51%, 0.974 53.8%, 0.975 57.1%,\n 0.997 69.8%, 1.003 76.9%, 1\n )",
|
338 | "$type": "other"
|
339 | },
|
340 | "--ease-spring-2": {
|
341 | "$value": "linear(\n 0, 0.007, 0.029 2.2%, 0.118 4.7%, 0.625 14.4%, 0.826 19%, 0.902, 0.962,\n 1.008 26.1%, 1.041 28.7%, 1.064 32.1%, 1.07 36%, 1.061 40.5%, 1.015 53.4%,\n 0.999 61.6%, 0.995 71.2%, 1\n )",
|
342 | "$type": "other"
|
343 | },
|
344 | "--ease-spring-1": {
|
345 | "$value": "linear(\n 0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%,\n 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%,\n 1.001\n )",
|
346 | "$type": "other"
|
347 | },
|
348 | "--ease-squish-5": {
|
349 | "$value": "var(--ease-elastic-in-out-5)",
|
350 | "$type": "other"
|
351 | },
|
352 | "--ease-squish-4": {
|
353 | "$value": "var(--ease-elastic-in-out-4)",
|
354 | "$type": "other"
|
355 | },
|
356 | "--ease-squish-3": {
|
357 | "$value": "var(--ease-elastic-in-out-3)",
|
358 | "$type": "other"
|
359 | },
|
360 | "--ease-squish-2": {
|
361 | "$value": "var(--ease-elastic-in-out-2)",
|
362 | "$type": "other"
|
363 | },
|
364 | "--ease-squish-1": {
|
365 | "$value": "var(--ease-elastic-in-out-1)",
|
366 | "$type": "other"
|
367 | },
|
368 | "--ease-elastic-5": {
|
369 | "$value": "var(--ease-elastic-out-5)",
|
370 | "$type": "other"
|
371 | },
|
372 | "--ease-elastic-4": {
|
373 | "$value": "var(--ease-elastic-out-4)",
|
374 | "$type": "other"
|
375 | },
|
376 | "--ease-elastic-3": {
|
377 | "$value": "var(--ease-elastic-out-3)",
|
378 | "$type": "other"
|
379 | },
|
380 | "--ease-elastic-2": {
|
381 | "$value": "var(--ease-elastic-out-2)",
|
382 | "$type": "other"
|
383 | },
|
384 | "--ease-elastic-1": {
|
385 | "$value": "var(--ease-elastic-out-1)",
|
386 | "$type": "other"
|
387 | },
|
388 | "--ease-step-5": {
|
389 | "$value": "steps(10)",
|
390 | "$type": "other"
|
391 | },
|
392 | "--ease-step-4": {
|
393 | "$value": "steps(7)",
|
394 | "$type": "other"
|
395 | },
|
396 | "--ease-step-3": {
|
397 | "$value": "steps(4)",
|
398 | "$type": "other"
|
399 | },
|
400 | "--ease-step-2": {
|
401 | "$value": "steps(3)",
|
402 | "$type": "other"
|
403 | },
|
404 | "--ease-step-1": {
|
405 | "$value": "steps(2)",
|
406 | "$type": "other"
|
407 | },
|
408 | "--ease-elastic-in-out-5": {
|
409 | "$value": "cubic-bezier(.5, -.9, .1, 1.5)",
|
410 | "$type": "other"
|
411 | },
|
412 | "--ease-elastic-in-out-4": {
|
413 | "$value": "cubic-bezier(.5, -.7, .1, 1.5)",
|
414 | "$type": "other"
|
415 | },
|
416 | "--ease-elastic-in-out-3": {
|
417 | "$value": "cubic-bezier(.5, -.5, .1, 1.5)",
|
418 | "$type": "other"
|
419 | },
|
420 | "--ease-elastic-in-out-2": {
|
421 | "$value": "cubic-bezier(.5, -.3, .1, 1.5)",
|
422 | "$type": "other"
|
423 | },
|
424 | "--ease-elastic-in-out-1": {
|
425 | "$value": "cubic-bezier(.5, -.1, .1, 1.5)",
|
426 | "$type": "other"
|
427 | },
|
428 | "--ease-elastic-in-5": {
|
429 | "$value": "cubic-bezier(.5, -1.25, .75, 1)",
|
430 | "$type": "other"
|
431 | },
|
432 | "--ease-elastic-in-4": {
|
433 | "$value": "cubic-bezier(.5, -1.00, .75, 1)",
|
434 | "$type": "other"
|
435 | },
|
436 | "--ease-elastic-in-3": {
|
437 | "$value": "cubic-bezier(.5, -0.75, .75, 1)",
|
438 | "$type": "other"
|
439 | },
|
440 | "--ease-elastic-in-2": {
|
441 | "$value": "cubic-bezier(.5, -0.50, .75, 1)",
|
442 | "$type": "other"
|
443 | },
|
444 | "--ease-elastic-in-1": {
|
445 | "$value": "cubic-bezier(.5, -0.25, .75, 1)",
|
446 | "$type": "other"
|
447 | },
|
448 | "--ease-elastic-out-5": {
|
449 | "$value": "cubic-bezier(.5, 1.75, .75, 1.25)",
|
450 | "$type": "other"
|
451 | },
|
452 | "--ease-elastic-out-4": {
|
453 | "$value": "cubic-bezier(.5, 1.5, .75, 1.25)",
|
454 | "$type": "other"
|
455 | },
|
456 | "--ease-elastic-out-3": {
|
457 | "$value": "cubic-bezier(.5, 1.25, .75, 1.25)",
|
458 | "$type": "other"
|
459 | },
|
460 | "--ease-elastic-out-2": {
|
461 | "$value": "cubic-bezier(.5, 1, .75, 1.25)",
|
462 | "$type": "other"
|
463 | },
|
464 | "--ease-elastic-out-1": {
|
465 | "$value": "cubic-bezier(.5, .75, .75, 1.25)",
|
466 | "$type": "other"
|
467 | },
|
468 | "--ease-in-out-5": {
|
469 | "$value": "cubic-bezier(.9, 0, .1, 1)",
|
470 | "$type": "other"
|
471 | },
|
472 | "--ease-in-out-4": {
|
473 | "$value": "cubic-bezier(.7, 0, .3, 1)",
|
474 | "$type": "other"
|
475 | },
|
476 | "--ease-in-out-3": {
|
477 | "$value": "cubic-bezier(.5, 0, .5, 1)",
|
478 | "$type": "other"
|
479 | },
|
480 | "--ease-in-out-2": {
|
481 | "$value": "cubic-bezier(.3, 0, .7, 1)",
|
482 | "$type": "other"
|
483 | },
|
484 | "--ease-in-out-1": {
|
485 | "$value": "cubic-bezier(.1, 0, .9, 1)",
|
486 | "$type": "other"
|
487 | },
|
488 | "--ease-out-5": {
|
489 | "$value": "cubic-bezier(0, 0, 0, 1)",
|
490 | "$type": "other"
|
491 | },
|
492 | "--ease-out-4": {
|
493 | "$value": "cubic-bezier(0, 0, .1, 1)",
|
494 | "$type": "other"
|
495 | },
|
496 | "--ease-out-3": {
|
497 | "$value": "cubic-bezier(0, 0, .3, 1)",
|
498 | "$type": "other"
|
499 | },
|
500 | "--ease-out-2": {
|
501 | "$value": "cubic-bezier(0, 0, .50, 1)",
|
502 | "$type": "other"
|
503 | },
|
504 | "--ease-out-1": {
|
505 | "$value": "cubic-bezier(0, 0, .75, 1)",
|
506 | "$type": "other"
|
507 | },
|
508 | "--ease-in-5": {
|
509 | "$value": "cubic-bezier(1, 0, 1, 1)",
|
510 | "$type": "other"
|
511 | },
|
512 | "--ease-in-4": {
|
513 | "$value": "cubic-bezier(.90, 0, 1, 1)",
|
514 | "$type": "other"
|
515 | },
|
516 | "--ease-in-3": {
|
517 | "$value": "cubic-bezier(.70, 0, 1, 1)",
|
518 | "$type": "other"
|
519 | },
|
520 | "--ease-in-2": {
|
521 | "$value": "cubic-bezier(.50, 0, 1, 1)",
|
522 | "$type": "other"
|
523 | },
|
524 | "--ease-in-1": {
|
525 | "$value": "cubic-bezier(.25, 0, 1, 1)",
|
526 | "$type": "other"
|
527 | },
|
528 | "--ease-5": {
|
529 | "$value": "cubic-bezier(.25, 0, .1, 1)",
|
530 | "$type": "other"
|
531 | },
|
532 | "--ease-4": {
|
533 | "$value": "cubic-bezier(.25, 0, .2, 1)",
|
534 | "$type": "other"
|
535 | },
|
536 | "--ease-3": {
|
537 | "$value": "cubic-bezier(.25, 0, .3, 1)",
|
538 | "$type": "other"
|
539 | },
|
540 | "--ease-2": {
|
541 | "$value": "cubic-bezier(.25, 0, .4, 1)",
|
542 | "$type": "other"
|
543 | },
|
544 | "--ease-1": {
|
545 | "$value": "cubic-bezier(.25, 0, .5, 1)",
|
546 | "$type": "other"
|
547 | }
|
548 | },
|
549 | "sizing": {
|
550 | "--size-relative-15": {
|
551 | "$value": "30ch",
|
552 | "$type": "sizing"
|
553 | },
|
554 | "--size-relative-14": {
|
555 | "$value": "20ch",
|
556 | "$type": "sizing"
|
557 | },
|
558 | "--size-relative-13": {
|
559 | "$value": "15ch",
|
560 | "$type": "sizing"
|
561 | },
|
562 | "--size-relative-12": {
|
563 | "$value": "10ch",
|
564 | "$type": "sizing"
|
565 | },
|
566 | "--size-relative-11": {
|
567 | "$value": "7.5ch",
|
568 | "$type": "sizing"
|
569 | },
|
570 | "--size-relative-10": {
|
571 | "$value": "5ch",
|
572 | "$type": "sizing"
|
573 | },
|
574 | "--size-relative-9": {
|
575 | "$value": "4ch",
|
576 | "$type": "sizing"
|
577 | },
|
578 | "--size-relative-8": {
|
579 | "$value": "3ch",
|
580 | "$type": "sizing"
|
581 | },
|
582 | "--size-relative-7": {
|
583 | "$value": "2ch",
|
584 | "$type": "sizing"
|
585 | },
|
586 | "--size-relative-6": {
|
587 | "$value": "1.75ch",
|
588 | "$type": "sizing"
|
589 | },
|
590 | "--size-relative-5": {
|
591 | "$value": "1.5ch",
|
592 | "$type": "sizing"
|
593 | },
|
594 | "--size-relative-4": {
|
595 | "$value": "1.25ch",
|
596 | "$type": "sizing"
|
597 | },
|
598 | "--size-relative-3": {
|
599 | "$value": "1ch",
|
600 | "$type": "sizing"
|
601 | },
|
602 | "--size-relative-2": {
|
603 | "$value": ".5ch",
|
604 | "$type": "sizing"
|
605 | },
|
606 | "--size-relative-1": {
|
607 | "$value": ".25ch",
|
608 | "$type": "sizing"
|
609 | },
|
610 | "--size-relative-00": {
|
611 | "$value": "-.25ch",
|
612 | "$type": "sizing"
|
613 | },
|
614 | "--size-relative-000": {
|
615 | "$value": "-.5ch",
|
616 | "$type": "sizing"
|
617 | },
|
618 | "--size-xxl": {
|
619 | "$value": "1920px",
|
620 | "$type": "sizing"
|
621 | },
|
622 | "--size-xl": {
|
623 | "$value": "1440px",
|
624 | "$type": "sizing"
|
625 | },
|
626 | "--size-lg": {
|
627 | "$value": "1024px",
|
628 | "$type": "sizing"
|
629 | },
|
630 | "--size-md": {
|
631 | "$value": "768px",
|
632 | "$type": "sizing"
|
633 | },
|
634 | "--size-sm": {
|
635 | "$value": "480px",
|
636 | "$type": "sizing"
|
637 | },
|
638 | "--size-xs": {
|
639 | "$value": "360px",
|
640 | "$type": "sizing"
|
641 | },
|
642 | "--size-xxs": {
|
643 | "$value": "240px",
|
644 | "$type": "sizing"
|
645 | },
|
646 | "--size-header-3": {
|
647 | "$value": "35ch",
|
648 | "$type": "sizing"
|
649 | },
|
650 | "--size-header-2": {
|
651 | "$value": "25ch",
|
652 | "$type": "sizing"
|
653 | },
|
654 | "--size-header-1": {
|
655 | "$value": "20ch",
|
656 | "$type": "sizing"
|
657 | },
|
658 | "--size-content-3": {
|
659 | "$value": "60ch",
|
660 | "$type": "sizing"
|
661 | },
|
662 | "--size-content-2": {
|
663 | "$value": "45ch",
|
664 | "$type": "sizing"
|
665 | },
|
666 | "--size-content-1": {
|
667 | "$value": "20ch",
|
668 | "$type": "sizing"
|
669 | },
|
670 | "--size-fluid-10": {
|
671 | "$value": "clamp(20rem, 40vw, 30rem)",
|
672 | "$type": "sizing"
|
673 | },
|
674 | "--size-fluid-9": {
|
675 | "$value": "clamp(15rem, 30vw, 20rem)",
|
676 | "$type": "sizing"
|
677 | },
|
678 | "--size-fluid-8": {
|
679 | "$value": "clamp(10rem, 20vw, 15rem)",
|
680 | "$type": "sizing"
|
681 | },
|
682 | "--size-fluid-7": {
|
683 | "$value": "clamp(7.5rem, 10vw, 10rem)",
|
684 | "$type": "sizing"
|
685 | },
|
686 | "--size-fluid-6": {
|
687 | "$value": "clamp(5rem, 7vw, 7.5rem)",
|
688 | "$type": "sizing"
|
689 | },
|
690 | "--size-fluid-5": {
|
691 | "$value": "clamp(4rem, 5vw, 5rem)",
|
692 | "$type": "sizing"
|
693 | },
|
694 | "--size-fluid-4": {
|
695 | "$value": "clamp(2rem, 4vw, 3rem)",
|
696 | "$type": "sizing"
|
697 | },
|
698 | "--size-fluid-3": {
|
699 | "$value": "clamp(1.5rem, 3vw, 2rem)",
|
700 | "$type": "sizing"
|
701 | },
|
702 | "--size-fluid-2": {
|
703 | "$value": "clamp(1rem, 2vw, 1.5rem)",
|
704 | "$type": "sizing"
|
705 | },
|
706 | "--size-fluid-1": {
|
707 | "$value": "clamp(.5rem, 1vw, 1rem)",
|
708 | "$type": "sizing"
|
709 | },
|
710 | "--size-15": {
|
711 | "$value": "30rem",
|
712 | "$type": "sizing"
|
713 | },
|
714 | "--size-14": {
|
715 | "$value": "20rem",
|
716 | "$type": "sizing"
|
717 | },
|
718 | "--size-13": {
|
719 | "$value": "15rem",
|
720 | "$type": "sizing"
|
721 | },
|
722 | "--size-12": {
|
723 | "$value": "10rem",
|
724 | "$type": "sizing"
|
725 | },
|
726 | "--size-11": {
|
727 | "$value": "7.5rem",
|
728 | "$type": "sizing"
|
729 | },
|
730 | "--size-10": {
|
731 | "$value": "5rem",
|
732 | "$type": "sizing"
|
733 | },
|
734 | "--size-9": {
|
735 | "$value": "4rem",
|
736 | "$type": "sizing"
|
737 | },
|
738 | "--size-8": {
|
739 | "$value": "3rem",
|
740 | "$type": "sizing"
|
741 | },
|
742 | "--size-7": {
|
743 | "$value": "2rem",
|
744 | "$type": "sizing"
|
745 | },
|
746 | "--size-6": {
|
747 | "$value": "1.75rem",
|
748 | "$type": "sizing"
|
749 | },
|
750 | "--size-5": {
|
751 | "$value": "1.5rem",
|
752 | "$type": "sizing"
|
753 | },
|
754 | "--size-4": {
|
755 | "$value": "1.25rem",
|
756 | "$type": "sizing"
|
757 | },
|
758 | "--size-3": {
|
759 | "$value": "1rem",
|
760 | "$type": "sizing"
|
761 | },
|
762 | "--size-2": {
|
763 | "$value": ".5rem",
|
764 | "$type": "sizing"
|
765 | },
|
766 | "--size-1": {
|
767 | "$value": ".25rem",
|
768 | "$type": "sizing"
|
769 | },
|
770 | "--size-00": {
|
771 | "$value": "-.25rem",
|
772 | "$type": "sizing"
|
773 | },
|
774 | "--size-000": {
|
775 | "$value": "-.5rem",
|
776 | "$type": "sizing"
|
777 | }
|
778 | },
|
779 | "color": {
|
780 | "yellow": {
|
781 | "--yellow-12": {
|
782 | "$value": "#663500",
|
783 | "$type": "color"
|
784 | },
|
785 | "--yellow-11": {
|
786 | "$value": "#804200",
|
787 | "$type": "color"
|
788 | },
|
789 | "--yellow-10": {
|
790 | "$value": "#b35c00",
|
791 | "$type": "color"
|
792 | },
|
793 | "--yellow-9": {
|
794 | "$value": "#e67700",
|
795 | "$type": "color"
|
796 | },
|
797 | "--yellow-8": {
|
798 | "$value": "#f08c00",
|
799 | "$type": "color"
|
800 | },
|
801 | "--yellow-7": {
|
802 | "$value": "#f59f00",
|
803 | "$type": "color"
|
804 | },
|
805 | "--yellow-6": {
|
806 | "$value": "#fab005",
|
807 | "$type": "color"
|
808 | },
|
809 | "--yellow-5": {
|
810 | "$value": "#fcc419",
|
811 | "$type": "color"
|
812 | },
|
813 | "--yellow-4": {
|
814 | "$value": "#ffd43b",
|
815 | "$type": "color"
|
816 | },
|
817 | "--yellow-3": {
|
818 | "$value": "#ffe066",
|
819 | "$type": "color"
|
820 | },
|
821 | "--yellow-2": {
|
822 | "$value": "#ffec99",
|
823 | "$type": "color"
|
824 | },
|
825 | "--yellow-1": {
|
826 | "$value": "#fff3bf",
|
827 | "$type": "color"
|
828 | },
|
829 | "--yellow-0": {
|
830 | "$value": "#fff9db",
|
831 | "$type": "color"
|
832 | }
|
833 | },
|
834 | "violet": {
|
835 | "--violet-12": {
|
836 | "$value": "#3a2578",
|
837 | "$type": "color"
|
838 | },
|
839 | "--violet-11": {
|
840 | "$value": "#462d91",
|
841 | "$type": "color"
|
842 | },
|
843 | "--violet-10": {
|
844 | "$value": "#5235ab",
|
845 | "$type": "color"
|
846 | },
|
847 | "--violet-9": {
|
848 | "$value": "#5f3dc4",
|
849 | "$type": "color"
|
850 | },
|
851 | "--violet-8": {
|
852 | "$value": "#6741d9",
|
853 | "$type": "color"
|
854 | },
|
855 | "--violet-7": {
|
856 | "$value": "#7048e8",
|
857 | "$type": "color"
|
858 | },
|
859 | "--violet-6": {
|
860 | "$value": "#7950f2",
|
861 | "$type": "color"
|
862 | },
|
863 | "--violet-5": {
|
864 | "$value": "#845ef7",
|
865 | "$type": "color"
|
866 | },
|
867 | "--violet-4": {
|
868 | "$value": "#9775fa",
|
869 | "$type": "color"
|
870 | },
|
871 | "--violet-3": {
|
872 | "$value": "#b197fc",
|
873 | "$type": "color"
|
874 | },
|
875 | "--violet-2": {
|
876 | "$value": "#d0bfff",
|
877 | "$type": "color"
|
878 | },
|
879 | "--violet-1": {
|
880 | "$value": "#e5dbff",
|
881 | "$type": "color"
|
882 | },
|
883 | "--violet-0": {
|
884 | "$value": "#f3f0ff",
|
885 | "$type": "color"
|
886 | }
|
887 | },
|
888 | "teal": {
|
889 | "--teal-12": {
|
890 | "$value": "#033325",
|
891 | "$type": "color"
|
892 | },
|
893 | "--teal-11": {
|
894 | "$value": "#054d37",
|
895 | "$type": "color"
|
896 | },
|
897 | "--teal-10": {
|
898 | "$value": "#066649",
|
899 | "$type": "color"
|
900 | },
|
901 | "--teal-9": {
|
902 | "$value": "#087f5b",
|
903 | "$type": "color"
|
904 | },
|
905 | "--teal-8": {
|
906 | "$value": "#099268",
|
907 | "$type": "color"
|
908 | },
|
909 | "--teal-7": {
|
910 | "$value": "#0ca678",
|
911 | "$type": "color"
|
912 | },
|
913 | "--teal-6": {
|
914 | "$value": "#12b886",
|
915 | "$type": "color"
|
916 | },
|
917 | "--teal-5": {
|
918 | "$value": "#20c997",
|
919 | "$type": "color"
|
920 | },
|
921 | "--teal-4": {
|
922 | "$value": "#38d9a9",
|
923 | "$type": "color"
|
924 | },
|
925 | "--teal-3": {
|
926 | "$value": "#63e6be",
|
927 | "$type": "color"
|
928 | },
|
929 | "--teal-2": {
|
930 | "$value": "#96f2d7",
|
931 | "$type": "color"
|
932 | },
|
933 | "--teal-1": {
|
934 | "$value": "#c3fae8",
|
935 | "$type": "color"
|
936 | },
|
937 | "--teal-0": {
|
938 | "$value": "#e6fcf5",
|
939 | "$type": "color"
|
940 | }
|
941 | },
|
942 | "stone": {
|
943 | "--stone-12": {
|
944 | "$value": "#121210",
|
945 | "$type": "color"
|
946 | },
|
947 | "--stone-11": {
|
948 | "$value": "#252521",
|
949 | "$type": "color"
|
950 | },
|
951 | "--stone-10": {
|
952 | "$value": "#3a3a37",
|
953 | "$type": "color"
|
954 | },
|
955 | "--stone-9": {
|
956 | "$value": "#50514f",
|
957 | "$type": "color"
|
958 | },
|
959 | "--stone-8": {
|
960 | "$value": "#666968",
|
961 | "$type": "color"
|
962 | },
|
963 | "--stone-7": {
|
964 | "$value": "#7e8282",
|
965 | "$type": "color"
|
966 | },
|
967 | "--stone-6": {
|
968 | "$value": "#979b9d",
|
969 | "$type": "color"
|
970 | },
|
971 | "--stone-5": {
|
972 | "$value": "#b1b6b9",
|
973 | "$type": "color"
|
974 | },
|
975 | "--stone-4": {
|
976 | "$value": "#d1d6d8",
|
977 | "$type": "color"
|
978 | },
|
979 | "--stone-3": {
|
980 | "$value": "#e0e4e5",
|
981 | "$type": "color"
|
982 | },
|
983 | "--stone-2": {
|
984 | "$value": "#ebedef",
|
985 | "$type": "color"
|
986 | },
|
987 | "--stone-1": {
|
988 | "$value": "#f2f4f6",
|
989 | "$type": "color"
|
990 | },
|
991 | "--stone-0": {
|
992 | "$value": "#f8fafb",
|
993 | "$type": "color"
|
994 | }
|
995 | },
|
996 | "sand": {
|
997 | "--sand-12": {
|
998 | "$value": "#121210",
|
999 | "$type": "color"
|
1000 | },
|
1001 | "--sand-11": {
|
1002 | "$value": "#252521",
|
1003 | "$type": "color"
|
1004 | },
|
1005 | "--sand-10": {
|
1006 | "$value": "#38352d",
|
1007 | "$type": "color"
|
1008 | },
|
1009 | "--sand-9": {
|
1010 | "$value": "#4b4639",
|
1011 | "$type": "color"
|
1012 | },
|
1013 | "--sand-8": {
|
1014 | "$value": "#5f5746",
|
1015 | "$type": "color"
|
1016 | },
|
1017 | "--sand-7": {
|
1018 | "$value": "#736a53",
|
1019 | "$type": "color"
|
1020 | },
|
1021 | "--sand-6": {
|
1022 | "$value": "#867c65",
|
1023 | "$type": "color"
|
1024 | },
|
1025 | "--sand-5": {
|
1026 | "$value": "#9a9178",
|
1027 | "$type": "color"
|
1028 | },
|
1029 | "--sand-4": {
|
1030 | "$value": "#aea58c",
|
1031 | "$type": "color"
|
1032 | },
|
1033 | "--sand-3": {
|
1034 | "$value": "#c2b9a0",
|
1035 | "$type": "color"
|
1036 | },
|
1037 | "--sand-2": {
|
1038 | "$value": "#d5cfbd",
|
1039 | "$type": "color"
|
1040 | },
|
1041 | "--sand-1": {
|
1042 | "$value": "#e6e4dc",
|
1043 | "$type": "color"
|
1044 | },
|
1045 | "--sand-0": {
|
1046 | "$value": "#f8fafb",
|
1047 | "$type": "color"
|
1048 | }
|
1049 | },
|
1050 | "red": {
|
1051 | "--red-12": {
|
1052 | "$value": "#7d1a1a",
|
1053 | "$type": "color"
|
1054 | },
|
1055 | "--red-11": {
|
1056 | "$value": "#962020",
|
1057 | "$type": "color"
|
1058 | },
|
1059 | "--red-10": {
|
1060 | "$value": "#b02525",
|
1061 | "$type": "color"
|
1062 | },
|
1063 | "--red-9": {
|
1064 | "$value": "#c92a2a",
|
1065 | "$type": "color"
|
1066 | },
|
1067 | "--red-8": {
|
1068 | "$value": "#e03131",
|
1069 | "$type": "color"
|
1070 | },
|
1071 | "--red-7": {
|
1072 | "$value": "#f03e3e",
|
1073 | "$type": "color"
|
1074 | },
|
1075 | "--red-6": {
|
1076 | "$value": "#fa5252",
|
1077 | "$type": "color"
|
1078 | },
|
1079 | "--red-5": {
|
1080 | "$value": "#ff6b6b",
|
1081 | "$type": "color"
|
1082 | },
|
1083 | "--red-4": {
|
1084 | "$value": "#ff8787",
|
1085 | "$type": "color"
|
1086 | },
|
1087 | "--red-3": {
|
1088 | "$value": "#ffa8a8",
|
1089 | "$type": "color"
|
1090 | },
|
1091 | "--red-2": {
|
1092 | "$value": "#ffc9c9",
|
1093 | "$type": "color"
|
1094 | },
|
1095 | "--red-1": {
|
1096 | "$value": "#ffe3e3",
|
1097 | "$type": "color"
|
1098 | },
|
1099 | "--red-0": {
|
1100 | "$value": "#fff5f5",
|
1101 | "$type": "color"
|
1102 | }
|
1103 | },
|
1104 | "purple": {
|
1105 | "--purple-12": {
|
1106 | "$value": "#44174f",
|
1107 | "$type": "color"
|
1108 | },
|
1109 | "--purple-11": {
|
1110 | "$value": "#5a1e69",
|
1111 | "$type": "color"
|
1112 | },
|
1113 | "--purple-10": {
|
1114 | "$value": "#702682",
|
1115 | "$type": "color"
|
1116 | },
|
1117 | "--purple-9": {
|
1118 | "$value": "#862e9c",
|
1119 | "$type": "color"
|
1120 | },
|
1121 | "--purple-8": {
|
1122 | "$value": "#9c36b5",
|
1123 | "$type": "color"
|
1124 | },
|
1125 | "--purple-7": {
|
1126 | "$value": "#ae3ec9",
|
1127 | "$type": "color"
|
1128 | },
|
1129 | "--purple-6": {
|
1130 | "$value": "#be4bdb",
|
1131 | "$type": "color"
|
1132 | },
|
1133 | "--purple-5": {
|
1134 | "$value": "#cc5de8",
|
1135 | "$type": "color"
|
1136 | },
|
1137 | "--purple-4": {
|
1138 | "$value": "#da77f2",
|
1139 | "$type": "color"
|
1140 | },
|
1141 | "--purple-3": {
|
1142 | "$value": "#e599f7",
|
1143 | "$type": "color"
|
1144 | },
|
1145 | "--purple-2": {
|
1146 | "$value": "#eebefa",
|
1147 | "$type": "color"
|
1148 | },
|
1149 | "--purple-1": {
|
1150 | "$value": "#f3d9fa",
|
1151 | "$type": "color"
|
1152 | },
|
1153 | "--purple-0": {
|
1154 | "$value": "#f8f0fc",
|
1155 | "$type": "color"
|
1156 | }
|
1157 | },
|
1158 | "pink": {
|
1159 | "--pink-12": {
|
1160 | "$value": "#59102a",
|
1161 | "$type": "color"
|
1162 | },
|
1163 | "--pink-11": {
|
1164 | "$value": "#731536",
|
1165 | "$type": "color"
|
1166 | },
|
1167 | "--pink-10": {
|
1168 | "$value": "#8c1941",
|
1169 | "$type": "color"
|
1170 | },
|
1171 | "--pink-9": {
|
1172 | "$value": "#a61e4d",
|
1173 | "$type": "color"
|
1174 | },
|
1175 | "--pink-8": {
|
1176 | "$value": "#c2255c",
|
1177 | "$type": "color"
|
1178 | },
|
1179 | "--pink-7": {
|
1180 | "$value": "#d6336c",
|
1181 | "$type": "color"
|
1182 | },
|
1183 | "--pink-6": {
|
1184 | "$value": "#e64980",
|
1185 | "$type": "color"
|
1186 | },
|
1187 | "--pink-5": {
|
1188 | "$value": "#f06595",
|
1189 | "$type": "color"
|
1190 | },
|
1191 | "--pink-4": {
|
1192 | "$value": "#f783ac",
|
1193 | "$type": "color"
|
1194 | },
|
1195 | "--pink-3": {
|
1196 | "$value": "#faa2c1",
|
1197 | "$type": "color"
|
1198 | },
|
1199 | "--pink-2": {
|
1200 | "$value": "#fcc2d7",
|
1201 | "$type": "color"
|
1202 | },
|
1203 | "--pink-1": {
|
1204 | "$value": "#ffdeeb",
|
1205 | "$type": "color"
|
1206 | },
|
1207 | "--pink-0": {
|
1208 | "$value": "#fff0f6",
|
1209 | "$type": "color"
|
1210 | }
|
1211 | },
|
1212 | "orange": {
|
1213 | "--orange-12": {
|
1214 | "$value": "#802b09",
|
1215 | "$type": "color"
|
1216 | },
|
1217 | "--orange-11": {
|
1218 | "$value": "#99330b",
|
1219 | "$type": "color"
|
1220 | },
|
1221 | "--orange-10": {
|
1222 | "$value": "#bf400d",
|
1223 | "$type": "color"
|
1224 | },
|
1225 | "--orange-9": {
|
1226 | "$value": "#d9480f",
|
1227 | "$type": "color"
|
1228 | },
|
1229 | "--orange-8": {
|
1230 | "$value": "#e8590c",
|
1231 | "$type": "color"
|
1232 | },
|
1233 | "--orange-7": {
|
1234 | "$value": "#f76707",
|
1235 | "$type": "color"
|
1236 | },
|
1237 | "--orange-6": {
|
1238 | "$value": "#fd7e14",
|
1239 | "$type": "color"
|
1240 | },
|
1241 | "--orange-5": {
|
1242 | "$value": "#ff922b",
|
1243 | "$type": "color"
|
1244 | },
|
1245 | "--orange-4": {
|
1246 | "$value": "#ffa94d",
|
1247 | "$type": "color"
|
1248 | },
|
1249 | "--orange-3": {
|
1250 | "$value": "#ffc078",
|
1251 | "$type": "color"
|
1252 | },
|
1253 | "--orange-2": {
|
1254 | "$value": "#ffd8a8",
|
1255 | "$type": "color"
|
1256 | },
|
1257 | "--orange-1": {
|
1258 | "$value": "#ffe8cc",
|
1259 | "$type": "color"
|
1260 | },
|
1261 | "--orange-0": {
|
1262 | "$value": "#fff4e6",
|
1263 | "$type": "color"
|
1264 | }
|
1265 | },
|
1266 | "lime": {
|
1267 | "--lime-12": {
|
1268 | "$value": "#2c4706",
|
1269 | "$type": "color"
|
1270 | },
|
1271 | "--lime-11": {
|
1272 | "$value": "#3c6109",
|
1273 | "$type": "color"
|
1274 | },
|
1275 | "--lime-10": {
|
1276 | "$value": "#4c7a0b",
|
1277 | "$type": "color"
|
1278 | },
|
1279 | "--lime-9": {
|
1280 | "$value": "#5c940d",
|
1281 | "$type": "color"
|
1282 | },
|
1283 | "--lime-8": {
|
1284 | "$value": "#66a80f",
|
1285 | "$type": "color"
|
1286 | },
|
1287 | "--lime-7": {
|
1288 | "$value": "#74b816",
|
1289 | "$type": "color"
|
1290 | },
|
1291 | "--lime-6": {
|
1292 | "$value": "#82c91e",
|
1293 | "$type": "color"
|
1294 | },
|
1295 | "--lime-5": {
|
1296 | "$value": "#94d82d",
|
1297 | "$type": "color"
|
1298 | },
|
1299 | "--lime-4": {
|
1300 | "$value": "#a9e34b",
|
1301 | "$type": "color"
|
1302 | },
|
1303 | "--lime-3": {
|
1304 | "$value": "#c0eb75",
|
1305 | "$type": "color"
|
1306 | },
|
1307 | "--lime-2": {
|
1308 | "$value": "#d8f5a2",
|
1309 | "$type": "color"
|
1310 | },
|
1311 | "--lime-1": {
|
1312 | "$value": "#e9fac8",
|
1313 | "$type": "color"
|
1314 | },
|
1315 | "--lime-0": {
|
1316 | "$value": "#f4fce3",
|
1317 | "$type": "color"
|
1318 | }
|
1319 | },
|
1320 | "jungle": {
|
1321 | "--jungle-12": {
|
1322 | "$value": "#3d4d04",
|
1323 | "$type": "color"
|
1324 | },
|
1325 | "--jungle-11": {
|
1326 | "$value": "#516605",
|
1327 | "$type": "color"
|
1328 | },
|
1329 | "--jungle-10": {
|
1330 | "$value": "#658006",
|
1331 | "$type": "color"
|
1332 | },
|
1333 | "--jungle-9": {
|
1334 | "$value": "#7a9908",
|
1335 | "$type": "color"
|
1336 | },
|
1337 | "--jungle-8": {
|
1338 | "$value": "#84a513",
|
1339 | "$type": "color"
|
1340 | },
|
1341 | "--jungle-7": {
|
1342 | "$value": "#8fb024",
|
1343 | "$type": "color"
|
1344 | },
|
1345 | "--jungle-6": {
|
1346 | "$value": "#9bbb36",
|
1347 | "$type": "color"
|
1348 | },
|
1349 | "--jungle-5": {
|
1350 | "$value": "#a8c648",
|
1351 | "$type": "color"
|
1352 | },
|
1353 | "--jungle-4": {
|
1354 | "$value": "#b5d15b",
|
1355 | "$type": "color"
|
1356 | },
|
1357 | "--jungle-3": {
|
1358 | "$value": "#c2dd6e",
|
1359 | "$type": "color"
|
1360 | },
|
1361 | "--jungle-2": {
|
1362 | "$value": "#d0e884",
|
1363 | "$type": "color"
|
1364 | },
|
1365 | "--jungle-1": {
|
1366 | "$value": "#def39a",
|
1367 | "$type": "color"
|
1368 | },
|
1369 | "--jungle-0": {
|
1370 | "$value": "#ecfeb0",
|
1371 | "$type": "color"
|
1372 | }
|
1373 | },
|
1374 | "indigo": {
|
1375 | "--indigo-12": {
|
1376 | "$value": "#21307a",
|
1377 | "$type": "color"
|
1378 | },
|
1379 | "--indigo-11": {
|
1380 | "$value": "#283a94",
|
1381 | "$type": "color"
|
1382 | },
|
1383 | "--indigo-10": {
|
1384 | "$value": "#2f44ad",
|
1385 | "$type": "color"
|
1386 | },
|
1387 | "--indigo-9": {
|
1388 | "$value": "#364fc7",
|
1389 | "$type": "color"
|
1390 | },
|
1391 | "--indigo-8": {
|
1392 | "$value": "#3b5bdb",
|
1393 | "$type": "color"
|
1394 | },
|
1395 | "--indigo-7": {
|
1396 | "$value": "#4263eb",
|
1397 | "$type": "color"
|
1398 | },
|
1399 | "--indigo-6": {
|
1400 | "$value": "#4c6ef5",
|
1401 | "$type": "color"
|
1402 | },
|
1403 | "--indigo-5": {
|
1404 | "$value": "#5c7cfa",
|
1405 | "$type": "color"
|
1406 | },
|
1407 | "--indigo-4": {
|
1408 | "$value": "#748ffc",
|
1409 | "$type": "color"
|
1410 | },
|
1411 | "--indigo-3": {
|
1412 | "$value": "#91a7ff",
|
1413 | "$type": "color"
|
1414 | },
|
1415 | "--indigo-2": {
|
1416 | "$value": "#bac8ff",
|
1417 | "$type": "color"
|
1418 | },
|
1419 | "--indigo-1": {
|
1420 | "$value": "#dbe4ff",
|
1421 | "$type": "color"
|
1422 | },
|
1423 | "--indigo-0": {
|
1424 | "$value": "#edf2ff",
|
1425 | "$type": "color"
|
1426 | }
|
1427 | },
|
1428 | "green": {
|
1429 | "--green-12": {
|
1430 | "$value": "#133d1b",
|
1431 | "$type": "color"
|
1432 | },
|
1433 | "--green-11": {
|
1434 | "$value": "#1b5727",
|
1435 | "$type": "color"
|
1436 | },
|
1437 | "--green-10": {
|
1438 | "$value": "#237032",
|
1439 | "$type": "color"
|
1440 | },
|
1441 | "--green-9": {
|
1442 | "$value": "#2b8a3e",
|
1443 | "$type": "color"
|
1444 | },
|
1445 | "--green-8": {
|
1446 | "$value": "#2f9e44",
|
1447 | "$type": "color"
|
1448 | },
|
1449 | "--green-7": {
|
1450 | "$value": "#37b24d",
|
1451 | "$type": "color"
|
1452 | },
|
1453 | "--green-6": {
|
1454 | "$value": "#40c057",
|
1455 | "$type": "color"
|
1456 | },
|
1457 | "--green-5": {
|
1458 | "$value": "#51cf66",
|
1459 | "$type": "color"
|
1460 | },
|
1461 | "--green-4": {
|
1462 | "$value": "#69db7c",
|
1463 | "$type": "color"
|
1464 | },
|
1465 | "--green-3": {
|
1466 | "$value": "#8ce99a",
|
1467 | "$type": "color"
|
1468 | },
|
1469 | "--green-2": {
|
1470 | "$value": "#b2f2bb",
|
1471 | "$type": "color"
|
1472 | },
|
1473 | "--green-1": {
|
1474 | "$value": "#d3f9d8",
|
1475 | "$type": "color"
|
1476 | },
|
1477 | "--green-0": {
|
1478 | "$value": "#ebfbee",
|
1479 | "$type": "color"
|
1480 | }
|
1481 | },
|
1482 | "gray": {
|
1483 | "--gray-12": {
|
1484 | "$value": "#030507",
|
1485 | "$type": "color"
|
1486 | },
|
1487 | "--gray-11": {
|
1488 | "$value": "#0d0f12",
|
1489 | "$type": "color"
|
1490 | },
|
1491 | "--gray-10": {
|
1492 | "$value": "#16191d",
|
1493 | "$type": "color"
|
1494 | },
|
1495 | "--gray-9": {
|
1496 | "$value": "#212529",
|
1497 | "$type": "color"
|
1498 | },
|
1499 | "--gray-8": {
|
1500 | "$value": "#343a40",
|
1501 | "$type": "color"
|
1502 | },
|
1503 | "--gray-7": {
|
1504 | "$value": "#495057",
|
1505 | "$type": "color"
|
1506 | },
|
1507 | "--gray-6": {
|
1508 | "$value": "#868e96",
|
1509 | "$type": "color"
|
1510 | },
|
1511 | "--gray-5": {
|
1512 | "$value": "#adb5bd",
|
1513 | "$type": "color"
|
1514 | },
|
1515 | "--gray-4": {
|
1516 | "$value": "#ced4da",
|
1517 | "$type": "color"
|
1518 | },
|
1519 | "--gray-3": {
|
1520 | "$value": "#dee2e6",
|
1521 | "$type": "color"
|
1522 | },
|
1523 | "--gray-2": {
|
1524 | "$value": "#e9ecef",
|
1525 | "$type": "color"
|
1526 | },
|
1527 | "--gray-1": {
|
1528 | "$value": "#f1f3f5",
|
1529 | "$type": "color"
|
1530 | },
|
1531 | "--gray-0": {
|
1532 | "$value": "#f8f9fa",
|
1533 | "$type": "color"
|
1534 | }
|
1535 | },
|
1536 | "cyan": {
|
1537 | "--cyan-12": {
|
1538 | "$value": "#053038",
|
1539 | "$type": "color"
|
1540 | },
|
1541 | "--cyan-11": {
|
1542 | "$value": "#074652",
|
1543 | "$type": "color"
|
1544 | },
|
1545 | "--cyan-10": {
|
1546 | "$value": "#095c6b",
|
1547 | "$type": "color"
|
1548 | },
|
1549 | "--cyan-9": {
|
1550 | "$value": "#0b7285",
|
1551 | "$type": "color"
|
1552 | },
|
1553 | "--cyan-8": {
|
1554 | "$value": "#0c8599",
|
1555 | "$type": "color"
|
1556 | },
|
1557 | "--cyan-7": {
|
1558 | "$value": "#1098ad",
|
1559 | "$type": "color"
|
1560 | },
|
1561 | "--cyan-6": {
|
1562 | "$value": "#15aabf",
|
1563 | "$type": "color"
|
1564 | },
|
1565 | "--cyan-5": {
|
1566 | "$value": "#22b8cf",
|
1567 | "$type": "color"
|
1568 | },
|
1569 | "--cyan-4": {
|
1570 | "$value": "#3bc9db",
|
1571 | "$type": "color"
|
1572 | },
|
1573 | "--cyan-3": {
|
1574 | "$value": "#66d9e8",
|
1575 | "$type": "color"
|
1576 | },
|
1577 | "--cyan-2": {
|
1578 | "$value": "#99e9f2",
|
1579 | "$type": "color"
|
1580 | },
|
1581 | "--cyan-1": {
|
1582 | "$value": "#c5f6fa",
|
1583 | "$type": "color"
|
1584 | },
|
1585 | "--cyan-0": {
|
1586 | "$value": "#e3fafc",
|
1587 | "$type": "color"
|
1588 | }
|
1589 | },
|
1590 | "choco": {
|
1591 | "--choco-12": {
|
1592 | "$value": "#3d210d",
|
1593 | "$type": "color"
|
1594 | },
|
1595 | "--choco-11": {
|
1596 | "$value": "#572f12",
|
1597 | "$type": "color"
|
1598 | },
|
1599 | "--choco-10": {
|
1600 | "$value": "#703a13",
|
1601 | "$type": "color"
|
1602 | },
|
1603 | "--choco-9": {
|
1604 | "$value": "#8a4513",
|
1605 | "$type": "color"
|
1606 | },
|
1607 | "--choco-8": {
|
1608 | "$value": "#a45117",
|
1609 | "$type": "color"
|
1610 | },
|
1611 | "--choco-7": {
|
1612 | "$value": "#bd5f1b",
|
1613 | "$type": "color"
|
1614 | },
|
1615 | "--choco-6": {
|
1616 | "$value": "#d46e25",
|
1617 | "$type": "color"
|
1618 | },
|
1619 | "--choco-5": {
|
1620 | "$value": "#df8545",
|
1621 | "$type": "color"
|
1622 | },
|
1623 | "--choco-4": {
|
1624 | "$value": "#e99b62",
|
1625 | "$type": "color"
|
1626 | },
|
1627 | "--choco-3": {
|
1628 | "$value": "#f1b280",
|
1629 | "$type": "color"
|
1630 | },
|
1631 | "--choco-2": {
|
1632 | "$value": "#f7ca9e",
|
1633 | "$type": "color"
|
1634 | },
|
1635 | "--choco-1": {
|
1636 | "$value": "#fce1bc",
|
1637 | "$type": "color"
|
1638 | },
|
1639 | "--choco-0": {
|
1640 | "$value": "#fff8dc",
|
1641 | "$type": "color"
|
1642 | }
|
1643 | },
|
1644 | "camo": {
|
1645 | "--camo-12": {
|
1646 | "$value": "#36300a",
|
1647 | "$type": "color"
|
1648 | },
|
1649 | "--camo-11": {
|
1650 | "$value": "#4d460e",
|
1651 | "$type": "color"
|
1652 | },
|
1653 | "--camo-10": {
|
1654 | "$value": "#5d5411",
|
1655 | "$type": "color"
|
1656 | },
|
1657 | "--camo-9": {
|
1658 | "$value": "#6d6414",
|
1659 | "$type": "color"
|
1660 | },
|
1661 | "--camo-8": {
|
1662 | "$value": "#7e7416",
|
1663 | "$type": "color"
|
1664 | },
|
1665 | "--camo-7": {
|
1666 | "$value": "#8c851c",
|
1667 | "$type": "color"
|
1668 | },
|
1669 | "--camo-6": {
|
1670 | "$value": "#999621",
|
1671 | "$type": "color"
|
1672 | },
|
1673 | "--camo-5": {
|
1674 | "$value": "#a7a827",
|
1675 | "$type": "color"
|
1676 | },
|
1677 | "--camo-4": {
|
1678 | "$value": "#b5bb2e",
|
1679 | "$type": "color"
|
1680 | },
|
1681 | "--camo-3": {
|
1682 | "$value": "#c2ce34",
|
1683 | "$type": "color"
|
1684 | },
|
1685 | "--camo-2": {
|
1686 | "$value": "#d2df4e",
|
1687 | "$type": "color"
|
1688 | },
|
1689 | "--camo-1": {
|
1690 | "$value": "#e8ed9c",
|
1691 | "$type": "color"
|
1692 | },
|
1693 | "--camo-0": {
|
1694 | "$value": "#f9fbe7",
|
1695 | "$type": "color"
|
1696 | }
|
1697 | },
|
1698 | "brown": {
|
1699 | "--brown-12": {
|
1700 | "$value": "#422412",
|
1701 | "$type": "color"
|
1702 | },
|
1703 | "--brown-11": {
|
1704 | "$value": "#4e2b15",
|
1705 | "$type": "color"
|
1706 | },
|
1707 | "--brown-10": {
|
1708 | "$value": "#5e3a21",
|
1709 | "$type": "color"
|
1710 | },
|
1711 | "--brown-9": {
|
1712 | "$value": "#6f4b2d",
|
1713 | "$type": "color"
|
1714 | },
|
1715 | "--brown-8": {
|
1716 | "$value": "#825b3a",
|
1717 | "$type": "color"
|
1718 | },
|
1719 | "--brown-7": {
|
1720 | "$value": "#956b47",
|
1721 | "$type": "color"
|
1722 | },
|
1723 | "--brown-6": {
|
1724 | "$value": "#a87c56",
|
1725 | "$type": "color"
|
1726 | },
|
1727 | "--brown-5": {
|
1728 | "$value": "#b78f6d",
|
1729 | "$type": "color"
|
1730 | },
|
1731 | "--brown-4": {
|
1732 | "$value": "#c5a285",
|
1733 | "$type": "color"
|
1734 | },
|
1735 | "--brown-3": {
|
1736 | "$value": "#d3b79e",
|
1737 | "$type": "color"
|
1738 | },
|
1739 | "--brown-2": {
|
1740 | "$value": "#e0cab7",
|
1741 | "$type": "color"
|
1742 | },
|
1743 | "--brown-1": {
|
1744 | "$value": "#ede0d1",
|
1745 | "$type": "color"
|
1746 | },
|
1747 | "--brown-0": {
|
1748 | "$value": "#faf4eb",
|
1749 | "$type": "color"
|
1750 | }
|
1751 | },
|
1752 | "blue": {
|
1753 | "--blue-12": {
|
1754 | "$value": "#0d375e",
|
1755 | "$type": "color"
|
1756 | },
|
1757 | "--blue-11": {
|
1758 | "$value": "#114678",
|
1759 | "$type": "color"
|
1760 | },
|
1761 | "--blue-10": {
|
1762 | "$value": "#145591",
|
1763 | "$type": "color"
|
1764 | },
|
1765 | "--blue-9": {
|
1766 | "$value": "#1864ab",
|
1767 | "$type": "color"
|
1768 | },
|
1769 | "--blue-8": {
|
1770 | "$value": "#1971c2",
|
1771 | "$type": "color"
|
1772 | },
|
1773 | "--blue-7": {
|
1774 | "$value": "#1c7ed6",
|
1775 | "$type": "color"
|
1776 | },
|
1777 | "--blue-6": {
|
1778 | "$value": "#228be6",
|
1779 | "$type": "color"
|
1780 | },
|
1781 | "--blue-5": {
|
1782 | "$value": "#339af0",
|
1783 | "$type": "color"
|
1784 | },
|
1785 | "--blue-4": {
|
1786 | "$value": "#4dabf7",
|
1787 | "$type": "color"
|
1788 | },
|
1789 | "--blue-3": {
|
1790 | "$value": "#74c0fc",
|
1791 | "$type": "color"
|
1792 | },
|
1793 | "--blue-2": {
|
1794 | "$value": "#a5d8ff",
|
1795 | "$type": "color"
|
1796 | },
|
1797 | "--blue-1": {
|
1798 | "$value": "#d0ebff",
|
1799 | "$type": "color"
|
1800 | },
|
1801 | "--blue-0": {
|
1802 | "$value": "#e7f5ff",
|
1803 | "$type": "color"
|
1804 | }
|
1805 | }
|
1806 | }
|
1807 | }
|
1808 | } |
\ | No newline at end of file |