@tamagui/themes 1.31.4 → 1.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/dist/cjs/componentThemeDefinitions.js +7 -6
  2. package/dist/cjs/componentThemeDefinitions.js.map +1 -1
  3. package/dist/cjs/generated-new.js +171 -460
  4. package/dist/cjs/generated-new.js.map +1 -1
  5. package/dist/cjs/index.js +6 -0
  6. package/dist/cjs/index.js.map +1 -1
  7. package/dist/cjs/masks.js +4 -1
  8. package/dist/cjs/masks.js.map +1 -1
  9. package/dist/cjs/shadows.js +46 -0
  10. package/dist/cjs/shadows.js.map +6 -0
  11. package/dist/cjs/themes-new.js +3 -19
  12. package/dist/cjs/themes-new.js.map +1 -1
  13. package/dist/cjs/themes.js +11 -301
  14. package/dist/cjs/themes.js.map +1 -1
  15. package/dist/esm/componentThemeDefinitions.js +7 -6
  16. package/dist/esm/componentThemeDefinitions.js.map +1 -1
  17. package/dist/esm/generated-new.js +171 -460
  18. package/dist/esm/generated-new.js.map +1 -1
  19. package/dist/esm/index.js +3 -0
  20. package/dist/esm/index.js.map +1 -1
  21. package/dist/esm/masks.js +4 -1
  22. package/dist/esm/masks.js.map +1 -1
  23. package/dist/esm/shadows.js +22 -0
  24. package/dist/esm/shadows.js.map +6 -0
  25. package/dist/esm/themes-new.js +3 -19
  26. package/dist/esm/themes-new.js.map +1 -1
  27. package/dist/esm/themes.js +1 -308
  28. package/dist/esm/themes.js.map +1 -1
  29. package/package.json +10 -8
  30. package/src/componentThemeDefinitions.tsx +137 -0
  31. package/src/generated-new.ts +4313 -0
  32. package/src/helpers.ts +44 -0
  33. package/src/index.tsx +3 -9
  34. package/src/masks.tsx +45 -0
  35. package/src/palettes.tsx +91 -0
  36. package/src/shadows.tsx +19 -0
  37. package/src/templates.tsx +111 -0
  38. package/src/themes-new.tsx +74 -0
  39. package/src/{themes.outlined.tsx → themes-old.tsx} +108 -17
  40. package/src/themes.tsx +4 -378
  41. package/types/componentThemeDefinitions.d.ts +628 -0
  42. package/types/componentThemeDefinitions.d.ts.map +1 -1
  43. package/types/generated-new.d.ts +516 -0
  44. package/types/generated-new.d.ts.map +1 -1
  45. package/types/helpers.d.ts +24 -0
  46. package/types/index.d.ts +3 -0
  47. package/types/index.d.ts.map +1 -1
  48. package/types/masks.d.ts +13 -0
  49. package/types/masks.d.ts.map +1 -1
  50. package/types/palettes.d.ts +21 -0
  51. package/types/shadows.d.ts +15 -0
  52. package/types/shadows.d.ts.map +1 -0
  53. package/types/templates.d.ts +142 -0
  54. package/types/themes-new.d.ts +40323 -0
  55. package/types/themes-new.d.ts.map +1 -1
  56. package/types/themes-old.d.ts +51411 -0
  57. package/types/themes.d.ts +2 -51602
  58. package/types/themes.d.ts.map +1 -1
  59. package/types/tokens.d.ts +2 -2
  60. package/dist/cjs/generated-old.js +0 -13599
  61. package/dist/cjs/generated-old.js.map +0 -6
  62. package/dist/esm/generated-old.js +0 -12064
  63. package/dist/esm/generated-old.js.map +0 -6
  64. package/src/generate.ts +0 -25
  65. package/src/generated.js +0 -23954
  66. package/types/generate.d.ts +0 -2
  67. package/types/themes.outlined.d.ts +0 -2643
@@ -0,0 +1,4313 @@
1
+ type Theme = {
2
+ color1: string;
3
+ color2: string;
4
+ color3: string;
5
+ color4: string;
6
+ color5: string;
7
+ color6: string;
8
+ color7: string;
9
+ color8: string;
10
+ color9: string;
11
+ color10: string;
12
+ color11: string;
13
+ color12: string;
14
+ background: string;
15
+ backgroundHover: string;
16
+ backgroundPress: string;
17
+ backgroundFocus: string;
18
+ backgroundStrong: string;
19
+ backgroundTransparent: string;
20
+ color: string;
21
+ colorHover: string;
22
+ colorPress: string;
23
+ colorFocus: string;
24
+ colorTransparent: string;
25
+ borderColor: string;
26
+ borderColorHover: string;
27
+ borderColorFocus: string;
28
+ borderColorPress: string;
29
+ placeholderColor: string;
30
+ blue1: string;
31
+ blue2: string;
32
+ blue3: string;
33
+ blue4: string;
34
+ blue5: string;
35
+ blue6: string;
36
+ blue7: string;
37
+ blue8: string;
38
+ blue9: string;
39
+ blue10: string;
40
+ blue11: string;
41
+ blue12: string;
42
+ gray1: string;
43
+ gray2: string;
44
+ gray3: string;
45
+ gray4: string;
46
+ gray5: string;
47
+ gray6: string;
48
+ gray7: string;
49
+ gray8: string;
50
+ gray9: string;
51
+ gray10: string;
52
+ gray11: string;
53
+ gray12: string;
54
+ green1: string;
55
+ green2: string;
56
+ green3: string;
57
+ green4: string;
58
+ green5: string;
59
+ green6: string;
60
+ green7: string;
61
+ green8: string;
62
+ green9: string;
63
+ green10: string;
64
+ green11: string;
65
+ green12: string;
66
+ orange1: string;
67
+ orange2: string;
68
+ orange3: string;
69
+ orange4: string;
70
+ orange5: string;
71
+ orange6: string;
72
+ orange7: string;
73
+ orange8: string;
74
+ orange9: string;
75
+ orange10: string;
76
+ orange11: string;
77
+ orange12: string;
78
+ pink1: string;
79
+ pink2: string;
80
+ pink3: string;
81
+ pink4: string;
82
+ pink5: string;
83
+ pink6: string;
84
+ pink7: string;
85
+ pink8: string;
86
+ pink9: string;
87
+ pink10: string;
88
+ pink11: string;
89
+ pink12: string;
90
+ purple1: string;
91
+ purple2: string;
92
+ purple3: string;
93
+ purple4: string;
94
+ purple5: string;
95
+ purple6: string;
96
+ purple7: string;
97
+ purple8: string;
98
+ purple9: string;
99
+ purple10: string;
100
+ purple11: string;
101
+ purple12: string;
102
+ red1: string;
103
+ red2: string;
104
+ red3: string;
105
+ red4: string;
106
+ red5: string;
107
+ red6: string;
108
+ red7: string;
109
+ red8: string;
110
+ red9: string;
111
+ red10: string;
112
+ red11: string;
113
+ red12: string;
114
+ yellow1: string;
115
+ yellow2: string;
116
+ yellow3: string;
117
+ yellow4: string;
118
+ yellow5: string;
119
+ yellow6: string;
120
+ yellow7: string;
121
+ yellow8: string;
122
+ yellow9: string;
123
+ yellow10: string;
124
+ yellow11: string;
125
+ yellow12: string;
126
+ shadowColor: string;
127
+ shadowColorHover: string;
128
+ shadowColorPress: string;
129
+ shadowColorFocus: string;
130
+
131
+ }
132
+
133
+ export const light = {
134
+ color1: '#fff',
135
+ color2: '#f9f9f9',
136
+ color3: 'hsl(0, 0%, 97.3%)',
137
+ color4: 'hsl(0, 0%, 95.1%)',
138
+ color5: 'hsl(0, 0%, 94.0%)',
139
+ color6: 'hsl(0, 0%, 92.0%)',
140
+ color7: 'hsl(0, 0%, 89.5%)',
141
+ color8: 'hsl(0, 0%, 81.0%)',
142
+ color9: 'hsl(0, 0%, 56.1%)',
143
+ color10: 'hsl(0, 0%, 50.3%)',
144
+ color11: 'hsl(0, 0%, 42.5%)',
145
+ color12: 'hsl(0, 0%, 9.0%)',
146
+ background: '#f9f9f9',
147
+ backgroundHover: 'hsl(0, 0%, 97.3%)',
148
+ backgroundPress: 'hsl(0, 0%, 95.1%)',
149
+ backgroundFocus: 'hsl(0, 0%, 94.0%)',
150
+ backgroundStrong: '#fff',
151
+ backgroundTransparent: 'rgba(255,255,255,0)',
152
+ color: 'hsl(0, 0%, 9.0%)',
153
+ colorHover: 'hsl(0, 0%, 42.5%)',
154
+ colorPress: 'hsl(0, 0%, 9.0%)',
155
+ colorFocus: 'hsl(0, 0%, 42.5%)',
156
+ colorTransparent: 'rgba(10,10,10,0)',
157
+ borderColor: 'hsl(0, 0%, 94.0%)',
158
+ borderColorHover: 'hsl(0, 0%, 92.0%)',
159
+ borderColorFocus: 'hsl(0, 0%, 95.1%)',
160
+ borderColorPress: 'hsl(0, 0%, 94.0%)',
161
+ placeholderColor: 'hsl(0, 0%, 56.1%)',
162
+ blue1: 'hsl(206, 100%, 99.2%)',
163
+ blue2: 'hsl(210, 100%, 98.0%)',
164
+ blue3: 'hsl(209, 100%, 96.5%)',
165
+ blue4: 'hsl(210, 98.8%, 94.0%)',
166
+ blue5: 'hsl(209, 95.0%, 90.1%)',
167
+ blue6: 'hsl(209, 81.2%, 84.5%)',
168
+ blue7: 'hsl(208, 77.5%, 76.9%)',
169
+ blue8: 'hsl(206, 81.9%, 65.3%)',
170
+ blue9: 'hsl(206, 100%, 50.0%)',
171
+ blue10: 'hsl(208, 100%, 47.3%)',
172
+ blue11: 'hsl(211, 100%, 43.2%)',
173
+ blue12: 'hsl(211, 100%, 15.0%)',
174
+ gray1: 'hsl(0, 0%, 99.0%)',
175
+ gray2: 'hsl(0, 0%, 97.3%)',
176
+ gray3: 'hsl(0, 0%, 95.1%)',
177
+ gray4: 'hsl(0, 0%, 93.0%)',
178
+ gray5: 'hsl(0, 0%, 90.9%)',
179
+ gray6: 'hsl(0, 0%, 88.7%)',
180
+ gray7: 'hsl(0, 0%, 85.8%)',
181
+ gray8: 'hsl(0, 0%, 78.0%)',
182
+ gray9: 'hsl(0, 0%, 56.1%)',
183
+ gray10: 'hsl(0, 0%, 52.3%)',
184
+ gray11: 'hsl(0, 0%, 43.5%)',
185
+ gray12: 'hsl(0, 0%, 9.0%)',
186
+ green1: 'hsl(136, 50.0%, 98.9%)',
187
+ green2: 'hsl(138, 62.5%, 96.9%)',
188
+ green3: 'hsl(139, 55.2%, 94.5%)',
189
+ green4: 'hsl(140, 48.7%, 91.0%)',
190
+ green5: 'hsl(141, 43.7%, 86.0%)',
191
+ green6: 'hsl(143, 40.3%, 79.0%)',
192
+ green7: 'hsl(146, 38.5%, 69.0%)',
193
+ green8: 'hsl(151, 40.2%, 54.1%)',
194
+ green9: 'hsl(151, 55.0%, 41.5%)',
195
+ green10: 'hsl(152, 57.5%, 37.6%)',
196
+ green11: 'hsl(153, 67.0%, 28.5%)',
197
+ green12: 'hsl(155, 40.0%, 14.0%)',
198
+ orange1: 'hsl(24, 70.0%, 99.0%)',
199
+ orange2: 'hsl(24, 83.3%, 97.6%)',
200
+ orange3: 'hsl(24, 100%, 95.3%)',
201
+ orange4: 'hsl(25, 100%, 92.2%)',
202
+ orange5: 'hsl(25, 100%, 88.2%)',
203
+ orange6: 'hsl(25, 100%, 82.8%)',
204
+ orange7: 'hsl(24, 100%, 75.3%)',
205
+ orange8: 'hsl(24, 94.5%, 64.3%)',
206
+ orange9: 'hsl(24, 94.0%, 50.0%)',
207
+ orange10: 'hsl(24, 100%, 46.5%)',
208
+ orange11: 'hsl(24, 100%, 37.0%)',
209
+ orange12: 'hsl(15, 60.0%, 17.0%)',
210
+ pink1: 'hsl(322, 100%, 99.4%)',
211
+ pink2: 'hsl(323, 100%, 98.4%)',
212
+ pink3: 'hsl(323, 86.3%, 96.5%)',
213
+ pink4: 'hsl(323, 78.7%, 94.2%)',
214
+ pink5: 'hsl(323, 72.2%, 91.1%)',
215
+ pink6: 'hsl(323, 66.3%, 86.6%)',
216
+ pink7: 'hsl(323, 62.0%, 80.1%)',
217
+ pink8: 'hsl(323, 60.3%, 72.4%)',
218
+ pink9: 'hsl(322, 65.0%, 54.5%)',
219
+ pink10: 'hsl(322, 63.9%, 50.7%)',
220
+ pink11: 'hsl(322, 75.0%, 46.0%)',
221
+ pink12: 'hsl(320, 70.0%, 13.5%)',
222
+ purple1: 'hsl(280, 65.0%, 99.4%)',
223
+ purple2: 'hsl(276, 100%, 99.0%)',
224
+ purple3: 'hsl(276, 83.1%, 97.0%)',
225
+ purple4: 'hsl(275, 76.4%, 94.7%)',
226
+ purple5: 'hsl(275, 70.8%, 91.8%)',
227
+ purple6: 'hsl(274, 65.4%, 87.8%)',
228
+ purple7: 'hsl(273, 61.0%, 81.7%)',
229
+ purple8: 'hsl(272, 60.0%, 73.5%)',
230
+ purple9: 'hsl(272, 51.0%, 54.0%)',
231
+ purple10: 'hsl(272, 46.8%, 50.3%)',
232
+ purple11: 'hsl(272, 50.0%, 45.8%)',
233
+ purple12: 'hsl(272, 66.0%, 16.0%)',
234
+ red1: 'hsl(359, 100%, 99.4%)',
235
+ red2: 'hsl(359, 100%, 98.6%)',
236
+ red3: 'hsl(360, 100%, 96.8%)',
237
+ red4: 'hsl(360, 97.9%, 94.8%)',
238
+ red5: 'hsl(360, 90.2%, 91.9%)',
239
+ red6: 'hsl(360, 81.7%, 87.8%)',
240
+ red7: 'hsl(359, 74.2%, 81.7%)',
241
+ red8: 'hsl(359, 69.5%, 74.3%)',
242
+ red9: 'hsl(358, 75.0%, 59.0%)',
243
+ red10: 'hsl(358, 69.4%, 55.2%)',
244
+ red11: 'hsl(358, 65.0%, 48.7%)',
245
+ red12: 'hsl(354, 50.0%, 14.6%)',
246
+ yellow1: 'hsl(60, 54.0%, 98.5%)',
247
+ yellow2: 'hsl(52, 100%, 95.5%)',
248
+ yellow3: 'hsl(55, 100%, 90.9%)',
249
+ yellow4: 'hsl(54, 100%, 86.6%)',
250
+ yellow5: 'hsl(52, 97.9%, 82.0%)',
251
+ yellow6: 'hsl(50, 89.4%, 76.1%)',
252
+ yellow7: 'hsl(47, 80.4%, 68.0%)',
253
+ yellow8: 'hsl(48, 100%, 46.1%)',
254
+ yellow9: 'hsl(53, 92.0%, 50.0%)',
255
+ yellow10: 'hsl(50, 100%, 48.5%)',
256
+ yellow11: 'hsl(42, 100%, 29.0%)',
257
+ yellow12: 'hsl(40, 55.0%, 13.5%)',
258
+ shadowColor: 'rgba(0,0,0,0.066)',
259
+ shadowColorHover: 'rgba(0,0,0,0.066)',
260
+ shadowColorPress: 'rgba(0,0,0,0.02)',
261
+ shadowColorFocus: 'rgba(0,0,0,0.02)'
262
+ } as Theme
263
+ export const dark = {
264
+ color1: '#050505',
265
+ color2: '#151515',
266
+ color3: '#191919',
267
+ color4: '#232323',
268
+ color5: '#282828',
269
+ color6: '#323232',
270
+ color7: '#424242',
271
+ color8: '#494949',
272
+ color9: '#545454',
273
+ color10: '#626262',
274
+ color11: '#a5a5a5',
275
+ color12: '#fff',
276
+ background: '#151515',
277
+ backgroundHover: '#191919',
278
+ backgroundPress: '#232323',
279
+ backgroundFocus: '#282828',
280
+ backgroundStrong: '#050505',
281
+ backgroundTransparent: 'rgba(10,10,10,0)',
282
+ color: '#fff',
283
+ colorHover: '#a5a5a5',
284
+ colorPress: '#fff',
285
+ colorFocus: '#a5a5a5',
286
+ colorTransparent: 'rgba(255,255,255,0)',
287
+ borderColor: '#282828',
288
+ borderColorHover: '#323232',
289
+ borderColorFocus: '#232323',
290
+ borderColorPress: '#282828',
291
+ placeholderColor: '#545454',
292
+ blue1: 'hsl(212, 35.0%, 9.2%)',
293
+ blue2: 'hsl(216, 50.0%, 11.8%)',
294
+ blue3: 'hsl(214, 59.4%, 15.3%)',
295
+ blue4: 'hsl(214, 65.8%, 17.9%)',
296
+ blue5: 'hsl(213, 71.2%, 20.2%)',
297
+ blue6: 'hsl(212, 77.4%, 23.1%)',
298
+ blue7: 'hsl(211, 85.1%, 27.4%)',
299
+ blue8: 'hsl(211, 89.7%, 34.1%)',
300
+ blue9: 'hsl(206, 100%, 50.0%)',
301
+ blue10: 'hsl(209, 100%, 60.6%)',
302
+ blue11: 'hsl(210, 100%, 66.1%)',
303
+ blue12: 'hsl(206, 98.0%, 95.8%)',
304
+ gray1: 'hsl(0, 0%, 8.5%)',
305
+ gray2: 'hsl(0, 0%, 11.0%)',
306
+ gray3: 'hsl(0, 0%, 13.6%)',
307
+ gray4: 'hsl(0, 0%, 15.8%)',
308
+ gray5: 'hsl(0, 0%, 17.9%)',
309
+ gray6: 'hsl(0, 0%, 20.5%)',
310
+ gray7: 'hsl(0, 0%, 24.3%)',
311
+ gray8: 'hsl(0, 0%, 31.2%)',
312
+ gray9: 'hsl(0, 0%, 43.9%)',
313
+ gray10: 'hsl(0, 0%, 49.4%)',
314
+ gray11: 'hsl(0, 0%, 62.8%)',
315
+ gray12: 'hsl(0, 0%, 93.0%)',
316
+ green1: 'hsl(146, 30.0%, 7.4%)',
317
+ green2: 'hsl(155, 44.2%, 8.4%)',
318
+ green3: 'hsl(155, 46.7%, 10.9%)',
319
+ green4: 'hsl(154, 48.4%, 12.9%)',
320
+ green5: 'hsl(154, 49.7%, 14.9%)',
321
+ green6: 'hsl(154, 50.9%, 17.6%)',
322
+ green7: 'hsl(153, 51.8%, 21.8%)',
323
+ green8: 'hsl(151, 51.7%, 28.4%)',
324
+ green9: 'hsl(151, 55.0%, 41.5%)',
325
+ green10: 'hsl(151, 49.3%, 46.5%)',
326
+ green11: 'hsl(151, 50.0%, 53.2%)',
327
+ green12: 'hsl(137, 72.0%, 94.0%)',
328
+ orange1: 'hsl(30, 70.0%, 7.2%)',
329
+ orange2: 'hsl(28, 100%, 8.4%)',
330
+ orange3: 'hsl(26, 91.1%, 11.6%)',
331
+ orange4: 'hsl(25, 88.3%, 14.1%)',
332
+ orange5: 'hsl(24, 87.6%, 16.6%)',
333
+ orange6: 'hsl(24, 88.6%, 19.8%)',
334
+ orange7: 'hsl(24, 92.4%, 24.0%)',
335
+ orange8: 'hsl(25, 100%, 29.0%)',
336
+ orange9: 'hsl(24, 94.0%, 50.0%)',
337
+ orange10: 'hsl(24, 100%, 58.5%)',
338
+ orange11: 'hsl(24, 100%, 62.2%)',
339
+ orange12: 'hsl(24, 97.0%, 93.2%)',
340
+ pink1: 'hsl(318, 25.0%, 9.6%)',
341
+ pink2: 'hsl(319, 32.2%, 11.6%)',
342
+ pink3: 'hsl(319, 41.0%, 16.0%)',
343
+ pink4: 'hsl(320, 45.4%, 18.7%)',
344
+ pink5: 'hsl(320, 49.0%, 21.1%)',
345
+ pink6: 'hsl(321, 53.6%, 24.4%)',
346
+ pink7: 'hsl(321, 61.1%, 29.7%)',
347
+ pink8: 'hsl(322, 74.9%, 37.5%)',
348
+ pink9: 'hsl(322, 65.0%, 54.5%)',
349
+ pink10: 'hsl(323, 72.8%, 59.2%)',
350
+ pink11: 'hsl(325, 90.0%, 66.4%)',
351
+ pink12: 'hsl(322, 90.0%, 95.8%)',
352
+ purple1: 'hsl(284, 20.0%, 9.6%)',
353
+ purple2: 'hsl(283, 30.0%, 11.8%)',
354
+ purple3: 'hsl(281, 37.5%, 16.5%)',
355
+ purple4: 'hsl(280, 41.2%, 20.0%)',
356
+ purple5: 'hsl(279, 43.8%, 23.3%)',
357
+ purple6: 'hsl(277, 46.4%, 27.5%)',
358
+ purple7: 'hsl(275, 49.3%, 34.6%)',
359
+ purple8: 'hsl(272, 52.1%, 45.9%)',
360
+ purple9: 'hsl(272, 51.0%, 54.0%)',
361
+ purple10: 'hsl(273, 57.3%, 59.1%)',
362
+ purple11: 'hsl(275, 80.0%, 71.0%)',
363
+ purple12: 'hsl(279, 75.0%, 95.7%)',
364
+ red1: 'hsl(353, 23.0%, 9.8%)',
365
+ red2: 'hsl(357, 34.4%, 12.0%)',
366
+ red3: 'hsl(356, 43.4%, 16.4%)',
367
+ red4: 'hsl(356, 47.6%, 19.2%)',
368
+ red5: 'hsl(356, 51.1%, 21.9%)',
369
+ red6: 'hsl(356, 55.2%, 25.9%)',
370
+ red7: 'hsl(357, 60.2%, 31.8%)',
371
+ red8: 'hsl(358, 65.0%, 40.4%)',
372
+ red9: 'hsl(358, 75.0%, 59.0%)',
373
+ red10: 'hsl(358, 85.3%, 64.0%)',
374
+ red11: 'hsl(358, 100%, 69.5%)',
375
+ red12: 'hsl(351, 89.0%, 96.0%)',
376
+ yellow1: 'hsl(45, 100%, 5.5%)',
377
+ yellow2: 'hsl(46, 100%, 6.7%)',
378
+ yellow3: 'hsl(45, 100%, 8.7%)',
379
+ yellow4: 'hsl(45, 100%, 10.4%)',
380
+ yellow5: 'hsl(47, 100%, 12.1%)',
381
+ yellow6: 'hsl(49, 100%, 14.3%)',
382
+ yellow7: 'hsl(49, 90.3%, 18.4%)',
383
+ yellow8: 'hsl(50, 100%, 22.0%)',
384
+ yellow9: 'hsl(53, 92.0%, 50.0%)',
385
+ yellow10: 'hsl(54, 100%, 68.0%)',
386
+ yellow11: 'hsl(48, 100%, 47.0%)',
387
+ yellow12: 'hsl(53, 100%, 91.0%)',
388
+ shadowColor: 'rgba(0,0,0,0.3)',
389
+ shadowColorHover: 'rgba(0,0,0,0.3)',
390
+ shadowColorPress: 'rgba(0,0,0,0.2)',
391
+ shadowColorFocus: 'rgba(0,0,0,0.2)'
392
+ } as Theme
393
+ export const light_orange = {
394
+ color1: 'hsl(24, 70.0%, 99.0%)',
395
+ color2: 'hsl(24, 83.3%, 97.6%)',
396
+ color3: 'hsl(24, 100%, 95.3%)',
397
+ color4: 'hsl(25, 100%, 92.2%)',
398
+ color5: 'hsl(25, 100%, 88.2%)',
399
+ color6: 'hsl(25, 100%, 82.8%)',
400
+ color7: 'hsl(24, 94.5%, 64.3%)',
401
+ color8: 'hsl(24, 94.0%, 50.0%)',
402
+ color9: 'hsl(24, 100%, 46.5%)',
403
+ color10: 'hsl(24, 100%, 37.0%)',
404
+ color11: 'hsl(15, 60.0%, 17.0%)',
405
+ color12: 'hsl(0, 0%, 9.0%)',
406
+ background: 'hsl(24, 83.3%, 97.6%)',
407
+ backgroundHover: 'hsl(24, 100%, 95.3%)',
408
+ backgroundPress: 'hsl(25, 100%, 92.2%)',
409
+ backgroundFocus: 'hsl(25, 100%, 88.2%)',
410
+ backgroundStrong: 'hsl(24, 70.0%, 99.0%)',
411
+ backgroundTransparent: 'hsla(24, 70.0%, 99.0%, 0)',
412
+ color: 'hsl(0, 0%, 9.0%)',
413
+ colorHover: 'hsl(15, 60.0%, 17.0%)',
414
+ colorPress: 'hsl(0, 0%, 9.0%)',
415
+ colorFocus: 'hsl(15, 60.0%, 17.0%)',
416
+ colorTransparent: 'hsla(15, 60.0%, 17.0%, 0)',
417
+ borderColor: 'hsl(25, 100%, 92.2%)',
418
+ borderColorHover: 'hsl(25, 100%, 88.2%)',
419
+ borderColorFocus: 'hsl(25, 100%, 92.2%)',
420
+ borderColorPress: 'hsl(25, 100%, 92.2%)',
421
+ placeholderColor: 'hsl(24, 100%, 46.5%)'
422
+ } as Theme
423
+ export const light_yellow = {
424
+ color1: 'hsl(60, 54.0%, 98.5%)',
425
+ color2: 'hsl(52, 100%, 95.5%)',
426
+ color3: 'hsl(55, 100%, 90.9%)',
427
+ color4: 'hsl(54, 100%, 86.6%)',
428
+ color5: 'hsl(52, 97.9%, 82.0%)',
429
+ color6: 'hsl(50, 89.4%, 76.1%)',
430
+ color7: 'hsl(48, 100%, 46.1%)',
431
+ color8: 'hsl(53, 92.0%, 50.0%)',
432
+ color9: 'hsl(50, 100%, 48.5%)',
433
+ color10: 'hsl(42, 100%, 29.0%)',
434
+ color11: 'hsl(40, 55.0%, 13.5%)',
435
+ color12: 'hsl(0, 0%, 9.0%)',
436
+ background: 'hsl(52, 100%, 95.5%)',
437
+ backgroundHover: 'hsl(55, 100%, 90.9%)',
438
+ backgroundPress: 'hsl(54, 100%, 86.6%)',
439
+ backgroundFocus: 'hsl(52, 97.9%, 82.0%)',
440
+ backgroundStrong: 'hsl(60, 54.0%, 98.5%)',
441
+ backgroundTransparent: 'hsla(60, 54.0%, 98.5%, 0)',
442
+ color: 'hsl(0, 0%, 9.0%)',
443
+ colorHover: 'hsl(40, 55.0%, 13.5%)',
444
+ colorPress: 'hsl(0, 0%, 9.0%)',
445
+ colorFocus: 'hsl(40, 55.0%, 13.5%)',
446
+ colorTransparent: 'hsla(40, 55.0%, 13.5%, 0)',
447
+ borderColor: 'hsl(54, 100%, 86.6%)',
448
+ borderColorHover: 'hsl(52, 97.9%, 82.0%)',
449
+ borderColorFocus: 'hsl(54, 100%, 86.6%)',
450
+ borderColorPress: 'hsl(54, 100%, 86.6%)',
451
+ placeholderColor: 'hsl(50, 100%, 48.5%)'
452
+ } as Theme
453
+ export const light_green = {
454
+ color1: 'hsl(136, 50.0%, 98.9%)',
455
+ color2: 'hsl(138, 62.5%, 96.9%)',
456
+ color3: 'hsl(139, 55.2%, 94.5%)',
457
+ color4: 'hsl(140, 48.7%, 91.0%)',
458
+ color5: 'hsl(141, 43.7%, 86.0%)',
459
+ color6: 'hsl(143, 40.3%, 79.0%)',
460
+ color7: 'hsl(151, 40.2%, 54.1%)',
461
+ color8: 'hsl(151, 55.0%, 41.5%)',
462
+ color9: 'hsl(152, 57.5%, 37.6%)',
463
+ color10: 'hsl(153, 67.0%, 28.5%)',
464
+ color11: 'hsl(155, 40.0%, 14.0%)',
465
+ color12: 'hsl(0, 0%, 9.0%)',
466
+ background: 'hsl(138, 62.5%, 96.9%)',
467
+ backgroundHover: 'hsl(139, 55.2%, 94.5%)',
468
+ backgroundPress: 'hsl(140, 48.7%, 91.0%)',
469
+ backgroundFocus: 'hsl(141, 43.7%, 86.0%)',
470
+ backgroundStrong: 'hsl(136, 50.0%, 98.9%)',
471
+ backgroundTransparent: 'hsla(136, 50.0%, 98.9%, 0)',
472
+ color: 'hsl(0, 0%, 9.0%)',
473
+ colorHover: 'hsl(155, 40.0%, 14.0%)',
474
+ colorPress: 'hsl(0, 0%, 9.0%)',
475
+ colorFocus: 'hsl(155, 40.0%, 14.0%)',
476
+ colorTransparent: 'hsla(155, 40.0%, 14.0%, 0)',
477
+ borderColor: 'hsl(140, 48.7%, 91.0%)',
478
+ borderColorHover: 'hsl(141, 43.7%, 86.0%)',
479
+ borderColorFocus: 'hsl(140, 48.7%, 91.0%)',
480
+ borderColorPress: 'hsl(140, 48.7%, 91.0%)',
481
+ placeholderColor: 'hsl(152, 57.5%, 37.6%)'
482
+ } as Theme
483
+ export const light_blue = {
484
+ color1: 'hsl(206, 100%, 99.2%)',
485
+ color2: 'hsl(210, 100%, 98.0%)',
486
+ color3: 'hsl(209, 100%, 96.5%)',
487
+ color4: 'hsl(210, 98.8%, 94.0%)',
488
+ color5: 'hsl(209, 95.0%, 90.1%)',
489
+ color6: 'hsl(209, 81.2%, 84.5%)',
490
+ color7: 'hsl(206, 81.9%, 65.3%)',
491
+ color8: 'hsl(206, 100%, 50.0%)',
492
+ color9: 'hsl(208, 100%, 47.3%)',
493
+ color10: 'hsl(211, 100%, 43.2%)',
494
+ color11: 'hsl(211, 100%, 15.0%)',
495
+ color12: 'hsl(0, 0%, 9.0%)',
496
+ background: 'hsl(210, 100%, 98.0%)',
497
+ backgroundHover: 'hsl(209, 100%, 96.5%)',
498
+ backgroundPress: 'hsl(210, 98.8%, 94.0%)',
499
+ backgroundFocus: 'hsl(209, 95.0%, 90.1%)',
500
+ backgroundStrong: 'hsl(206, 100%, 99.2%)',
501
+ backgroundTransparent: 'hsla(206, 100%, 99.2%, 0)',
502
+ color: 'hsl(0, 0%, 9.0%)',
503
+ colorHover: 'hsl(211, 100%, 15.0%)',
504
+ colorPress: 'hsl(0, 0%, 9.0%)',
505
+ colorFocus: 'hsl(211, 100%, 15.0%)',
506
+ colorTransparent: 'hsla(211, 100%, 15.0%, 0)',
507
+ borderColor: 'hsl(210, 98.8%, 94.0%)',
508
+ borderColorHover: 'hsl(209, 95.0%, 90.1%)',
509
+ borderColorFocus: 'hsl(210, 98.8%, 94.0%)',
510
+ borderColorPress: 'hsl(210, 98.8%, 94.0%)',
511
+ placeholderColor: 'hsl(208, 100%, 47.3%)'
512
+ } as Theme
513
+ export const light_purple = {
514
+ color1: 'hsl(280, 65.0%, 99.4%)',
515
+ color2: 'hsl(276, 100%, 99.0%)',
516
+ color3: 'hsl(276, 83.1%, 97.0%)',
517
+ color4: 'hsl(275, 76.4%, 94.7%)',
518
+ color5: 'hsl(275, 70.8%, 91.8%)',
519
+ color6: 'hsl(274, 65.4%, 87.8%)',
520
+ color7: 'hsl(272, 60.0%, 73.5%)',
521
+ color8: 'hsl(272, 51.0%, 54.0%)',
522
+ color9: 'hsl(272, 46.8%, 50.3%)',
523
+ color10: 'hsl(272, 50.0%, 45.8%)',
524
+ color11: 'hsl(272, 66.0%, 16.0%)',
525
+ color12: 'hsl(0, 0%, 9.0%)',
526
+ background: 'hsl(276, 100%, 99.0%)',
527
+ backgroundHover: 'hsl(276, 83.1%, 97.0%)',
528
+ backgroundPress: 'hsl(275, 76.4%, 94.7%)',
529
+ backgroundFocus: 'hsl(275, 70.8%, 91.8%)',
530
+ backgroundStrong: 'hsl(280, 65.0%, 99.4%)',
531
+ backgroundTransparent: 'hsla(280, 65.0%, 99.4%, 0)',
532
+ color: 'hsl(0, 0%, 9.0%)',
533
+ colorHover: 'hsl(272, 66.0%, 16.0%)',
534
+ colorPress: 'hsl(0, 0%, 9.0%)',
535
+ colorFocus: 'hsl(272, 66.0%, 16.0%)',
536
+ colorTransparent: 'hsla(272, 66.0%, 16.0%, 0)',
537
+ borderColor: 'hsl(275, 76.4%, 94.7%)',
538
+ borderColorHover: 'hsl(275, 70.8%, 91.8%)',
539
+ borderColorFocus: 'hsl(275, 76.4%, 94.7%)',
540
+ borderColorPress: 'hsl(275, 76.4%, 94.7%)',
541
+ placeholderColor: 'hsl(272, 46.8%, 50.3%)'
542
+ } as Theme
543
+ export const light_pink = {
544
+ color1: 'hsl(322, 100%, 99.4%)',
545
+ color2: 'hsl(323, 100%, 98.4%)',
546
+ color3: 'hsl(323, 86.3%, 96.5%)',
547
+ color4: 'hsl(323, 78.7%, 94.2%)',
548
+ color5: 'hsl(323, 72.2%, 91.1%)',
549
+ color6: 'hsl(323, 66.3%, 86.6%)',
550
+ color7: 'hsl(323, 60.3%, 72.4%)',
551
+ color8: 'hsl(322, 65.0%, 54.5%)',
552
+ color9: 'hsl(322, 63.9%, 50.7%)',
553
+ color10: 'hsl(322, 75.0%, 46.0%)',
554
+ color11: 'hsl(320, 70.0%, 13.5%)',
555
+ color12: 'hsl(0, 0%, 9.0%)',
556
+ background: 'hsl(323, 100%, 98.4%)',
557
+ backgroundHover: 'hsl(323, 86.3%, 96.5%)',
558
+ backgroundPress: 'hsl(323, 78.7%, 94.2%)',
559
+ backgroundFocus: 'hsl(323, 72.2%, 91.1%)',
560
+ backgroundStrong: 'hsl(322, 100%, 99.4%)',
561
+ backgroundTransparent: 'hsla(322, 100%, 99.4%, 0)',
562
+ color: 'hsl(0, 0%, 9.0%)',
563
+ colorHover: 'hsl(320, 70.0%, 13.5%)',
564
+ colorPress: 'hsl(0, 0%, 9.0%)',
565
+ colorFocus: 'hsl(320, 70.0%, 13.5%)',
566
+ colorTransparent: 'hsla(320, 70.0%, 13.5%, 0)',
567
+ borderColor: 'hsl(323, 78.7%, 94.2%)',
568
+ borderColorHover: 'hsl(323, 72.2%, 91.1%)',
569
+ borderColorFocus: 'hsl(323, 78.7%, 94.2%)',
570
+ borderColorPress: 'hsl(323, 78.7%, 94.2%)',
571
+ placeholderColor: 'hsl(322, 63.9%, 50.7%)'
572
+ } as Theme
573
+ export const light_red = {
574
+ color1: 'hsl(359, 100%, 99.4%)',
575
+ color2: 'hsl(359, 100%, 98.6%)',
576
+ color3: 'hsl(360, 100%, 96.8%)',
577
+ color4: 'hsl(360, 97.9%, 94.8%)',
578
+ color5: 'hsl(360, 90.2%, 91.9%)',
579
+ color6: 'hsl(360, 81.7%, 87.8%)',
580
+ color7: 'hsl(359, 69.5%, 74.3%)',
581
+ color8: 'hsl(358, 75.0%, 59.0%)',
582
+ color9: 'hsl(358, 69.4%, 55.2%)',
583
+ color10: 'hsl(358, 65.0%, 48.7%)',
584
+ color11: 'hsl(354, 50.0%, 14.6%)',
585
+ color12: 'hsl(0, 0%, 9.0%)',
586
+ background: 'hsl(359, 100%, 98.6%)',
587
+ backgroundHover: 'hsl(360, 100%, 96.8%)',
588
+ backgroundPress: 'hsl(360, 97.9%, 94.8%)',
589
+ backgroundFocus: 'hsl(360, 90.2%, 91.9%)',
590
+ backgroundStrong: 'hsl(359, 100%, 99.4%)',
591
+ backgroundTransparent: 'hsla(359, 100%, 99.4%, 0)',
592
+ color: 'hsl(0, 0%, 9.0%)',
593
+ colorHover: 'hsl(354, 50.0%, 14.6%)',
594
+ colorPress: 'hsl(0, 0%, 9.0%)',
595
+ colorFocus: 'hsl(354, 50.0%, 14.6%)',
596
+ colorTransparent: 'hsla(354, 50.0%, 14.6%, 0)',
597
+ borderColor: 'hsl(360, 97.9%, 94.8%)',
598
+ borderColorHover: 'hsl(360, 90.2%, 91.9%)',
599
+ borderColorFocus: 'hsl(360, 97.9%, 94.8%)',
600
+ borderColorPress: 'hsl(360, 97.9%, 94.8%)',
601
+ placeholderColor: 'hsl(358, 69.4%, 55.2%)'
602
+ } as Theme
603
+ export const dark_orange = {
604
+ color1: 'hsl(30, 70.0%, 7.2%)',
605
+ color2: 'hsl(28, 100%, 8.4%)',
606
+ color3: 'hsl(26, 91.1%, 11.6%)',
607
+ color4: 'hsl(25, 88.3%, 14.1%)',
608
+ color5: 'hsl(24, 87.6%, 16.6%)',
609
+ color6: 'hsl(24, 88.6%, 19.8%)',
610
+ color7: 'hsl(25, 100%, 29.0%)',
611
+ color8: 'hsl(24, 94.0%, 50.0%)',
612
+ color9: 'hsl(24, 100%, 58.5%)',
613
+ color10: 'hsl(24, 100%, 62.2%)',
614
+ color11: 'hsl(24, 97.0%, 93.2%)',
615
+ color12: '#fff',
616
+ background: 'hsl(28, 100%, 8.4%)',
617
+ backgroundHover: 'hsl(26, 91.1%, 11.6%)',
618
+ backgroundPress: 'hsl(25, 88.3%, 14.1%)',
619
+ backgroundFocus: 'hsl(24, 87.6%, 16.6%)',
620
+ backgroundStrong: 'hsl(30, 70.0%, 7.2%)',
621
+ backgroundTransparent: 'hsla(30, 70.0%, 7.2%, 0)',
622
+ color: '#fff',
623
+ colorHover: 'hsl(24, 97.0%, 93.2%)',
624
+ colorPress: '#fff',
625
+ colorFocus: 'hsl(24, 97.0%, 93.2%)',
626
+ colorTransparent: 'hsla(24, 97.0%, 93.2%, 0)',
627
+ borderColor: 'hsl(24, 87.6%, 16.6%)',
628
+ borderColorHover: 'hsl(24, 88.6%, 19.8%)',
629
+ borderColorFocus: 'hsl(25, 88.3%, 14.1%)',
630
+ borderColorPress: 'hsl(24, 87.6%, 16.6%)',
631
+ placeholderColor: 'hsl(24, 100%, 58.5%)'
632
+ } as Theme
633
+
634
+ export const dark_orange_ListItem = dark_orange as Theme
635
+ export const dark_yellow = {
636
+ color1: 'hsl(45, 100%, 5.5%)',
637
+ color2: 'hsl(46, 100%, 6.7%)',
638
+ color3: 'hsl(45, 100%, 8.7%)',
639
+ color4: 'hsl(45, 100%, 10.4%)',
640
+ color5: 'hsl(47, 100%, 12.1%)',
641
+ color6: 'hsl(49, 100%, 14.3%)',
642
+ color7: 'hsl(50, 100%, 22.0%)',
643
+ color8: 'hsl(53, 92.0%, 50.0%)',
644
+ color9: 'hsl(54, 100%, 68.0%)',
645
+ color10: 'hsl(48, 100%, 47.0%)',
646
+ color11: 'hsl(53, 100%, 91.0%)',
647
+ color12: '#fff',
648
+ background: 'hsl(46, 100%, 6.7%)',
649
+ backgroundHover: 'hsl(45, 100%, 8.7%)',
650
+ backgroundPress: 'hsl(45, 100%, 10.4%)',
651
+ backgroundFocus: 'hsl(47, 100%, 12.1%)',
652
+ backgroundStrong: 'hsl(45, 100%, 5.5%)',
653
+ backgroundTransparent: 'hsla(45, 100%, 5.5%, 0)',
654
+ color: '#fff',
655
+ colorHover: 'hsl(53, 100%, 91.0%)',
656
+ colorPress: '#fff',
657
+ colorFocus: 'hsl(53, 100%, 91.0%)',
658
+ colorTransparent: 'hsla(53, 100%, 91.0%, 0)',
659
+ borderColor: 'hsl(47, 100%, 12.1%)',
660
+ borderColorHover: 'hsl(49, 100%, 14.3%)',
661
+ borderColorFocus: 'hsl(45, 100%, 10.4%)',
662
+ borderColorPress: 'hsl(47, 100%, 12.1%)',
663
+ placeholderColor: 'hsl(54, 100%, 68.0%)'
664
+ } as Theme
665
+
666
+ export const dark_yellow_ListItem = dark_yellow as Theme
667
+ export const dark_green = {
668
+ color1: 'hsl(146, 30.0%, 7.4%)',
669
+ color2: 'hsl(155, 44.2%, 8.4%)',
670
+ color3: 'hsl(155, 46.7%, 10.9%)',
671
+ color4: 'hsl(154, 48.4%, 12.9%)',
672
+ color5: 'hsl(154, 49.7%, 14.9%)',
673
+ color6: 'hsl(154, 50.9%, 17.6%)',
674
+ color7: 'hsl(151, 51.7%, 28.4%)',
675
+ color8: 'hsl(151, 55.0%, 41.5%)',
676
+ color9: 'hsl(151, 49.3%, 46.5%)',
677
+ color10: 'hsl(151, 50.0%, 53.2%)',
678
+ color11: 'hsl(137, 72.0%, 94.0%)',
679
+ color12: '#fff',
680
+ background: 'hsl(155, 44.2%, 8.4%)',
681
+ backgroundHover: 'hsl(155, 46.7%, 10.9%)',
682
+ backgroundPress: 'hsl(154, 48.4%, 12.9%)',
683
+ backgroundFocus: 'hsl(154, 49.7%, 14.9%)',
684
+ backgroundStrong: 'hsl(146, 30.0%, 7.4%)',
685
+ backgroundTransparent: 'hsla(146, 30.0%, 7.4%, 0)',
686
+ color: '#fff',
687
+ colorHover: 'hsl(137, 72.0%, 94.0%)',
688
+ colorPress: '#fff',
689
+ colorFocus: 'hsl(137, 72.0%, 94.0%)',
690
+ colorTransparent: 'hsla(137, 72.0%, 94.0%, 0)',
691
+ borderColor: 'hsl(154, 49.7%, 14.9%)',
692
+ borderColorHover: 'hsl(154, 50.9%, 17.6%)',
693
+ borderColorFocus: 'hsl(154, 48.4%, 12.9%)',
694
+ borderColorPress: 'hsl(154, 49.7%, 14.9%)',
695
+ placeholderColor: 'hsl(151, 49.3%, 46.5%)'
696
+ } as Theme
697
+
698
+ export const dark_green_ListItem = dark_green as Theme
699
+ export const dark_blue = {
700
+ color1: 'hsl(212, 35.0%, 9.2%)',
701
+ color2: 'hsl(216, 50.0%, 11.8%)',
702
+ color3: 'hsl(214, 59.4%, 15.3%)',
703
+ color4: 'hsl(214, 65.8%, 17.9%)',
704
+ color5: 'hsl(213, 71.2%, 20.2%)',
705
+ color6: 'hsl(212, 77.4%, 23.1%)',
706
+ color7: 'hsl(211, 89.7%, 34.1%)',
707
+ color8: 'hsl(206, 100%, 50.0%)',
708
+ color9: 'hsl(209, 100%, 60.6%)',
709
+ color10: 'hsl(210, 100%, 66.1%)',
710
+ color11: 'hsl(206, 98.0%, 95.8%)',
711
+ color12: '#fff',
712
+ background: 'hsl(216, 50.0%, 11.8%)',
713
+ backgroundHover: 'hsl(214, 59.4%, 15.3%)',
714
+ backgroundPress: 'hsl(214, 65.8%, 17.9%)',
715
+ backgroundFocus: 'hsl(213, 71.2%, 20.2%)',
716
+ backgroundStrong: 'hsl(212, 35.0%, 9.2%)',
717
+ backgroundTransparent: 'hsla(212, 35.0%, 9.2%, 0)',
718
+ color: '#fff',
719
+ colorHover: 'hsl(206, 98.0%, 95.8%)',
720
+ colorPress: '#fff',
721
+ colorFocus: 'hsl(206, 98.0%, 95.8%)',
722
+ colorTransparent: 'hsla(206, 98.0%, 95.8%, 0)',
723
+ borderColor: 'hsl(213, 71.2%, 20.2%)',
724
+ borderColorHover: 'hsl(212, 77.4%, 23.1%)',
725
+ borderColorFocus: 'hsl(214, 65.8%, 17.9%)',
726
+ borderColorPress: 'hsl(213, 71.2%, 20.2%)',
727
+ placeholderColor: 'hsl(209, 100%, 60.6%)'
728
+ } as Theme
729
+
730
+ export const dark_blue_ListItem = dark_blue as Theme
731
+ export const dark_purple = {
732
+ color1: 'hsl(284, 20.0%, 9.6%)',
733
+ color2: 'hsl(283, 30.0%, 11.8%)',
734
+ color3: 'hsl(281, 37.5%, 16.5%)',
735
+ color4: 'hsl(280, 41.2%, 20.0%)',
736
+ color5: 'hsl(279, 43.8%, 23.3%)',
737
+ color6: 'hsl(277, 46.4%, 27.5%)',
738
+ color7: 'hsl(272, 52.1%, 45.9%)',
739
+ color8: 'hsl(272, 51.0%, 54.0%)',
740
+ color9: 'hsl(273, 57.3%, 59.1%)',
741
+ color10: 'hsl(275, 80.0%, 71.0%)',
742
+ color11: 'hsl(279, 75.0%, 95.7%)',
743
+ color12: '#fff',
744
+ background: 'hsl(283, 30.0%, 11.8%)',
745
+ backgroundHover: 'hsl(281, 37.5%, 16.5%)',
746
+ backgroundPress: 'hsl(280, 41.2%, 20.0%)',
747
+ backgroundFocus: 'hsl(279, 43.8%, 23.3%)',
748
+ backgroundStrong: 'hsl(284, 20.0%, 9.6%)',
749
+ backgroundTransparent: 'hsla(284, 20.0%, 9.6%, 0)',
750
+ color: '#fff',
751
+ colorHover: 'hsl(279, 75.0%, 95.7%)',
752
+ colorPress: '#fff',
753
+ colorFocus: 'hsl(279, 75.0%, 95.7%)',
754
+ colorTransparent: 'hsla(279, 75.0%, 95.7%, 0)',
755
+ borderColor: 'hsl(279, 43.8%, 23.3%)',
756
+ borderColorHover: 'hsl(277, 46.4%, 27.5%)',
757
+ borderColorFocus: 'hsl(280, 41.2%, 20.0%)',
758
+ borderColorPress: 'hsl(279, 43.8%, 23.3%)',
759
+ placeholderColor: 'hsl(273, 57.3%, 59.1%)'
760
+ } as Theme
761
+
762
+ export const dark_purple_ListItem = dark_purple as Theme
763
+ export const dark_pink = {
764
+ color1: 'hsl(318, 25.0%, 9.6%)',
765
+ color2: 'hsl(319, 32.2%, 11.6%)',
766
+ color3: 'hsl(319, 41.0%, 16.0%)',
767
+ color4: 'hsl(320, 45.4%, 18.7%)',
768
+ color5: 'hsl(320, 49.0%, 21.1%)',
769
+ color6: 'hsl(321, 53.6%, 24.4%)',
770
+ color7: 'hsl(322, 74.9%, 37.5%)',
771
+ color8: 'hsl(322, 65.0%, 54.5%)',
772
+ color9: 'hsl(323, 72.8%, 59.2%)',
773
+ color10: 'hsl(325, 90.0%, 66.4%)',
774
+ color11: 'hsl(322, 90.0%, 95.8%)',
775
+ color12: '#fff',
776
+ background: 'hsl(319, 32.2%, 11.6%)',
777
+ backgroundHover: 'hsl(319, 41.0%, 16.0%)',
778
+ backgroundPress: 'hsl(320, 45.4%, 18.7%)',
779
+ backgroundFocus: 'hsl(320, 49.0%, 21.1%)',
780
+ backgroundStrong: 'hsl(318, 25.0%, 9.6%)',
781
+ backgroundTransparent: 'hsla(318, 25.0%, 9.6%, 0)',
782
+ color: '#fff',
783
+ colorHover: 'hsl(322, 90.0%, 95.8%)',
784
+ colorPress: '#fff',
785
+ colorFocus: 'hsl(322, 90.0%, 95.8%)',
786
+ colorTransparent: 'hsla(322, 90.0%, 95.8%, 0)',
787
+ borderColor: 'hsl(320, 49.0%, 21.1%)',
788
+ borderColorHover: 'hsl(321, 53.6%, 24.4%)',
789
+ borderColorFocus: 'hsl(320, 45.4%, 18.7%)',
790
+ borderColorPress: 'hsl(320, 49.0%, 21.1%)',
791
+ placeholderColor: 'hsl(323, 72.8%, 59.2%)'
792
+ } as Theme
793
+
794
+ export const dark_pink_ListItem = dark_pink as Theme
795
+ export const dark_red = {
796
+ color1: 'hsl(353, 23.0%, 9.8%)',
797
+ color2: 'hsl(357, 34.4%, 12.0%)',
798
+ color3: 'hsl(356, 43.4%, 16.4%)',
799
+ color4: 'hsl(356, 47.6%, 19.2%)',
800
+ color5: 'hsl(356, 51.1%, 21.9%)',
801
+ color6: 'hsl(356, 55.2%, 25.9%)',
802
+ color7: 'hsl(358, 65.0%, 40.4%)',
803
+ color8: 'hsl(358, 75.0%, 59.0%)',
804
+ color9: 'hsl(358, 85.3%, 64.0%)',
805
+ color10: 'hsl(358, 100%, 69.5%)',
806
+ color11: 'hsl(351, 89.0%, 96.0%)',
807
+ color12: '#fff',
808
+ background: 'hsl(357, 34.4%, 12.0%)',
809
+ backgroundHover: 'hsl(356, 43.4%, 16.4%)',
810
+ backgroundPress: 'hsl(356, 47.6%, 19.2%)',
811
+ backgroundFocus: 'hsl(356, 51.1%, 21.9%)',
812
+ backgroundStrong: 'hsl(353, 23.0%, 9.8%)',
813
+ backgroundTransparent: 'hsla(353, 23.0%, 9.8%, 0)',
814
+ color: '#fff',
815
+ colorHover: 'hsl(351, 89.0%, 96.0%)',
816
+ colorPress: '#fff',
817
+ colorFocus: 'hsl(351, 89.0%, 96.0%)',
818
+ colorTransparent: 'hsla(351, 89.0%, 96.0%, 0)',
819
+ borderColor: 'hsl(356, 51.1%, 21.9%)',
820
+ borderColorHover: 'hsl(356, 55.2%, 25.9%)',
821
+ borderColorFocus: 'hsl(356, 47.6%, 19.2%)',
822
+ borderColorPress: 'hsl(356, 51.1%, 21.9%)',
823
+ placeholderColor: 'hsl(358, 85.3%, 64.0%)'
824
+ } as Theme
825
+
826
+ export const dark_red_ListItem = dark_red as Theme
827
+ export const light_SheetOverlay = {
828
+ background: 'rgba(0,0,0,0.5)'
829
+ } as Theme
830
+
831
+ export const light_DialogOverlay = light_SheetOverlay as Theme
832
+ export const light_ModalOverlay = light_SheetOverlay as Theme
833
+ export const light_orange_SheetOverlay = light_SheetOverlay as Theme
834
+ export const light_orange_DialogOverlay = light_SheetOverlay as Theme
835
+ export const light_orange_ModalOverlay = light_SheetOverlay as Theme
836
+ export const light_yellow_SheetOverlay = light_SheetOverlay as Theme
837
+ export const light_yellow_DialogOverlay = light_SheetOverlay as Theme
838
+ export const light_yellow_ModalOverlay = light_SheetOverlay as Theme
839
+ export const light_green_SheetOverlay = light_SheetOverlay as Theme
840
+ export const light_green_DialogOverlay = light_SheetOverlay as Theme
841
+ export const light_green_ModalOverlay = light_SheetOverlay as Theme
842
+ export const light_blue_SheetOverlay = light_SheetOverlay as Theme
843
+ export const light_blue_DialogOverlay = light_SheetOverlay as Theme
844
+ export const light_blue_ModalOverlay = light_SheetOverlay as Theme
845
+ export const light_purple_SheetOverlay = light_SheetOverlay as Theme
846
+ export const light_purple_DialogOverlay = light_SheetOverlay as Theme
847
+ export const light_purple_ModalOverlay = light_SheetOverlay as Theme
848
+ export const light_pink_SheetOverlay = light_SheetOverlay as Theme
849
+ export const light_pink_DialogOverlay = light_SheetOverlay as Theme
850
+ export const light_pink_ModalOverlay = light_SheetOverlay as Theme
851
+ export const light_red_SheetOverlay = light_SheetOverlay as Theme
852
+ export const light_red_DialogOverlay = light_SheetOverlay as Theme
853
+ export const light_red_ModalOverlay = light_SheetOverlay as Theme
854
+ export const dark_SheetOverlay = {
855
+ background: 'rgba(0,0,0,0.9)'
856
+ } as Theme
857
+
858
+ export const dark_DialogOverlay = dark_SheetOverlay as Theme
859
+ export const dark_ModalOverlay = dark_SheetOverlay as Theme
860
+ export const dark_orange_SheetOverlay = dark_SheetOverlay as Theme
861
+ export const dark_orange_DialogOverlay = dark_SheetOverlay as Theme
862
+ export const dark_orange_ModalOverlay = dark_SheetOverlay as Theme
863
+ export const dark_yellow_SheetOverlay = dark_SheetOverlay as Theme
864
+ export const dark_yellow_DialogOverlay = dark_SheetOverlay as Theme
865
+ export const dark_yellow_ModalOverlay = dark_SheetOverlay as Theme
866
+ export const dark_green_SheetOverlay = dark_SheetOverlay as Theme
867
+ export const dark_green_DialogOverlay = dark_SheetOverlay as Theme
868
+ export const dark_green_ModalOverlay = dark_SheetOverlay as Theme
869
+ export const dark_blue_SheetOverlay = dark_SheetOverlay as Theme
870
+ export const dark_blue_DialogOverlay = dark_SheetOverlay as Theme
871
+ export const dark_blue_ModalOverlay = dark_SheetOverlay as Theme
872
+ export const dark_purple_SheetOverlay = dark_SheetOverlay as Theme
873
+ export const dark_purple_DialogOverlay = dark_SheetOverlay as Theme
874
+ export const dark_purple_ModalOverlay = dark_SheetOverlay as Theme
875
+ export const dark_pink_SheetOverlay = dark_SheetOverlay as Theme
876
+ export const dark_pink_DialogOverlay = dark_SheetOverlay as Theme
877
+ export const dark_pink_ModalOverlay = dark_SheetOverlay as Theme
878
+ export const dark_red_SheetOverlay = dark_SheetOverlay as Theme
879
+ export const dark_red_DialogOverlay = dark_SheetOverlay as Theme
880
+ export const dark_red_ModalOverlay = dark_SheetOverlay as Theme
881
+ export const light_alt1 = {
882
+ color1: '#f9f9f9',
883
+ color2: 'hsl(0, 0%, 97.3%)',
884
+ color3: 'hsl(0, 0%, 95.1%)',
885
+ color4: 'hsl(0, 0%, 94.0%)',
886
+ color5: 'hsl(0, 0%, 92.0%)',
887
+ color6: 'hsl(0, 0%, 89.5%)',
888
+ color7: 'hsl(0, 0%, 81.0%)',
889
+ color8: 'hsl(0, 0%, 56.1%)',
890
+ color9: 'hsl(0, 0%, 50.3%)',
891
+ color10: 'hsl(0, 0%, 42.5%)',
892
+ color11: 'hsl(0, 0%, 9.0%)',
893
+ color12: 'hsl(0, 0%, 9.0%)',
894
+ background: 'hsl(0, 0%, 97.3%)',
895
+ backgroundHover: 'hsl(0, 0%, 95.1%)',
896
+ backgroundPress: 'hsl(0, 0%, 94.0%)',
897
+ backgroundFocus: 'hsl(0, 0%, 92.0%)',
898
+ backgroundStrong: '#f9f9f9',
899
+ backgroundTransparent: '#fff',
900
+ color: 'hsl(0, 0%, 42.5%)',
901
+ colorHover: 'hsl(0, 0%, 50.3%)',
902
+ colorPress: 'hsl(0, 0%, 42.5%)',
903
+ colorFocus: 'hsl(0, 0%, 50.3%)',
904
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
905
+ borderColor: 'hsl(0, 0%, 92.0%)',
906
+ borderColorHover: 'hsl(0, 0%, 89.5%)',
907
+ borderColorFocus: 'hsl(0, 0%, 94.0%)',
908
+ borderColorPress: 'hsl(0, 0%, 92.0%)',
909
+ placeholderColor: 'hsl(0, 0%, 81.0%)'
910
+ } as Theme
911
+ export const light_alt2 = {
912
+ color1: 'hsl(0, 0%, 97.3%)',
913
+ color2: 'hsl(0, 0%, 95.1%)',
914
+ color3: 'hsl(0, 0%, 94.0%)',
915
+ color4: 'hsl(0, 0%, 92.0%)',
916
+ color5: 'hsl(0, 0%, 89.5%)',
917
+ color6: 'hsl(0, 0%, 81.0%)',
918
+ color7: 'hsl(0, 0%, 56.1%)',
919
+ color8: 'hsl(0, 0%, 50.3%)',
920
+ color9: 'hsl(0, 0%, 42.5%)',
921
+ color10: 'hsl(0, 0%, 9.0%)',
922
+ color11: 'hsl(0, 0%, 9.0%)',
923
+ color12: 'hsl(0, 0%, 9.0%)',
924
+ background: 'hsl(0, 0%, 95.1%)',
925
+ backgroundHover: 'hsl(0, 0%, 94.0%)',
926
+ backgroundPress: 'hsl(0, 0%, 92.0%)',
927
+ backgroundFocus: 'hsl(0, 0%, 89.5%)',
928
+ backgroundStrong: 'hsl(0, 0%, 97.3%)',
929
+ backgroundTransparent: '#f9f9f9',
930
+ color: 'hsl(0, 0%, 50.3%)',
931
+ colorHover: 'hsl(0, 0%, 56.1%)',
932
+ colorPress: 'hsl(0, 0%, 50.3%)',
933
+ colorFocus: 'hsl(0, 0%, 56.1%)',
934
+ colorTransparent: 'hsl(0, 0%, 42.5%)',
935
+ borderColor: 'hsl(0, 0%, 89.5%)',
936
+ borderColorHover: 'hsl(0, 0%, 81.0%)',
937
+ borderColorFocus: 'hsl(0, 0%, 92.0%)',
938
+ borderColorPress: 'hsl(0, 0%, 89.5%)',
939
+ placeholderColor: 'hsl(0, 0%, 89.5%)'
940
+ } as Theme
941
+ export const light_active = {
942
+ color1: 'hsl(0, 0%, 95.1%)',
943
+ color2: 'hsl(0, 0%, 94.0%)',
944
+ color3: 'hsl(0, 0%, 92.0%)',
945
+ color4: 'hsl(0, 0%, 89.5%)',
946
+ color5: 'hsl(0, 0%, 81.0%)',
947
+ color6: 'hsl(0, 0%, 56.1%)',
948
+ color7: 'hsl(0, 0%, 50.3%)',
949
+ color8: 'hsl(0, 0%, 42.5%)',
950
+ color9: 'hsl(0, 0%, 9.0%)',
951
+ color10: 'rgba(10,10,10,0)',
952
+ color11: 'rgba(10,10,10,0)',
953
+ color12: 'rgba(10,10,10,0)',
954
+ background: 'hsl(0, 0%, 94.0%)',
955
+ backgroundHover: 'hsl(0, 0%, 92.0%)',
956
+ backgroundPress: 'hsl(0, 0%, 89.5%)',
957
+ backgroundFocus: 'hsl(0, 0%, 81.0%)',
958
+ backgroundStrong: 'hsl(0, 0%, 95.1%)',
959
+ backgroundTransparent: 'hsl(0, 0%, 97.3%)',
960
+ colorHover: 'hsl(0, 0%, 81.0%)',
961
+ colorPress: 'hsl(0, 0%, 56.1%)',
962
+ colorFocus: 'hsl(0, 0%, 81.0%)',
963
+ colorTransparent: 'hsl(0, 0%, 50.3%)',
964
+ borderColor: 'hsl(0, 0%, 81.0%)',
965
+ borderColorHover: 'hsl(0, 0%, 56.1%)',
966
+ borderColorFocus: 'hsl(0, 0%, 89.5%)',
967
+ borderColorPress: 'hsl(0, 0%, 81.0%)',
968
+ placeholderColor: 'hsl(0, 0%, 92.0%)'
969
+ } as Theme
970
+ export const dark_alt1 = {
971
+ color1: '#151515',
972
+ color2: '#191919',
973
+ color3: '#232323',
974
+ color4: '#282828',
975
+ color5: '#323232',
976
+ color6: '#424242',
977
+ color7: '#494949',
978
+ color8: '#545454',
979
+ color9: '#626262',
980
+ color10: '#a5a5a5',
981
+ color11: '#fff',
982
+ color12: '#fff',
983
+ background: '#191919',
984
+ backgroundHover: '#232323',
985
+ backgroundPress: '#282828',
986
+ backgroundFocus: '#323232',
987
+ backgroundStrong: '#151515',
988
+ backgroundTransparent: '#050505',
989
+ color: '#a5a5a5',
990
+ colorHover: '#626262',
991
+ colorPress: '#a5a5a5',
992
+ colorFocus: '#626262',
993
+ colorTransparent: '#fff',
994
+ borderColor: '#323232',
995
+ borderColorHover: '#424242',
996
+ borderColorFocus: '#282828',
997
+ borderColorPress: '#323232',
998
+ placeholderColor: '#494949'
999
+ } as Theme
1000
+ export const dark_alt2 = {
1001
+ color1: '#191919',
1002
+ color2: '#232323',
1003
+ color3: '#282828',
1004
+ color4: '#323232',
1005
+ color5: '#424242',
1006
+ color6: '#494949',
1007
+ color7: '#545454',
1008
+ color8: '#626262',
1009
+ color9: '#a5a5a5',
1010
+ color10: '#fff',
1011
+ color11: '#fff',
1012
+ color12: '#fff',
1013
+ background: '#232323',
1014
+ backgroundHover: '#282828',
1015
+ backgroundPress: '#323232',
1016
+ backgroundFocus: '#424242',
1017
+ backgroundStrong: '#191919',
1018
+ backgroundTransparent: '#151515',
1019
+ color: '#626262',
1020
+ colorHover: '#545454',
1021
+ colorPress: '#626262',
1022
+ colorFocus: '#545454',
1023
+ colorTransparent: '#a5a5a5',
1024
+ borderColor: '#424242',
1025
+ borderColorHover: '#494949',
1026
+ borderColorFocus: '#323232',
1027
+ borderColorPress: '#424242',
1028
+ placeholderColor: '#424242'
1029
+ } as Theme
1030
+ export const dark_active = {
1031
+ color1: '#232323',
1032
+ color2: '#282828',
1033
+ color3: '#323232',
1034
+ color4: '#424242',
1035
+ color5: '#494949',
1036
+ color6: '#545454',
1037
+ color7: '#626262',
1038
+ color8: '#a5a5a5',
1039
+ color9: '#fff',
1040
+ color10: 'rgba(255,255,255,0)',
1041
+ color11: 'rgba(255,255,255,0)',
1042
+ color12: 'rgba(255,255,255,0)',
1043
+ background: '#282828',
1044
+ backgroundHover: '#323232',
1045
+ backgroundPress: '#424242',
1046
+ backgroundFocus: '#494949',
1047
+ backgroundStrong: '#232323',
1048
+ backgroundTransparent: '#191919',
1049
+ colorHover: '#494949',
1050
+ colorPress: '#545454',
1051
+ colorFocus: '#494949',
1052
+ colorTransparent: '#626262',
1053
+ borderColor: '#494949',
1054
+ borderColorHover: '#545454',
1055
+ borderColorFocus: '#424242',
1056
+ borderColorPress: '#494949',
1057
+ placeholderColor: '#323232'
1058
+ } as Theme
1059
+ export const light_orange_alt1 = {
1060
+ color1: 'hsl(24, 83.3%, 97.6%)',
1061
+ color2: 'hsl(24, 100%, 95.3%)',
1062
+ color3: 'hsl(25, 100%, 92.2%)',
1063
+ color4: 'hsl(25, 100%, 88.2%)',
1064
+ color5: 'hsl(25, 100%, 82.8%)',
1065
+ color6: 'hsl(24, 94.5%, 64.3%)',
1066
+ color7: 'hsl(24, 94.0%, 50.0%)',
1067
+ color8: 'hsl(24, 100%, 46.5%)',
1068
+ color9: 'hsl(24, 100%, 37.0%)',
1069
+ color10: 'hsl(15, 60.0%, 17.0%)',
1070
+ color11: 'hsl(0, 0%, 9.0%)',
1071
+ color12: 'hsl(0, 0%, 9.0%)',
1072
+ background: 'hsl(24, 100%, 95.3%)',
1073
+ backgroundHover: 'hsl(25, 100%, 92.2%)',
1074
+ backgroundPress: 'hsl(25, 100%, 88.2%)',
1075
+ backgroundFocus: 'hsl(25, 100%, 82.8%)',
1076
+ backgroundStrong: 'hsl(24, 83.3%, 97.6%)',
1077
+ backgroundTransparent: 'hsl(24, 70.0%, 99.0%)',
1078
+ color: 'hsl(15, 60.0%, 17.0%)',
1079
+ colorHover: 'hsl(24, 100%, 37.0%)',
1080
+ colorPress: 'hsl(15, 60.0%, 17.0%)',
1081
+ colorFocus: 'hsl(24, 100%, 37.0%)',
1082
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
1083
+ borderColor: 'hsl(25, 100%, 88.2%)',
1084
+ borderColorHover: 'hsl(25, 100%, 82.8%)',
1085
+ borderColorFocus: 'hsl(25, 100%, 88.2%)',
1086
+ borderColorPress: 'hsl(25, 100%, 88.2%)',
1087
+ placeholderColor: 'hsl(24, 94.0%, 50.0%)'
1088
+ } as Theme
1089
+ export const light_orange_alt2 = {
1090
+ color1: 'hsl(24, 100%, 95.3%)',
1091
+ color2: 'hsl(25, 100%, 92.2%)',
1092
+ color3: 'hsl(25, 100%, 88.2%)',
1093
+ color4: 'hsl(25, 100%, 82.8%)',
1094
+ color5: 'hsl(24, 94.5%, 64.3%)',
1095
+ color6: 'hsl(24, 94.0%, 50.0%)',
1096
+ color7: 'hsl(24, 100%, 46.5%)',
1097
+ color8: 'hsl(24, 100%, 37.0%)',
1098
+ color9: 'hsl(15, 60.0%, 17.0%)',
1099
+ color10: 'hsl(0, 0%, 9.0%)',
1100
+ color11: 'hsl(0, 0%, 9.0%)',
1101
+ color12: 'hsl(0, 0%, 9.0%)',
1102
+ background: 'hsl(25, 100%, 92.2%)',
1103
+ backgroundHover: 'hsl(25, 100%, 88.2%)',
1104
+ backgroundPress: 'hsl(25, 100%, 82.8%)',
1105
+ backgroundFocus: 'hsl(24, 94.5%, 64.3%)',
1106
+ backgroundStrong: 'hsl(24, 100%, 95.3%)',
1107
+ backgroundTransparent: 'hsl(24, 83.3%, 97.6%)',
1108
+ color: 'hsl(24, 100%, 37.0%)',
1109
+ colorHover: 'hsl(24, 100%, 46.5%)',
1110
+ colorPress: 'hsl(24, 100%, 37.0%)',
1111
+ colorFocus: 'hsl(24, 100%, 46.5%)',
1112
+ colorTransparent: 'hsl(15, 60.0%, 17.0%)',
1113
+ borderColor: 'hsl(25, 100%, 82.8%)',
1114
+ borderColorHover: 'hsl(24, 94.5%, 64.3%)',
1115
+ borderColorFocus: 'hsl(25, 100%, 82.8%)',
1116
+ borderColorPress: 'hsl(25, 100%, 82.8%)',
1117
+ placeholderColor: 'hsl(24, 94.5%, 64.3%)'
1118
+ } as Theme
1119
+ export const light_orange_active = {
1120
+ color1: 'hsl(25, 100%, 92.2%)',
1121
+ color2: 'hsl(25, 100%, 88.2%)',
1122
+ color3: 'hsl(25, 100%, 82.8%)',
1123
+ color4: 'hsl(24, 94.5%, 64.3%)',
1124
+ color5: 'hsl(24, 94.0%, 50.0%)',
1125
+ color6: 'hsl(24, 100%, 46.5%)',
1126
+ color7: 'hsl(24, 100%, 37.0%)',
1127
+ color8: 'hsl(15, 60.0%, 17.0%)',
1128
+ color9: 'hsl(0, 0%, 9.0%)',
1129
+ color10: 'hsla(15, 60.0%, 17.0%, 0)',
1130
+ color11: 'hsla(15, 60.0%, 17.0%, 0)',
1131
+ color12: 'hsla(15, 60.0%, 17.0%, 0)',
1132
+ background: 'hsl(25, 100%, 88.2%)',
1133
+ backgroundHover: 'hsl(25, 100%, 82.8%)',
1134
+ backgroundPress: 'hsl(24, 94.5%, 64.3%)',
1135
+ backgroundFocus: 'hsl(24, 94.0%, 50.0%)',
1136
+ backgroundStrong: 'hsl(25, 100%, 92.2%)',
1137
+ backgroundTransparent: 'hsl(24, 100%, 95.3%)',
1138
+ colorHover: 'hsl(24, 94.0%, 50.0%)',
1139
+ colorPress: 'hsl(24, 100%, 46.5%)',
1140
+ colorFocus: 'hsl(24, 94.0%, 50.0%)',
1141
+ colorTransparent: 'hsl(24, 100%, 37.0%)',
1142
+ borderColor: 'hsl(24, 94.5%, 64.3%)',
1143
+ borderColorHover: 'hsl(24, 94.0%, 50.0%)',
1144
+ borderColorFocus: 'hsl(24, 94.5%, 64.3%)',
1145
+ borderColorPress: 'hsl(24, 94.5%, 64.3%)',
1146
+ placeholderColor: 'hsl(25, 100%, 82.8%)'
1147
+ } as Theme
1148
+ export const light_yellow_alt1 = {
1149
+ color1: 'hsl(52, 100%, 95.5%)',
1150
+ color2: 'hsl(55, 100%, 90.9%)',
1151
+ color3: 'hsl(54, 100%, 86.6%)',
1152
+ color4: 'hsl(52, 97.9%, 82.0%)',
1153
+ color5: 'hsl(50, 89.4%, 76.1%)',
1154
+ color6: 'hsl(48, 100%, 46.1%)',
1155
+ color7: 'hsl(53, 92.0%, 50.0%)',
1156
+ color8: 'hsl(50, 100%, 48.5%)',
1157
+ color9: 'hsl(42, 100%, 29.0%)',
1158
+ color10: 'hsl(40, 55.0%, 13.5%)',
1159
+ color11: 'hsl(0, 0%, 9.0%)',
1160
+ color12: 'hsl(0, 0%, 9.0%)',
1161
+ background: 'hsl(55, 100%, 90.9%)',
1162
+ backgroundHover: 'hsl(54, 100%, 86.6%)',
1163
+ backgroundPress: 'hsl(52, 97.9%, 82.0%)',
1164
+ backgroundFocus: 'hsl(50, 89.4%, 76.1%)',
1165
+ backgroundStrong: 'hsl(52, 100%, 95.5%)',
1166
+ backgroundTransparent: 'hsl(60, 54.0%, 98.5%)',
1167
+ color: 'hsl(40, 55.0%, 13.5%)',
1168
+ colorHover: 'hsl(42, 100%, 29.0%)',
1169
+ colorPress: 'hsl(40, 55.0%, 13.5%)',
1170
+ colorFocus: 'hsl(42, 100%, 29.0%)',
1171
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
1172
+ borderColor: 'hsl(52, 97.9%, 82.0%)',
1173
+ borderColorHover: 'hsl(50, 89.4%, 76.1%)',
1174
+ borderColorFocus: 'hsl(52, 97.9%, 82.0%)',
1175
+ borderColorPress: 'hsl(52, 97.9%, 82.0%)',
1176
+ placeholderColor: 'hsl(53, 92.0%, 50.0%)'
1177
+ } as Theme
1178
+ export const light_yellow_alt2 = {
1179
+ color1: 'hsl(55, 100%, 90.9%)',
1180
+ color2: 'hsl(54, 100%, 86.6%)',
1181
+ color3: 'hsl(52, 97.9%, 82.0%)',
1182
+ color4: 'hsl(50, 89.4%, 76.1%)',
1183
+ color5: 'hsl(48, 100%, 46.1%)',
1184
+ color6: 'hsl(53, 92.0%, 50.0%)',
1185
+ color7: 'hsl(50, 100%, 48.5%)',
1186
+ color8: 'hsl(42, 100%, 29.0%)',
1187
+ color9: 'hsl(40, 55.0%, 13.5%)',
1188
+ color10: 'hsl(0, 0%, 9.0%)',
1189
+ color11: 'hsl(0, 0%, 9.0%)',
1190
+ color12: 'hsl(0, 0%, 9.0%)',
1191
+ background: 'hsl(54, 100%, 86.6%)',
1192
+ backgroundHover: 'hsl(52, 97.9%, 82.0%)',
1193
+ backgroundPress: 'hsl(50, 89.4%, 76.1%)',
1194
+ backgroundFocus: 'hsl(48, 100%, 46.1%)',
1195
+ backgroundStrong: 'hsl(55, 100%, 90.9%)',
1196
+ backgroundTransparent: 'hsl(52, 100%, 95.5%)',
1197
+ color: 'hsl(42, 100%, 29.0%)',
1198
+ colorHover: 'hsl(50, 100%, 48.5%)',
1199
+ colorPress: 'hsl(42, 100%, 29.0%)',
1200
+ colorFocus: 'hsl(50, 100%, 48.5%)',
1201
+ colorTransparent: 'hsl(40, 55.0%, 13.5%)',
1202
+ borderColor: 'hsl(50, 89.4%, 76.1%)',
1203
+ borderColorHover: 'hsl(48, 100%, 46.1%)',
1204
+ borderColorFocus: 'hsl(50, 89.4%, 76.1%)',
1205
+ borderColorPress: 'hsl(50, 89.4%, 76.1%)',
1206
+ placeholderColor: 'hsl(48, 100%, 46.1%)'
1207
+ } as Theme
1208
+ export const light_yellow_active = {
1209
+ color1: 'hsl(54, 100%, 86.6%)',
1210
+ color2: 'hsl(52, 97.9%, 82.0%)',
1211
+ color3: 'hsl(50, 89.4%, 76.1%)',
1212
+ color4: 'hsl(48, 100%, 46.1%)',
1213
+ color5: 'hsl(53, 92.0%, 50.0%)',
1214
+ color6: 'hsl(50, 100%, 48.5%)',
1215
+ color7: 'hsl(42, 100%, 29.0%)',
1216
+ color8: 'hsl(40, 55.0%, 13.5%)',
1217
+ color9: 'hsl(0, 0%, 9.0%)',
1218
+ color10: 'hsla(40, 55.0%, 13.5%, 0)',
1219
+ color11: 'hsla(40, 55.0%, 13.5%, 0)',
1220
+ color12: 'hsla(40, 55.0%, 13.5%, 0)',
1221
+ background: 'hsl(52, 97.9%, 82.0%)',
1222
+ backgroundHover: 'hsl(50, 89.4%, 76.1%)',
1223
+ backgroundPress: 'hsl(48, 100%, 46.1%)',
1224
+ backgroundFocus: 'hsl(53, 92.0%, 50.0%)',
1225
+ backgroundStrong: 'hsl(54, 100%, 86.6%)',
1226
+ backgroundTransparent: 'hsl(55, 100%, 90.9%)',
1227
+ colorHover: 'hsl(53, 92.0%, 50.0%)',
1228
+ colorPress: 'hsl(50, 100%, 48.5%)',
1229
+ colorFocus: 'hsl(53, 92.0%, 50.0%)',
1230
+ colorTransparent: 'hsl(42, 100%, 29.0%)',
1231
+ borderColor: 'hsl(48, 100%, 46.1%)',
1232
+ borderColorHover: 'hsl(53, 92.0%, 50.0%)',
1233
+ borderColorFocus: 'hsl(48, 100%, 46.1%)',
1234
+ borderColorPress: 'hsl(48, 100%, 46.1%)',
1235
+ placeholderColor: 'hsl(50, 89.4%, 76.1%)'
1236
+ } as Theme
1237
+ export const light_green_alt1 = {
1238
+ color1: 'hsl(138, 62.5%, 96.9%)',
1239
+ color2: 'hsl(139, 55.2%, 94.5%)',
1240
+ color3: 'hsl(140, 48.7%, 91.0%)',
1241
+ color4: 'hsl(141, 43.7%, 86.0%)',
1242
+ color5: 'hsl(143, 40.3%, 79.0%)',
1243
+ color6: 'hsl(151, 40.2%, 54.1%)',
1244
+ color7: 'hsl(151, 55.0%, 41.5%)',
1245
+ color8: 'hsl(152, 57.5%, 37.6%)',
1246
+ color9: 'hsl(153, 67.0%, 28.5%)',
1247
+ color10: 'hsl(155, 40.0%, 14.0%)',
1248
+ color11: 'hsl(0, 0%, 9.0%)',
1249
+ color12: 'hsl(0, 0%, 9.0%)',
1250
+ background: 'hsl(139, 55.2%, 94.5%)',
1251
+ backgroundHover: 'hsl(140, 48.7%, 91.0%)',
1252
+ backgroundPress: 'hsl(141, 43.7%, 86.0%)',
1253
+ backgroundFocus: 'hsl(143, 40.3%, 79.0%)',
1254
+ backgroundStrong: 'hsl(138, 62.5%, 96.9%)',
1255
+ backgroundTransparent: 'hsl(136, 50.0%, 98.9%)',
1256
+ color: 'hsl(155, 40.0%, 14.0%)',
1257
+ colorHover: 'hsl(153, 67.0%, 28.5%)',
1258
+ colorPress: 'hsl(155, 40.0%, 14.0%)',
1259
+ colorFocus: 'hsl(153, 67.0%, 28.5%)',
1260
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
1261
+ borderColor: 'hsl(141, 43.7%, 86.0%)',
1262
+ borderColorHover: 'hsl(143, 40.3%, 79.0%)',
1263
+ borderColorFocus: 'hsl(141, 43.7%, 86.0%)',
1264
+ borderColorPress: 'hsl(141, 43.7%, 86.0%)',
1265
+ placeholderColor: 'hsl(151, 55.0%, 41.5%)'
1266
+ } as Theme
1267
+ export const light_green_alt2 = {
1268
+ color1: 'hsl(139, 55.2%, 94.5%)',
1269
+ color2: 'hsl(140, 48.7%, 91.0%)',
1270
+ color3: 'hsl(141, 43.7%, 86.0%)',
1271
+ color4: 'hsl(143, 40.3%, 79.0%)',
1272
+ color5: 'hsl(151, 40.2%, 54.1%)',
1273
+ color6: 'hsl(151, 55.0%, 41.5%)',
1274
+ color7: 'hsl(152, 57.5%, 37.6%)',
1275
+ color8: 'hsl(153, 67.0%, 28.5%)',
1276
+ color9: 'hsl(155, 40.0%, 14.0%)',
1277
+ color10: 'hsl(0, 0%, 9.0%)',
1278
+ color11: 'hsl(0, 0%, 9.0%)',
1279
+ color12: 'hsl(0, 0%, 9.0%)',
1280
+ background: 'hsl(140, 48.7%, 91.0%)',
1281
+ backgroundHover: 'hsl(141, 43.7%, 86.0%)',
1282
+ backgroundPress: 'hsl(143, 40.3%, 79.0%)',
1283
+ backgroundFocus: 'hsl(151, 40.2%, 54.1%)',
1284
+ backgroundStrong: 'hsl(139, 55.2%, 94.5%)',
1285
+ backgroundTransparent: 'hsl(138, 62.5%, 96.9%)',
1286
+ color: 'hsl(153, 67.0%, 28.5%)',
1287
+ colorHover: 'hsl(152, 57.5%, 37.6%)',
1288
+ colorPress: 'hsl(153, 67.0%, 28.5%)',
1289
+ colorFocus: 'hsl(152, 57.5%, 37.6%)',
1290
+ colorTransparent: 'hsl(155, 40.0%, 14.0%)',
1291
+ borderColor: 'hsl(143, 40.3%, 79.0%)',
1292
+ borderColorHover: 'hsl(151, 40.2%, 54.1%)',
1293
+ borderColorFocus: 'hsl(143, 40.3%, 79.0%)',
1294
+ borderColorPress: 'hsl(143, 40.3%, 79.0%)',
1295
+ placeholderColor: 'hsl(151, 40.2%, 54.1%)'
1296
+ } as Theme
1297
+ export const light_green_active = {
1298
+ color1: 'hsl(140, 48.7%, 91.0%)',
1299
+ color2: 'hsl(141, 43.7%, 86.0%)',
1300
+ color3: 'hsl(143, 40.3%, 79.0%)',
1301
+ color4: 'hsl(151, 40.2%, 54.1%)',
1302
+ color5: 'hsl(151, 55.0%, 41.5%)',
1303
+ color6: 'hsl(152, 57.5%, 37.6%)',
1304
+ color7: 'hsl(153, 67.0%, 28.5%)',
1305
+ color8: 'hsl(155, 40.0%, 14.0%)',
1306
+ color9: 'hsl(0, 0%, 9.0%)',
1307
+ color10: 'hsla(155, 40.0%, 14.0%, 0)',
1308
+ color11: 'hsla(155, 40.0%, 14.0%, 0)',
1309
+ color12: 'hsla(155, 40.0%, 14.0%, 0)',
1310
+ background: 'hsl(141, 43.7%, 86.0%)',
1311
+ backgroundHover: 'hsl(143, 40.3%, 79.0%)',
1312
+ backgroundPress: 'hsl(151, 40.2%, 54.1%)',
1313
+ backgroundFocus: 'hsl(151, 55.0%, 41.5%)',
1314
+ backgroundStrong: 'hsl(140, 48.7%, 91.0%)',
1315
+ backgroundTransparent: 'hsl(139, 55.2%, 94.5%)',
1316
+ colorHover: 'hsl(151, 55.0%, 41.5%)',
1317
+ colorPress: 'hsl(152, 57.5%, 37.6%)',
1318
+ colorFocus: 'hsl(151, 55.0%, 41.5%)',
1319
+ colorTransparent: 'hsl(153, 67.0%, 28.5%)',
1320
+ borderColor: 'hsl(151, 40.2%, 54.1%)',
1321
+ borderColorHover: 'hsl(151, 55.0%, 41.5%)',
1322
+ borderColorFocus: 'hsl(151, 40.2%, 54.1%)',
1323
+ borderColorPress: 'hsl(151, 40.2%, 54.1%)',
1324
+ placeholderColor: 'hsl(143, 40.3%, 79.0%)'
1325
+ } as Theme
1326
+ export const light_blue_alt1 = {
1327
+ color1: 'hsl(210, 100%, 98.0%)',
1328
+ color2: 'hsl(209, 100%, 96.5%)',
1329
+ color3: 'hsl(210, 98.8%, 94.0%)',
1330
+ color4: 'hsl(209, 95.0%, 90.1%)',
1331
+ color5: 'hsl(209, 81.2%, 84.5%)',
1332
+ color6: 'hsl(206, 81.9%, 65.3%)',
1333
+ color7: 'hsl(206, 100%, 50.0%)',
1334
+ color8: 'hsl(208, 100%, 47.3%)',
1335
+ color9: 'hsl(211, 100%, 43.2%)',
1336
+ color10: 'hsl(211, 100%, 15.0%)',
1337
+ color11: 'hsl(0, 0%, 9.0%)',
1338
+ color12: 'hsl(0, 0%, 9.0%)',
1339
+ background: 'hsl(209, 100%, 96.5%)',
1340
+ backgroundHover: 'hsl(210, 98.8%, 94.0%)',
1341
+ backgroundPress: 'hsl(209, 95.0%, 90.1%)',
1342
+ backgroundFocus: 'hsl(209, 81.2%, 84.5%)',
1343
+ backgroundStrong: 'hsl(210, 100%, 98.0%)',
1344
+ backgroundTransparent: 'hsl(206, 100%, 99.2%)',
1345
+ color: 'hsl(211, 100%, 15.0%)',
1346
+ colorHover: 'hsl(211, 100%, 43.2%)',
1347
+ colorPress: 'hsl(211, 100%, 15.0%)',
1348
+ colorFocus: 'hsl(211, 100%, 43.2%)',
1349
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
1350
+ borderColor: 'hsl(209, 95.0%, 90.1%)',
1351
+ borderColorHover: 'hsl(209, 81.2%, 84.5%)',
1352
+ borderColorFocus: 'hsl(209, 95.0%, 90.1%)',
1353
+ borderColorPress: 'hsl(209, 95.0%, 90.1%)',
1354
+ placeholderColor: 'hsl(206, 100%, 50.0%)'
1355
+ } as Theme
1356
+ export const light_blue_alt2 = {
1357
+ color1: 'hsl(209, 100%, 96.5%)',
1358
+ color2: 'hsl(210, 98.8%, 94.0%)',
1359
+ color3: 'hsl(209, 95.0%, 90.1%)',
1360
+ color4: 'hsl(209, 81.2%, 84.5%)',
1361
+ color5: 'hsl(206, 81.9%, 65.3%)',
1362
+ color6: 'hsl(206, 100%, 50.0%)',
1363
+ color7: 'hsl(208, 100%, 47.3%)',
1364
+ color8: 'hsl(211, 100%, 43.2%)',
1365
+ color9: 'hsl(211, 100%, 15.0%)',
1366
+ color10: 'hsl(0, 0%, 9.0%)',
1367
+ color11: 'hsl(0, 0%, 9.0%)',
1368
+ color12: 'hsl(0, 0%, 9.0%)',
1369
+ background: 'hsl(210, 98.8%, 94.0%)',
1370
+ backgroundHover: 'hsl(209, 95.0%, 90.1%)',
1371
+ backgroundPress: 'hsl(209, 81.2%, 84.5%)',
1372
+ backgroundFocus: 'hsl(206, 81.9%, 65.3%)',
1373
+ backgroundStrong: 'hsl(209, 100%, 96.5%)',
1374
+ backgroundTransparent: 'hsl(210, 100%, 98.0%)',
1375
+ color: 'hsl(211, 100%, 43.2%)',
1376
+ colorHover: 'hsl(208, 100%, 47.3%)',
1377
+ colorPress: 'hsl(211, 100%, 43.2%)',
1378
+ colorFocus: 'hsl(208, 100%, 47.3%)',
1379
+ colorTransparent: 'hsl(211, 100%, 15.0%)',
1380
+ borderColor: 'hsl(209, 81.2%, 84.5%)',
1381
+ borderColorHover: 'hsl(206, 81.9%, 65.3%)',
1382
+ borderColorFocus: 'hsl(209, 81.2%, 84.5%)',
1383
+ borderColorPress: 'hsl(209, 81.2%, 84.5%)',
1384
+ placeholderColor: 'hsl(206, 81.9%, 65.3%)'
1385
+ } as Theme
1386
+ export const light_blue_active = {
1387
+ color1: 'hsl(210, 98.8%, 94.0%)',
1388
+ color2: 'hsl(209, 95.0%, 90.1%)',
1389
+ color3: 'hsl(209, 81.2%, 84.5%)',
1390
+ color4: 'hsl(206, 81.9%, 65.3%)',
1391
+ color5: 'hsl(206, 100%, 50.0%)',
1392
+ color6: 'hsl(208, 100%, 47.3%)',
1393
+ color7: 'hsl(211, 100%, 43.2%)',
1394
+ color8: 'hsl(211, 100%, 15.0%)',
1395
+ color9: 'hsl(0, 0%, 9.0%)',
1396
+ color10: 'hsla(211, 100%, 15.0%, 0)',
1397
+ color11: 'hsla(211, 100%, 15.0%, 0)',
1398
+ color12: 'hsla(211, 100%, 15.0%, 0)',
1399
+ background: 'hsl(209, 95.0%, 90.1%)',
1400
+ backgroundHover: 'hsl(209, 81.2%, 84.5%)',
1401
+ backgroundPress: 'hsl(206, 81.9%, 65.3%)',
1402
+ backgroundFocus: 'hsl(206, 100%, 50.0%)',
1403
+ backgroundStrong: 'hsl(210, 98.8%, 94.0%)',
1404
+ backgroundTransparent: 'hsl(209, 100%, 96.5%)',
1405
+ colorHover: 'hsl(206, 100%, 50.0%)',
1406
+ colorPress: 'hsl(208, 100%, 47.3%)',
1407
+ colorFocus: 'hsl(206, 100%, 50.0%)',
1408
+ colorTransparent: 'hsl(211, 100%, 43.2%)',
1409
+ borderColor: 'hsl(206, 81.9%, 65.3%)',
1410
+ borderColorHover: 'hsl(206, 100%, 50.0%)',
1411
+ borderColorFocus: 'hsl(206, 81.9%, 65.3%)',
1412
+ borderColorPress: 'hsl(206, 81.9%, 65.3%)',
1413
+ placeholderColor: 'hsl(209, 81.2%, 84.5%)'
1414
+ } as Theme
1415
+ export const light_purple_alt1 = {
1416
+ color1: 'hsl(276, 100%, 99.0%)',
1417
+ color2: 'hsl(276, 83.1%, 97.0%)',
1418
+ color3: 'hsl(275, 76.4%, 94.7%)',
1419
+ color4: 'hsl(275, 70.8%, 91.8%)',
1420
+ color5: 'hsl(274, 65.4%, 87.8%)',
1421
+ color6: 'hsl(272, 60.0%, 73.5%)',
1422
+ color7: 'hsl(272, 51.0%, 54.0%)',
1423
+ color8: 'hsl(272, 46.8%, 50.3%)',
1424
+ color9: 'hsl(272, 50.0%, 45.8%)',
1425
+ color10: 'hsl(272, 66.0%, 16.0%)',
1426
+ color11: 'hsl(0, 0%, 9.0%)',
1427
+ color12: 'hsl(0, 0%, 9.0%)',
1428
+ background: 'hsl(276, 83.1%, 97.0%)',
1429
+ backgroundHover: 'hsl(275, 76.4%, 94.7%)',
1430
+ backgroundPress: 'hsl(275, 70.8%, 91.8%)',
1431
+ backgroundFocus: 'hsl(274, 65.4%, 87.8%)',
1432
+ backgroundStrong: 'hsl(276, 100%, 99.0%)',
1433
+ backgroundTransparent: 'hsl(280, 65.0%, 99.4%)',
1434
+ color: 'hsl(272, 66.0%, 16.0%)',
1435
+ colorHover: 'hsl(272, 50.0%, 45.8%)',
1436
+ colorPress: 'hsl(272, 66.0%, 16.0%)',
1437
+ colorFocus: 'hsl(272, 50.0%, 45.8%)',
1438
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
1439
+ borderColor: 'hsl(275, 70.8%, 91.8%)',
1440
+ borderColorHover: 'hsl(274, 65.4%, 87.8%)',
1441
+ borderColorFocus: 'hsl(275, 70.8%, 91.8%)',
1442
+ borderColorPress: 'hsl(275, 70.8%, 91.8%)',
1443
+ placeholderColor: 'hsl(272, 51.0%, 54.0%)'
1444
+ } as Theme
1445
+ export const light_purple_alt2 = {
1446
+ color1: 'hsl(276, 83.1%, 97.0%)',
1447
+ color2: 'hsl(275, 76.4%, 94.7%)',
1448
+ color3: 'hsl(275, 70.8%, 91.8%)',
1449
+ color4: 'hsl(274, 65.4%, 87.8%)',
1450
+ color5: 'hsl(272, 60.0%, 73.5%)',
1451
+ color6: 'hsl(272, 51.0%, 54.0%)',
1452
+ color7: 'hsl(272, 46.8%, 50.3%)',
1453
+ color8: 'hsl(272, 50.0%, 45.8%)',
1454
+ color9: 'hsl(272, 66.0%, 16.0%)',
1455
+ color10: 'hsl(0, 0%, 9.0%)',
1456
+ color11: 'hsl(0, 0%, 9.0%)',
1457
+ color12: 'hsl(0, 0%, 9.0%)',
1458
+ background: 'hsl(275, 76.4%, 94.7%)',
1459
+ backgroundHover: 'hsl(275, 70.8%, 91.8%)',
1460
+ backgroundPress: 'hsl(274, 65.4%, 87.8%)',
1461
+ backgroundFocus: 'hsl(272, 60.0%, 73.5%)',
1462
+ backgroundStrong: 'hsl(276, 83.1%, 97.0%)',
1463
+ backgroundTransparent: 'hsl(276, 100%, 99.0%)',
1464
+ color: 'hsl(272, 50.0%, 45.8%)',
1465
+ colorHover: 'hsl(272, 46.8%, 50.3%)',
1466
+ colorPress: 'hsl(272, 50.0%, 45.8%)',
1467
+ colorFocus: 'hsl(272, 46.8%, 50.3%)',
1468
+ colorTransparent: 'hsl(272, 66.0%, 16.0%)',
1469
+ borderColor: 'hsl(274, 65.4%, 87.8%)',
1470
+ borderColorHover: 'hsl(272, 60.0%, 73.5%)',
1471
+ borderColorFocus: 'hsl(274, 65.4%, 87.8%)',
1472
+ borderColorPress: 'hsl(274, 65.4%, 87.8%)',
1473
+ placeholderColor: 'hsl(272, 60.0%, 73.5%)'
1474
+ } as Theme
1475
+ export const light_purple_active = {
1476
+ color1: 'hsl(275, 76.4%, 94.7%)',
1477
+ color2: 'hsl(275, 70.8%, 91.8%)',
1478
+ color3: 'hsl(274, 65.4%, 87.8%)',
1479
+ color4: 'hsl(272, 60.0%, 73.5%)',
1480
+ color5: 'hsl(272, 51.0%, 54.0%)',
1481
+ color6: 'hsl(272, 46.8%, 50.3%)',
1482
+ color7: 'hsl(272, 50.0%, 45.8%)',
1483
+ color8: 'hsl(272, 66.0%, 16.0%)',
1484
+ color9: 'hsl(0, 0%, 9.0%)',
1485
+ color10: 'hsla(272, 66.0%, 16.0%, 0)',
1486
+ color11: 'hsla(272, 66.0%, 16.0%, 0)',
1487
+ color12: 'hsla(272, 66.0%, 16.0%, 0)',
1488
+ background: 'hsl(275, 70.8%, 91.8%)',
1489
+ backgroundHover: 'hsl(274, 65.4%, 87.8%)',
1490
+ backgroundPress: 'hsl(272, 60.0%, 73.5%)',
1491
+ backgroundFocus: 'hsl(272, 51.0%, 54.0%)',
1492
+ backgroundStrong: 'hsl(275, 76.4%, 94.7%)',
1493
+ backgroundTransparent: 'hsl(276, 83.1%, 97.0%)',
1494
+ colorHover: 'hsl(272, 51.0%, 54.0%)',
1495
+ colorPress: 'hsl(272, 46.8%, 50.3%)',
1496
+ colorFocus: 'hsl(272, 51.0%, 54.0%)',
1497
+ colorTransparent: 'hsl(272, 50.0%, 45.8%)',
1498
+ borderColor: 'hsl(272, 60.0%, 73.5%)',
1499
+ borderColorHover: 'hsl(272, 51.0%, 54.0%)',
1500
+ borderColorFocus: 'hsl(272, 60.0%, 73.5%)',
1501
+ borderColorPress: 'hsl(272, 60.0%, 73.5%)',
1502
+ placeholderColor: 'hsl(274, 65.4%, 87.8%)'
1503
+ } as Theme
1504
+ export const light_pink_alt1 = {
1505
+ color1: 'hsl(323, 100%, 98.4%)',
1506
+ color2: 'hsl(323, 86.3%, 96.5%)',
1507
+ color3: 'hsl(323, 78.7%, 94.2%)',
1508
+ color4: 'hsl(323, 72.2%, 91.1%)',
1509
+ color5: 'hsl(323, 66.3%, 86.6%)',
1510
+ color6: 'hsl(323, 60.3%, 72.4%)',
1511
+ color7: 'hsl(322, 65.0%, 54.5%)',
1512
+ color8: 'hsl(322, 63.9%, 50.7%)',
1513
+ color9: 'hsl(322, 75.0%, 46.0%)',
1514
+ color10: 'hsl(320, 70.0%, 13.5%)',
1515
+ color11: 'hsl(0, 0%, 9.0%)',
1516
+ color12: 'hsl(0, 0%, 9.0%)',
1517
+ background: 'hsl(323, 86.3%, 96.5%)',
1518
+ backgroundHover: 'hsl(323, 78.7%, 94.2%)',
1519
+ backgroundPress: 'hsl(323, 72.2%, 91.1%)',
1520
+ backgroundFocus: 'hsl(323, 66.3%, 86.6%)',
1521
+ backgroundStrong: 'hsl(323, 100%, 98.4%)',
1522
+ backgroundTransparent: 'hsl(322, 100%, 99.4%)',
1523
+ color: 'hsl(320, 70.0%, 13.5%)',
1524
+ colorHover: 'hsl(322, 75.0%, 46.0%)',
1525
+ colorPress: 'hsl(320, 70.0%, 13.5%)',
1526
+ colorFocus: 'hsl(322, 75.0%, 46.0%)',
1527
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
1528
+ borderColor: 'hsl(323, 72.2%, 91.1%)',
1529
+ borderColorHover: 'hsl(323, 66.3%, 86.6%)',
1530
+ borderColorFocus: 'hsl(323, 72.2%, 91.1%)',
1531
+ borderColorPress: 'hsl(323, 72.2%, 91.1%)',
1532
+ placeholderColor: 'hsl(322, 65.0%, 54.5%)'
1533
+ } as Theme
1534
+ export const light_pink_alt2 = {
1535
+ color1: 'hsl(323, 86.3%, 96.5%)',
1536
+ color2: 'hsl(323, 78.7%, 94.2%)',
1537
+ color3: 'hsl(323, 72.2%, 91.1%)',
1538
+ color4: 'hsl(323, 66.3%, 86.6%)',
1539
+ color5: 'hsl(323, 60.3%, 72.4%)',
1540
+ color6: 'hsl(322, 65.0%, 54.5%)',
1541
+ color7: 'hsl(322, 63.9%, 50.7%)',
1542
+ color8: 'hsl(322, 75.0%, 46.0%)',
1543
+ color9: 'hsl(320, 70.0%, 13.5%)',
1544
+ color10: 'hsl(0, 0%, 9.0%)',
1545
+ color11: 'hsl(0, 0%, 9.0%)',
1546
+ color12: 'hsl(0, 0%, 9.0%)',
1547
+ background: 'hsl(323, 78.7%, 94.2%)',
1548
+ backgroundHover: 'hsl(323, 72.2%, 91.1%)',
1549
+ backgroundPress: 'hsl(323, 66.3%, 86.6%)',
1550
+ backgroundFocus: 'hsl(323, 60.3%, 72.4%)',
1551
+ backgroundStrong: 'hsl(323, 86.3%, 96.5%)',
1552
+ backgroundTransparent: 'hsl(323, 100%, 98.4%)',
1553
+ color: 'hsl(322, 75.0%, 46.0%)',
1554
+ colorHover: 'hsl(322, 63.9%, 50.7%)',
1555
+ colorPress: 'hsl(322, 75.0%, 46.0%)',
1556
+ colorFocus: 'hsl(322, 63.9%, 50.7%)',
1557
+ colorTransparent: 'hsl(320, 70.0%, 13.5%)',
1558
+ borderColor: 'hsl(323, 66.3%, 86.6%)',
1559
+ borderColorHover: 'hsl(323, 60.3%, 72.4%)',
1560
+ borderColorFocus: 'hsl(323, 66.3%, 86.6%)',
1561
+ borderColorPress: 'hsl(323, 66.3%, 86.6%)',
1562
+ placeholderColor: 'hsl(323, 60.3%, 72.4%)'
1563
+ } as Theme
1564
+ export const light_pink_active = {
1565
+ color1: 'hsl(323, 78.7%, 94.2%)',
1566
+ color2: 'hsl(323, 72.2%, 91.1%)',
1567
+ color3: 'hsl(323, 66.3%, 86.6%)',
1568
+ color4: 'hsl(323, 60.3%, 72.4%)',
1569
+ color5: 'hsl(322, 65.0%, 54.5%)',
1570
+ color6: 'hsl(322, 63.9%, 50.7%)',
1571
+ color7: 'hsl(322, 75.0%, 46.0%)',
1572
+ color8: 'hsl(320, 70.0%, 13.5%)',
1573
+ color9: 'hsl(0, 0%, 9.0%)',
1574
+ color10: 'hsla(320, 70.0%, 13.5%, 0)',
1575
+ color11: 'hsla(320, 70.0%, 13.5%, 0)',
1576
+ color12: 'hsla(320, 70.0%, 13.5%, 0)',
1577
+ background: 'hsl(323, 72.2%, 91.1%)',
1578
+ backgroundHover: 'hsl(323, 66.3%, 86.6%)',
1579
+ backgroundPress: 'hsl(323, 60.3%, 72.4%)',
1580
+ backgroundFocus: 'hsl(322, 65.0%, 54.5%)',
1581
+ backgroundStrong: 'hsl(323, 78.7%, 94.2%)',
1582
+ backgroundTransparent: 'hsl(323, 86.3%, 96.5%)',
1583
+ colorHover: 'hsl(322, 65.0%, 54.5%)',
1584
+ colorPress: 'hsl(322, 63.9%, 50.7%)',
1585
+ colorFocus: 'hsl(322, 65.0%, 54.5%)',
1586
+ colorTransparent: 'hsl(322, 75.0%, 46.0%)',
1587
+ borderColor: 'hsl(323, 60.3%, 72.4%)',
1588
+ borderColorHover: 'hsl(322, 65.0%, 54.5%)',
1589
+ borderColorFocus: 'hsl(323, 60.3%, 72.4%)',
1590
+ borderColorPress: 'hsl(323, 60.3%, 72.4%)',
1591
+ placeholderColor: 'hsl(323, 66.3%, 86.6%)'
1592
+ } as Theme
1593
+ export const light_red_alt1 = {
1594
+ color1: 'hsl(359, 100%, 98.6%)',
1595
+ color2: 'hsl(360, 100%, 96.8%)',
1596
+ color3: 'hsl(360, 97.9%, 94.8%)',
1597
+ color4: 'hsl(360, 90.2%, 91.9%)',
1598
+ color5: 'hsl(360, 81.7%, 87.8%)',
1599
+ color6: 'hsl(359, 69.5%, 74.3%)',
1600
+ color7: 'hsl(358, 75.0%, 59.0%)',
1601
+ color8: 'hsl(358, 69.4%, 55.2%)',
1602
+ color9: 'hsl(358, 65.0%, 48.7%)',
1603
+ color10: 'hsl(354, 50.0%, 14.6%)',
1604
+ color11: 'hsl(0, 0%, 9.0%)',
1605
+ color12: 'hsl(0, 0%, 9.0%)',
1606
+ background: 'hsl(360, 100%, 96.8%)',
1607
+ backgroundHover: 'hsl(360, 97.9%, 94.8%)',
1608
+ backgroundPress: 'hsl(360, 90.2%, 91.9%)',
1609
+ backgroundFocus: 'hsl(360, 81.7%, 87.8%)',
1610
+ backgroundStrong: 'hsl(359, 100%, 98.6%)',
1611
+ backgroundTransparent: 'hsl(359, 100%, 99.4%)',
1612
+ color: 'hsl(354, 50.0%, 14.6%)',
1613
+ colorHover: 'hsl(358, 65.0%, 48.7%)',
1614
+ colorPress: 'hsl(354, 50.0%, 14.6%)',
1615
+ colorFocus: 'hsl(358, 65.0%, 48.7%)',
1616
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
1617
+ borderColor: 'hsl(360, 90.2%, 91.9%)',
1618
+ borderColorHover: 'hsl(360, 81.7%, 87.8%)',
1619
+ borderColorFocus: 'hsl(360, 90.2%, 91.9%)',
1620
+ borderColorPress: 'hsl(360, 90.2%, 91.9%)',
1621
+ placeholderColor: 'hsl(358, 75.0%, 59.0%)'
1622
+ } as Theme
1623
+ export const light_red_alt2 = {
1624
+ color1: 'hsl(360, 100%, 96.8%)',
1625
+ color2: 'hsl(360, 97.9%, 94.8%)',
1626
+ color3: 'hsl(360, 90.2%, 91.9%)',
1627
+ color4: 'hsl(360, 81.7%, 87.8%)',
1628
+ color5: 'hsl(359, 69.5%, 74.3%)',
1629
+ color6: 'hsl(358, 75.0%, 59.0%)',
1630
+ color7: 'hsl(358, 69.4%, 55.2%)',
1631
+ color8: 'hsl(358, 65.0%, 48.7%)',
1632
+ color9: 'hsl(354, 50.0%, 14.6%)',
1633
+ color10: 'hsl(0, 0%, 9.0%)',
1634
+ color11: 'hsl(0, 0%, 9.0%)',
1635
+ color12: 'hsl(0, 0%, 9.0%)',
1636
+ background: 'hsl(360, 97.9%, 94.8%)',
1637
+ backgroundHover: 'hsl(360, 90.2%, 91.9%)',
1638
+ backgroundPress: 'hsl(360, 81.7%, 87.8%)',
1639
+ backgroundFocus: 'hsl(359, 69.5%, 74.3%)',
1640
+ backgroundStrong: 'hsl(360, 100%, 96.8%)',
1641
+ backgroundTransparent: 'hsl(359, 100%, 98.6%)',
1642
+ color: 'hsl(358, 65.0%, 48.7%)',
1643
+ colorHover: 'hsl(358, 69.4%, 55.2%)',
1644
+ colorPress: 'hsl(358, 65.0%, 48.7%)',
1645
+ colorFocus: 'hsl(358, 69.4%, 55.2%)',
1646
+ colorTransparent: 'hsl(354, 50.0%, 14.6%)',
1647
+ borderColor: 'hsl(360, 81.7%, 87.8%)',
1648
+ borderColorHover: 'hsl(359, 69.5%, 74.3%)',
1649
+ borderColorFocus: 'hsl(360, 81.7%, 87.8%)',
1650
+ borderColorPress: 'hsl(360, 81.7%, 87.8%)',
1651
+ placeholderColor: 'hsl(359, 69.5%, 74.3%)'
1652
+ } as Theme
1653
+ export const light_red_active = {
1654
+ color1: 'hsl(360, 97.9%, 94.8%)',
1655
+ color2: 'hsl(360, 90.2%, 91.9%)',
1656
+ color3: 'hsl(360, 81.7%, 87.8%)',
1657
+ color4: 'hsl(359, 69.5%, 74.3%)',
1658
+ color5: 'hsl(358, 75.0%, 59.0%)',
1659
+ color6: 'hsl(358, 69.4%, 55.2%)',
1660
+ color7: 'hsl(358, 65.0%, 48.7%)',
1661
+ color8: 'hsl(354, 50.0%, 14.6%)',
1662
+ color9: 'hsl(0, 0%, 9.0%)',
1663
+ color10: 'hsla(354, 50.0%, 14.6%, 0)',
1664
+ color11: 'hsla(354, 50.0%, 14.6%, 0)',
1665
+ color12: 'hsla(354, 50.0%, 14.6%, 0)',
1666
+ background: 'hsl(360, 90.2%, 91.9%)',
1667
+ backgroundHover: 'hsl(360, 81.7%, 87.8%)',
1668
+ backgroundPress: 'hsl(359, 69.5%, 74.3%)',
1669
+ backgroundFocus: 'hsl(358, 75.0%, 59.0%)',
1670
+ backgroundStrong: 'hsl(360, 97.9%, 94.8%)',
1671
+ backgroundTransparent: 'hsl(360, 100%, 96.8%)',
1672
+ colorHover: 'hsl(358, 75.0%, 59.0%)',
1673
+ colorPress: 'hsl(358, 69.4%, 55.2%)',
1674
+ colorFocus: 'hsl(358, 75.0%, 59.0%)',
1675
+ colorTransparent: 'hsl(358, 65.0%, 48.7%)',
1676
+ borderColor: 'hsl(359, 69.5%, 74.3%)',
1677
+ borderColorHover: 'hsl(358, 75.0%, 59.0%)',
1678
+ borderColorFocus: 'hsl(359, 69.5%, 74.3%)',
1679
+ borderColorPress: 'hsl(359, 69.5%, 74.3%)',
1680
+ placeholderColor: 'hsl(360, 81.7%, 87.8%)'
1681
+ } as Theme
1682
+ export const dark_orange_alt1 = {
1683
+ color1: 'hsl(28, 100%, 8.4%)',
1684
+ color2: 'hsl(26, 91.1%, 11.6%)',
1685
+ color3: 'hsl(25, 88.3%, 14.1%)',
1686
+ color4: 'hsl(24, 87.6%, 16.6%)',
1687
+ color5: 'hsl(24, 88.6%, 19.8%)',
1688
+ color6: 'hsl(25, 100%, 29.0%)',
1689
+ color7: 'hsl(24, 94.0%, 50.0%)',
1690
+ color8: 'hsl(24, 100%, 58.5%)',
1691
+ color9: 'hsl(24, 100%, 62.2%)',
1692
+ color10: 'hsl(24, 97.0%, 93.2%)',
1693
+ color11: '#fff',
1694
+ color12: '#fff',
1695
+ background: 'hsl(26, 91.1%, 11.6%)',
1696
+ backgroundHover: 'hsl(25, 88.3%, 14.1%)',
1697
+ backgroundPress: 'hsl(24, 87.6%, 16.6%)',
1698
+ backgroundFocus: 'hsl(24, 88.6%, 19.8%)',
1699
+ backgroundStrong: 'hsl(28, 100%, 8.4%)',
1700
+ backgroundTransparent: 'hsl(30, 70.0%, 7.2%)',
1701
+ color: 'hsl(24, 97.0%, 93.2%)',
1702
+ colorHover: 'hsl(24, 100%, 62.2%)',
1703
+ colorPress: 'hsl(24, 97.0%, 93.2%)',
1704
+ colorFocus: 'hsl(24, 100%, 62.2%)',
1705
+ colorTransparent: '#fff',
1706
+ borderColor: 'hsl(24, 88.6%, 19.8%)',
1707
+ borderColorHover: 'hsl(25, 100%, 29.0%)',
1708
+ borderColorFocus: 'hsl(24, 87.6%, 16.6%)',
1709
+ borderColorPress: 'hsl(24, 88.6%, 19.8%)',
1710
+ placeholderColor: 'hsl(24, 94.0%, 50.0%)'
1711
+ } as Theme
1712
+ export const dark_orange_alt2 = {
1713
+ color1: 'hsl(26, 91.1%, 11.6%)',
1714
+ color2: 'hsl(25, 88.3%, 14.1%)',
1715
+ color3: 'hsl(24, 87.6%, 16.6%)',
1716
+ color4: 'hsl(24, 88.6%, 19.8%)',
1717
+ color5: 'hsl(25, 100%, 29.0%)',
1718
+ color6: 'hsl(24, 94.0%, 50.0%)',
1719
+ color7: 'hsl(24, 100%, 58.5%)',
1720
+ color8: 'hsl(24, 100%, 62.2%)',
1721
+ color9: 'hsl(24, 97.0%, 93.2%)',
1722
+ color10: '#fff',
1723
+ color11: '#fff',
1724
+ color12: '#fff',
1725
+ background: 'hsl(25, 88.3%, 14.1%)',
1726
+ backgroundHover: 'hsl(24, 87.6%, 16.6%)',
1727
+ backgroundPress: 'hsl(24, 88.6%, 19.8%)',
1728
+ backgroundFocus: 'hsl(25, 100%, 29.0%)',
1729
+ backgroundStrong: 'hsl(26, 91.1%, 11.6%)',
1730
+ backgroundTransparent: 'hsl(28, 100%, 8.4%)',
1731
+ color: 'hsl(24, 100%, 62.2%)',
1732
+ colorHover: 'hsl(24, 100%, 58.5%)',
1733
+ colorPress: 'hsl(24, 100%, 62.2%)',
1734
+ colorFocus: 'hsl(24, 100%, 58.5%)',
1735
+ colorTransparent: 'hsl(24, 97.0%, 93.2%)',
1736
+ borderColor: 'hsl(25, 100%, 29.0%)',
1737
+ borderColorHover: 'hsl(24, 94.0%, 50.0%)',
1738
+ borderColorFocus: 'hsl(24, 88.6%, 19.8%)',
1739
+ borderColorPress: 'hsl(25, 100%, 29.0%)',
1740
+ placeholderColor: 'hsl(25, 100%, 29.0%)'
1741
+ } as Theme
1742
+ export const dark_orange_active = {
1743
+ color1: 'hsl(25, 88.3%, 14.1%)',
1744
+ color2: 'hsl(24, 87.6%, 16.6%)',
1745
+ color3: 'hsl(24, 88.6%, 19.8%)',
1746
+ color4: 'hsl(25, 100%, 29.0%)',
1747
+ color5: 'hsl(24, 94.0%, 50.0%)',
1748
+ color6: 'hsl(24, 100%, 58.5%)',
1749
+ color7: 'hsl(24, 100%, 62.2%)',
1750
+ color8: 'hsl(24, 97.0%, 93.2%)',
1751
+ color9: '#fff',
1752
+ color10: 'hsla(24, 97.0%, 93.2%, 0)',
1753
+ color11: 'hsla(24, 97.0%, 93.2%, 0)',
1754
+ color12: 'hsla(24, 97.0%, 93.2%, 0)',
1755
+ background: 'hsl(24, 87.6%, 16.6%)',
1756
+ backgroundHover: 'hsl(24, 88.6%, 19.8%)',
1757
+ backgroundPress: 'hsl(25, 100%, 29.0%)',
1758
+ backgroundFocus: 'hsl(24, 94.0%, 50.0%)',
1759
+ backgroundStrong: 'hsl(25, 88.3%, 14.1%)',
1760
+ backgroundTransparent: 'hsl(26, 91.1%, 11.6%)',
1761
+ colorHover: 'hsl(24, 94.0%, 50.0%)',
1762
+ colorPress: 'hsl(24, 100%, 58.5%)',
1763
+ colorFocus: 'hsl(24, 94.0%, 50.0%)',
1764
+ colorTransparent: 'hsl(24, 100%, 62.2%)',
1765
+ borderColor: 'hsl(24, 94.0%, 50.0%)',
1766
+ borderColorHover: 'hsl(24, 100%, 58.5%)',
1767
+ borderColorFocus: 'hsl(25, 100%, 29.0%)',
1768
+ borderColorPress: 'hsl(24, 94.0%, 50.0%)',
1769
+ placeholderColor: 'hsl(24, 88.6%, 19.8%)'
1770
+ } as Theme
1771
+ export const dark_yellow_alt1 = {
1772
+ color1: 'hsl(46, 100%, 6.7%)',
1773
+ color2: 'hsl(45, 100%, 8.7%)',
1774
+ color3: 'hsl(45, 100%, 10.4%)',
1775
+ color4: 'hsl(47, 100%, 12.1%)',
1776
+ color5: 'hsl(49, 100%, 14.3%)',
1777
+ color6: 'hsl(50, 100%, 22.0%)',
1778
+ color7: 'hsl(53, 92.0%, 50.0%)',
1779
+ color8: 'hsl(54, 100%, 68.0%)',
1780
+ color9: 'hsl(48, 100%, 47.0%)',
1781
+ color10: 'hsl(53, 100%, 91.0%)',
1782
+ color11: '#fff',
1783
+ color12: '#fff',
1784
+ background: 'hsl(45, 100%, 8.7%)',
1785
+ backgroundHover: 'hsl(45, 100%, 10.4%)',
1786
+ backgroundPress: 'hsl(47, 100%, 12.1%)',
1787
+ backgroundFocus: 'hsl(49, 100%, 14.3%)',
1788
+ backgroundStrong: 'hsl(46, 100%, 6.7%)',
1789
+ backgroundTransparent: 'hsl(45, 100%, 5.5%)',
1790
+ color: 'hsl(53, 100%, 91.0%)',
1791
+ colorHover: 'hsl(48, 100%, 47.0%)',
1792
+ colorPress: 'hsl(53, 100%, 91.0%)',
1793
+ colorFocus: 'hsl(48, 100%, 47.0%)',
1794
+ colorTransparent: '#fff',
1795
+ borderColor: 'hsl(49, 100%, 14.3%)',
1796
+ borderColorHover: 'hsl(50, 100%, 22.0%)',
1797
+ borderColorFocus: 'hsl(47, 100%, 12.1%)',
1798
+ borderColorPress: 'hsl(49, 100%, 14.3%)',
1799
+ placeholderColor: 'hsl(53, 92.0%, 50.0%)'
1800
+ } as Theme
1801
+ export const dark_yellow_alt2 = {
1802
+ color1: 'hsl(45, 100%, 8.7%)',
1803
+ color2: 'hsl(45, 100%, 10.4%)',
1804
+ color3: 'hsl(47, 100%, 12.1%)',
1805
+ color4: 'hsl(49, 100%, 14.3%)',
1806
+ color5: 'hsl(50, 100%, 22.0%)',
1807
+ color6: 'hsl(53, 92.0%, 50.0%)',
1808
+ color7: 'hsl(54, 100%, 68.0%)',
1809
+ color8: 'hsl(48, 100%, 47.0%)',
1810
+ color9: 'hsl(53, 100%, 91.0%)',
1811
+ color10: '#fff',
1812
+ color11: '#fff',
1813
+ color12: '#fff',
1814
+ background: 'hsl(45, 100%, 10.4%)',
1815
+ backgroundHover: 'hsl(47, 100%, 12.1%)',
1816
+ backgroundPress: 'hsl(49, 100%, 14.3%)',
1817
+ backgroundFocus: 'hsl(50, 100%, 22.0%)',
1818
+ backgroundStrong: 'hsl(45, 100%, 8.7%)',
1819
+ backgroundTransparent: 'hsl(46, 100%, 6.7%)',
1820
+ color: 'hsl(48, 100%, 47.0%)',
1821
+ colorHover: 'hsl(54, 100%, 68.0%)',
1822
+ colorPress: 'hsl(48, 100%, 47.0%)',
1823
+ colorFocus: 'hsl(54, 100%, 68.0%)',
1824
+ colorTransparent: 'hsl(53, 100%, 91.0%)',
1825
+ borderColor: 'hsl(50, 100%, 22.0%)',
1826
+ borderColorHover: 'hsl(53, 92.0%, 50.0%)',
1827
+ borderColorFocus: 'hsl(49, 100%, 14.3%)',
1828
+ borderColorPress: 'hsl(50, 100%, 22.0%)',
1829
+ placeholderColor: 'hsl(50, 100%, 22.0%)'
1830
+ } as Theme
1831
+ export const dark_yellow_active = {
1832
+ color1: 'hsl(45, 100%, 10.4%)',
1833
+ color2: 'hsl(47, 100%, 12.1%)',
1834
+ color3: 'hsl(49, 100%, 14.3%)',
1835
+ color4: 'hsl(50, 100%, 22.0%)',
1836
+ color5: 'hsl(53, 92.0%, 50.0%)',
1837
+ color6: 'hsl(54, 100%, 68.0%)',
1838
+ color7: 'hsl(48, 100%, 47.0%)',
1839
+ color8: 'hsl(53, 100%, 91.0%)',
1840
+ color9: '#fff',
1841
+ color10: 'hsla(53, 100%, 91.0%, 0)',
1842
+ color11: 'hsla(53, 100%, 91.0%, 0)',
1843
+ color12: 'hsla(53, 100%, 91.0%, 0)',
1844
+ background: 'hsl(47, 100%, 12.1%)',
1845
+ backgroundHover: 'hsl(49, 100%, 14.3%)',
1846
+ backgroundPress: 'hsl(50, 100%, 22.0%)',
1847
+ backgroundFocus: 'hsl(53, 92.0%, 50.0%)',
1848
+ backgroundStrong: 'hsl(45, 100%, 10.4%)',
1849
+ backgroundTransparent: 'hsl(45, 100%, 8.7%)',
1850
+ colorHover: 'hsl(53, 92.0%, 50.0%)',
1851
+ colorPress: 'hsl(54, 100%, 68.0%)',
1852
+ colorFocus: 'hsl(53, 92.0%, 50.0%)',
1853
+ colorTransparent: 'hsl(48, 100%, 47.0%)',
1854
+ borderColor: 'hsl(53, 92.0%, 50.0%)',
1855
+ borderColorHover: 'hsl(54, 100%, 68.0%)',
1856
+ borderColorFocus: 'hsl(50, 100%, 22.0%)',
1857
+ borderColorPress: 'hsl(53, 92.0%, 50.0%)',
1858
+ placeholderColor: 'hsl(49, 100%, 14.3%)'
1859
+ } as Theme
1860
+ export const dark_green_alt1 = {
1861
+ color1: 'hsl(155, 44.2%, 8.4%)',
1862
+ color2: 'hsl(155, 46.7%, 10.9%)',
1863
+ color3: 'hsl(154, 48.4%, 12.9%)',
1864
+ color4: 'hsl(154, 49.7%, 14.9%)',
1865
+ color5: 'hsl(154, 50.9%, 17.6%)',
1866
+ color6: 'hsl(151, 51.7%, 28.4%)',
1867
+ color7: 'hsl(151, 55.0%, 41.5%)',
1868
+ color8: 'hsl(151, 49.3%, 46.5%)',
1869
+ color9: 'hsl(151, 50.0%, 53.2%)',
1870
+ color10: 'hsl(137, 72.0%, 94.0%)',
1871
+ color11: '#fff',
1872
+ color12: '#fff',
1873
+ background: 'hsl(155, 46.7%, 10.9%)',
1874
+ backgroundHover: 'hsl(154, 48.4%, 12.9%)',
1875
+ backgroundPress: 'hsl(154, 49.7%, 14.9%)',
1876
+ backgroundFocus: 'hsl(154, 50.9%, 17.6%)',
1877
+ backgroundStrong: 'hsl(155, 44.2%, 8.4%)',
1878
+ backgroundTransparent: 'hsl(146, 30.0%, 7.4%)',
1879
+ color: 'hsl(137, 72.0%, 94.0%)',
1880
+ colorHover: 'hsl(151, 50.0%, 53.2%)',
1881
+ colorPress: 'hsl(137, 72.0%, 94.0%)',
1882
+ colorFocus: 'hsl(151, 50.0%, 53.2%)',
1883
+ colorTransparent: '#fff',
1884
+ borderColor: 'hsl(154, 50.9%, 17.6%)',
1885
+ borderColorHover: 'hsl(151, 51.7%, 28.4%)',
1886
+ borderColorFocus: 'hsl(154, 49.7%, 14.9%)',
1887
+ borderColorPress: 'hsl(154, 50.9%, 17.6%)',
1888
+ placeholderColor: 'hsl(151, 55.0%, 41.5%)'
1889
+ } as Theme
1890
+ export const dark_green_alt2 = {
1891
+ color1: 'hsl(155, 46.7%, 10.9%)',
1892
+ color2: 'hsl(154, 48.4%, 12.9%)',
1893
+ color3: 'hsl(154, 49.7%, 14.9%)',
1894
+ color4: 'hsl(154, 50.9%, 17.6%)',
1895
+ color5: 'hsl(151, 51.7%, 28.4%)',
1896
+ color6: 'hsl(151, 55.0%, 41.5%)',
1897
+ color7: 'hsl(151, 49.3%, 46.5%)',
1898
+ color8: 'hsl(151, 50.0%, 53.2%)',
1899
+ color9: 'hsl(137, 72.0%, 94.0%)',
1900
+ color10: '#fff',
1901
+ color11: '#fff',
1902
+ color12: '#fff',
1903
+ background: 'hsl(154, 48.4%, 12.9%)',
1904
+ backgroundHover: 'hsl(154, 49.7%, 14.9%)',
1905
+ backgroundPress: 'hsl(154, 50.9%, 17.6%)',
1906
+ backgroundFocus: 'hsl(151, 51.7%, 28.4%)',
1907
+ backgroundStrong: 'hsl(155, 46.7%, 10.9%)',
1908
+ backgroundTransparent: 'hsl(155, 44.2%, 8.4%)',
1909
+ color: 'hsl(151, 50.0%, 53.2%)',
1910
+ colorHover: 'hsl(151, 49.3%, 46.5%)',
1911
+ colorPress: 'hsl(151, 50.0%, 53.2%)',
1912
+ colorFocus: 'hsl(151, 49.3%, 46.5%)',
1913
+ colorTransparent: 'hsl(137, 72.0%, 94.0%)',
1914
+ borderColor: 'hsl(151, 51.7%, 28.4%)',
1915
+ borderColorHover: 'hsl(151, 55.0%, 41.5%)',
1916
+ borderColorFocus: 'hsl(154, 50.9%, 17.6%)',
1917
+ borderColorPress: 'hsl(151, 51.7%, 28.4%)',
1918
+ placeholderColor: 'hsl(151, 51.7%, 28.4%)'
1919
+ } as Theme
1920
+ export const dark_green_active = {
1921
+ color1: 'hsl(154, 48.4%, 12.9%)',
1922
+ color2: 'hsl(154, 49.7%, 14.9%)',
1923
+ color3: 'hsl(154, 50.9%, 17.6%)',
1924
+ color4: 'hsl(151, 51.7%, 28.4%)',
1925
+ color5: 'hsl(151, 55.0%, 41.5%)',
1926
+ color6: 'hsl(151, 49.3%, 46.5%)',
1927
+ color7: 'hsl(151, 50.0%, 53.2%)',
1928
+ color8: 'hsl(137, 72.0%, 94.0%)',
1929
+ color9: '#fff',
1930
+ color10: 'hsla(137, 72.0%, 94.0%, 0)',
1931
+ color11: 'hsla(137, 72.0%, 94.0%, 0)',
1932
+ color12: 'hsla(137, 72.0%, 94.0%, 0)',
1933
+ background: 'hsl(154, 49.7%, 14.9%)',
1934
+ backgroundHover: 'hsl(154, 50.9%, 17.6%)',
1935
+ backgroundPress: 'hsl(151, 51.7%, 28.4%)',
1936
+ backgroundFocus: 'hsl(151, 55.0%, 41.5%)',
1937
+ backgroundStrong: 'hsl(154, 48.4%, 12.9%)',
1938
+ backgroundTransparent: 'hsl(155, 46.7%, 10.9%)',
1939
+ colorHover: 'hsl(151, 55.0%, 41.5%)',
1940
+ colorPress: 'hsl(151, 49.3%, 46.5%)',
1941
+ colorFocus: 'hsl(151, 55.0%, 41.5%)',
1942
+ colorTransparent: 'hsl(151, 50.0%, 53.2%)',
1943
+ borderColor: 'hsl(151, 55.0%, 41.5%)',
1944
+ borderColorHover: 'hsl(151, 49.3%, 46.5%)',
1945
+ borderColorFocus: 'hsl(151, 51.7%, 28.4%)',
1946
+ borderColorPress: 'hsl(151, 55.0%, 41.5%)',
1947
+ placeholderColor: 'hsl(154, 50.9%, 17.6%)'
1948
+ } as Theme
1949
+ export const dark_blue_alt1 = {
1950
+ color1: 'hsl(216, 50.0%, 11.8%)',
1951
+ color2: 'hsl(214, 59.4%, 15.3%)',
1952
+ color3: 'hsl(214, 65.8%, 17.9%)',
1953
+ color4: 'hsl(213, 71.2%, 20.2%)',
1954
+ color5: 'hsl(212, 77.4%, 23.1%)',
1955
+ color6: 'hsl(211, 89.7%, 34.1%)',
1956
+ color7: 'hsl(206, 100%, 50.0%)',
1957
+ color8: 'hsl(209, 100%, 60.6%)',
1958
+ color9: 'hsl(210, 100%, 66.1%)',
1959
+ color10: 'hsl(206, 98.0%, 95.8%)',
1960
+ color11: '#fff',
1961
+ color12: '#fff',
1962
+ background: 'hsl(214, 59.4%, 15.3%)',
1963
+ backgroundHover: 'hsl(214, 65.8%, 17.9%)',
1964
+ backgroundPress: 'hsl(213, 71.2%, 20.2%)',
1965
+ backgroundFocus: 'hsl(212, 77.4%, 23.1%)',
1966
+ backgroundStrong: 'hsl(216, 50.0%, 11.8%)',
1967
+ backgroundTransparent: 'hsl(212, 35.0%, 9.2%)',
1968
+ color: 'hsl(206, 98.0%, 95.8%)',
1969
+ colorHover: 'hsl(210, 100%, 66.1%)',
1970
+ colorPress: 'hsl(206, 98.0%, 95.8%)',
1971
+ colorFocus: 'hsl(210, 100%, 66.1%)',
1972
+ colorTransparent: '#fff',
1973
+ borderColor: 'hsl(212, 77.4%, 23.1%)',
1974
+ borderColorHover: 'hsl(211, 89.7%, 34.1%)',
1975
+ borderColorFocus: 'hsl(213, 71.2%, 20.2%)',
1976
+ borderColorPress: 'hsl(212, 77.4%, 23.1%)',
1977
+ placeholderColor: 'hsl(206, 100%, 50.0%)'
1978
+ } as Theme
1979
+ export const dark_blue_alt2 = {
1980
+ color1: 'hsl(214, 59.4%, 15.3%)',
1981
+ color2: 'hsl(214, 65.8%, 17.9%)',
1982
+ color3: 'hsl(213, 71.2%, 20.2%)',
1983
+ color4: 'hsl(212, 77.4%, 23.1%)',
1984
+ color5: 'hsl(211, 89.7%, 34.1%)',
1985
+ color6: 'hsl(206, 100%, 50.0%)',
1986
+ color7: 'hsl(209, 100%, 60.6%)',
1987
+ color8: 'hsl(210, 100%, 66.1%)',
1988
+ color9: 'hsl(206, 98.0%, 95.8%)',
1989
+ color10: '#fff',
1990
+ color11: '#fff',
1991
+ color12: '#fff',
1992
+ background: 'hsl(214, 65.8%, 17.9%)',
1993
+ backgroundHover: 'hsl(213, 71.2%, 20.2%)',
1994
+ backgroundPress: 'hsl(212, 77.4%, 23.1%)',
1995
+ backgroundFocus: 'hsl(211, 89.7%, 34.1%)',
1996
+ backgroundStrong: 'hsl(214, 59.4%, 15.3%)',
1997
+ backgroundTransparent: 'hsl(216, 50.0%, 11.8%)',
1998
+ color: 'hsl(210, 100%, 66.1%)',
1999
+ colorHover: 'hsl(209, 100%, 60.6%)',
2000
+ colorPress: 'hsl(210, 100%, 66.1%)',
2001
+ colorFocus: 'hsl(209, 100%, 60.6%)',
2002
+ colorTransparent: 'hsl(206, 98.0%, 95.8%)',
2003
+ borderColor: 'hsl(211, 89.7%, 34.1%)',
2004
+ borderColorHover: 'hsl(206, 100%, 50.0%)',
2005
+ borderColorFocus: 'hsl(212, 77.4%, 23.1%)',
2006
+ borderColorPress: 'hsl(211, 89.7%, 34.1%)',
2007
+ placeholderColor: 'hsl(211, 89.7%, 34.1%)'
2008
+ } as Theme
2009
+ export const dark_blue_active = {
2010
+ color1: 'hsl(214, 65.8%, 17.9%)',
2011
+ color2: 'hsl(213, 71.2%, 20.2%)',
2012
+ color3: 'hsl(212, 77.4%, 23.1%)',
2013
+ color4: 'hsl(211, 89.7%, 34.1%)',
2014
+ color5: 'hsl(206, 100%, 50.0%)',
2015
+ color6: 'hsl(209, 100%, 60.6%)',
2016
+ color7: 'hsl(210, 100%, 66.1%)',
2017
+ color8: 'hsl(206, 98.0%, 95.8%)',
2018
+ color9: '#fff',
2019
+ color10: 'hsla(206, 98.0%, 95.8%, 0)',
2020
+ color11: 'hsla(206, 98.0%, 95.8%, 0)',
2021
+ color12: 'hsla(206, 98.0%, 95.8%, 0)',
2022
+ background: 'hsl(213, 71.2%, 20.2%)',
2023
+ backgroundHover: 'hsl(212, 77.4%, 23.1%)',
2024
+ backgroundPress: 'hsl(211, 89.7%, 34.1%)',
2025
+ backgroundFocus: 'hsl(206, 100%, 50.0%)',
2026
+ backgroundStrong: 'hsl(214, 65.8%, 17.9%)',
2027
+ backgroundTransparent: 'hsl(214, 59.4%, 15.3%)',
2028
+ colorHover: 'hsl(206, 100%, 50.0%)',
2029
+ colorPress: 'hsl(209, 100%, 60.6%)',
2030
+ colorFocus: 'hsl(206, 100%, 50.0%)',
2031
+ colorTransparent: 'hsl(210, 100%, 66.1%)',
2032
+ borderColor: 'hsl(206, 100%, 50.0%)',
2033
+ borderColorHover: 'hsl(209, 100%, 60.6%)',
2034
+ borderColorFocus: 'hsl(211, 89.7%, 34.1%)',
2035
+ borderColorPress: 'hsl(206, 100%, 50.0%)',
2036
+ placeholderColor: 'hsl(212, 77.4%, 23.1%)'
2037
+ } as Theme
2038
+ export const dark_purple_alt1 = {
2039
+ color1: 'hsl(283, 30.0%, 11.8%)',
2040
+ color2: 'hsl(281, 37.5%, 16.5%)',
2041
+ color3: 'hsl(280, 41.2%, 20.0%)',
2042
+ color4: 'hsl(279, 43.8%, 23.3%)',
2043
+ color5: 'hsl(277, 46.4%, 27.5%)',
2044
+ color6: 'hsl(272, 52.1%, 45.9%)',
2045
+ color7: 'hsl(272, 51.0%, 54.0%)',
2046
+ color8: 'hsl(273, 57.3%, 59.1%)',
2047
+ color9: 'hsl(275, 80.0%, 71.0%)',
2048
+ color10: 'hsl(279, 75.0%, 95.7%)',
2049
+ color11: '#fff',
2050
+ color12: '#fff',
2051
+ background: 'hsl(281, 37.5%, 16.5%)',
2052
+ backgroundHover: 'hsl(280, 41.2%, 20.0%)',
2053
+ backgroundPress: 'hsl(279, 43.8%, 23.3%)',
2054
+ backgroundFocus: 'hsl(277, 46.4%, 27.5%)',
2055
+ backgroundStrong: 'hsl(283, 30.0%, 11.8%)',
2056
+ backgroundTransparent: 'hsl(284, 20.0%, 9.6%)',
2057
+ color: 'hsl(279, 75.0%, 95.7%)',
2058
+ colorHover: 'hsl(275, 80.0%, 71.0%)',
2059
+ colorPress: 'hsl(279, 75.0%, 95.7%)',
2060
+ colorFocus: 'hsl(275, 80.0%, 71.0%)',
2061
+ colorTransparent: '#fff',
2062
+ borderColor: 'hsl(277, 46.4%, 27.5%)',
2063
+ borderColorHover: 'hsl(272, 52.1%, 45.9%)',
2064
+ borderColorFocus: 'hsl(279, 43.8%, 23.3%)',
2065
+ borderColorPress: 'hsl(277, 46.4%, 27.5%)',
2066
+ placeholderColor: 'hsl(272, 51.0%, 54.0%)'
2067
+ } as Theme
2068
+ export const dark_purple_alt2 = {
2069
+ color1: 'hsl(281, 37.5%, 16.5%)',
2070
+ color2: 'hsl(280, 41.2%, 20.0%)',
2071
+ color3: 'hsl(279, 43.8%, 23.3%)',
2072
+ color4: 'hsl(277, 46.4%, 27.5%)',
2073
+ color5: 'hsl(272, 52.1%, 45.9%)',
2074
+ color6: 'hsl(272, 51.0%, 54.0%)',
2075
+ color7: 'hsl(273, 57.3%, 59.1%)',
2076
+ color8: 'hsl(275, 80.0%, 71.0%)',
2077
+ color9: 'hsl(279, 75.0%, 95.7%)',
2078
+ color10: '#fff',
2079
+ color11: '#fff',
2080
+ color12: '#fff',
2081
+ background: 'hsl(280, 41.2%, 20.0%)',
2082
+ backgroundHover: 'hsl(279, 43.8%, 23.3%)',
2083
+ backgroundPress: 'hsl(277, 46.4%, 27.5%)',
2084
+ backgroundFocus: 'hsl(272, 52.1%, 45.9%)',
2085
+ backgroundStrong: 'hsl(281, 37.5%, 16.5%)',
2086
+ backgroundTransparent: 'hsl(283, 30.0%, 11.8%)',
2087
+ color: 'hsl(275, 80.0%, 71.0%)',
2088
+ colorHover: 'hsl(273, 57.3%, 59.1%)',
2089
+ colorPress: 'hsl(275, 80.0%, 71.0%)',
2090
+ colorFocus: 'hsl(273, 57.3%, 59.1%)',
2091
+ colorTransparent: 'hsl(279, 75.0%, 95.7%)',
2092
+ borderColor: 'hsl(272, 52.1%, 45.9%)',
2093
+ borderColorHover: 'hsl(272, 51.0%, 54.0%)',
2094
+ borderColorFocus: 'hsl(277, 46.4%, 27.5%)',
2095
+ borderColorPress: 'hsl(272, 52.1%, 45.9%)',
2096
+ placeholderColor: 'hsl(272, 52.1%, 45.9%)'
2097
+ } as Theme
2098
+ export const dark_purple_active = {
2099
+ color1: 'hsl(280, 41.2%, 20.0%)',
2100
+ color2: 'hsl(279, 43.8%, 23.3%)',
2101
+ color3: 'hsl(277, 46.4%, 27.5%)',
2102
+ color4: 'hsl(272, 52.1%, 45.9%)',
2103
+ color5: 'hsl(272, 51.0%, 54.0%)',
2104
+ color6: 'hsl(273, 57.3%, 59.1%)',
2105
+ color7: 'hsl(275, 80.0%, 71.0%)',
2106
+ color8: 'hsl(279, 75.0%, 95.7%)',
2107
+ color9: '#fff',
2108
+ color10: 'hsla(279, 75.0%, 95.7%, 0)',
2109
+ color11: 'hsla(279, 75.0%, 95.7%, 0)',
2110
+ color12: 'hsla(279, 75.0%, 95.7%, 0)',
2111
+ background: 'hsl(279, 43.8%, 23.3%)',
2112
+ backgroundHover: 'hsl(277, 46.4%, 27.5%)',
2113
+ backgroundPress: 'hsl(272, 52.1%, 45.9%)',
2114
+ backgroundFocus: 'hsl(272, 51.0%, 54.0%)',
2115
+ backgroundStrong: 'hsl(280, 41.2%, 20.0%)',
2116
+ backgroundTransparent: 'hsl(281, 37.5%, 16.5%)',
2117
+ colorHover: 'hsl(272, 51.0%, 54.0%)',
2118
+ colorPress: 'hsl(273, 57.3%, 59.1%)',
2119
+ colorFocus: 'hsl(272, 51.0%, 54.0%)',
2120
+ colorTransparent: 'hsl(275, 80.0%, 71.0%)',
2121
+ borderColor: 'hsl(272, 51.0%, 54.0%)',
2122
+ borderColorHover: 'hsl(273, 57.3%, 59.1%)',
2123
+ borderColorFocus: 'hsl(272, 52.1%, 45.9%)',
2124
+ borderColorPress: 'hsl(272, 51.0%, 54.0%)',
2125
+ placeholderColor: 'hsl(277, 46.4%, 27.5%)'
2126
+ } as Theme
2127
+ export const dark_pink_alt1 = {
2128
+ color1: 'hsl(319, 32.2%, 11.6%)',
2129
+ color2: 'hsl(319, 41.0%, 16.0%)',
2130
+ color3: 'hsl(320, 45.4%, 18.7%)',
2131
+ color4: 'hsl(320, 49.0%, 21.1%)',
2132
+ color5: 'hsl(321, 53.6%, 24.4%)',
2133
+ color6: 'hsl(322, 74.9%, 37.5%)',
2134
+ color7: 'hsl(322, 65.0%, 54.5%)',
2135
+ color8: 'hsl(323, 72.8%, 59.2%)',
2136
+ color9: 'hsl(325, 90.0%, 66.4%)',
2137
+ color10: 'hsl(322, 90.0%, 95.8%)',
2138
+ color11: '#fff',
2139
+ color12: '#fff',
2140
+ background: 'hsl(319, 41.0%, 16.0%)',
2141
+ backgroundHover: 'hsl(320, 45.4%, 18.7%)',
2142
+ backgroundPress: 'hsl(320, 49.0%, 21.1%)',
2143
+ backgroundFocus: 'hsl(321, 53.6%, 24.4%)',
2144
+ backgroundStrong: 'hsl(319, 32.2%, 11.6%)',
2145
+ backgroundTransparent: 'hsl(318, 25.0%, 9.6%)',
2146
+ color: 'hsl(322, 90.0%, 95.8%)',
2147
+ colorHover: 'hsl(325, 90.0%, 66.4%)',
2148
+ colorPress: 'hsl(322, 90.0%, 95.8%)',
2149
+ colorFocus: 'hsl(325, 90.0%, 66.4%)',
2150
+ colorTransparent: '#fff',
2151
+ borderColor: 'hsl(321, 53.6%, 24.4%)',
2152
+ borderColorHover: 'hsl(322, 74.9%, 37.5%)',
2153
+ borderColorFocus: 'hsl(320, 49.0%, 21.1%)',
2154
+ borderColorPress: 'hsl(321, 53.6%, 24.4%)',
2155
+ placeholderColor: 'hsl(322, 65.0%, 54.5%)'
2156
+ } as Theme
2157
+ export const dark_pink_alt2 = {
2158
+ color1: 'hsl(319, 41.0%, 16.0%)',
2159
+ color2: 'hsl(320, 45.4%, 18.7%)',
2160
+ color3: 'hsl(320, 49.0%, 21.1%)',
2161
+ color4: 'hsl(321, 53.6%, 24.4%)',
2162
+ color5: 'hsl(322, 74.9%, 37.5%)',
2163
+ color6: 'hsl(322, 65.0%, 54.5%)',
2164
+ color7: 'hsl(323, 72.8%, 59.2%)',
2165
+ color8: 'hsl(325, 90.0%, 66.4%)',
2166
+ color9: 'hsl(322, 90.0%, 95.8%)',
2167
+ color10: '#fff',
2168
+ color11: '#fff',
2169
+ color12: '#fff',
2170
+ background: 'hsl(320, 45.4%, 18.7%)',
2171
+ backgroundHover: 'hsl(320, 49.0%, 21.1%)',
2172
+ backgroundPress: 'hsl(321, 53.6%, 24.4%)',
2173
+ backgroundFocus: 'hsl(322, 74.9%, 37.5%)',
2174
+ backgroundStrong: 'hsl(319, 41.0%, 16.0%)',
2175
+ backgroundTransparent: 'hsl(319, 32.2%, 11.6%)',
2176
+ color: 'hsl(325, 90.0%, 66.4%)',
2177
+ colorHover: 'hsl(323, 72.8%, 59.2%)',
2178
+ colorPress: 'hsl(325, 90.0%, 66.4%)',
2179
+ colorFocus: 'hsl(323, 72.8%, 59.2%)',
2180
+ colorTransparent: 'hsl(322, 90.0%, 95.8%)',
2181
+ borderColor: 'hsl(322, 74.9%, 37.5%)',
2182
+ borderColorHover: 'hsl(322, 65.0%, 54.5%)',
2183
+ borderColorFocus: 'hsl(321, 53.6%, 24.4%)',
2184
+ borderColorPress: 'hsl(322, 74.9%, 37.5%)',
2185
+ placeholderColor: 'hsl(322, 74.9%, 37.5%)'
2186
+ } as Theme
2187
+ export const dark_pink_active = {
2188
+ color1: 'hsl(320, 45.4%, 18.7%)',
2189
+ color2: 'hsl(320, 49.0%, 21.1%)',
2190
+ color3: 'hsl(321, 53.6%, 24.4%)',
2191
+ color4: 'hsl(322, 74.9%, 37.5%)',
2192
+ color5: 'hsl(322, 65.0%, 54.5%)',
2193
+ color6: 'hsl(323, 72.8%, 59.2%)',
2194
+ color7: 'hsl(325, 90.0%, 66.4%)',
2195
+ color8: 'hsl(322, 90.0%, 95.8%)',
2196
+ color9: '#fff',
2197
+ color10: 'hsla(322, 90.0%, 95.8%, 0)',
2198
+ color11: 'hsla(322, 90.0%, 95.8%, 0)',
2199
+ color12: 'hsla(322, 90.0%, 95.8%, 0)',
2200
+ background: 'hsl(320, 49.0%, 21.1%)',
2201
+ backgroundHover: 'hsl(321, 53.6%, 24.4%)',
2202
+ backgroundPress: 'hsl(322, 74.9%, 37.5%)',
2203
+ backgroundFocus: 'hsl(322, 65.0%, 54.5%)',
2204
+ backgroundStrong: 'hsl(320, 45.4%, 18.7%)',
2205
+ backgroundTransparent: 'hsl(319, 41.0%, 16.0%)',
2206
+ colorHover: 'hsl(322, 65.0%, 54.5%)',
2207
+ colorPress: 'hsl(323, 72.8%, 59.2%)',
2208
+ colorFocus: 'hsl(322, 65.0%, 54.5%)',
2209
+ colorTransparent: 'hsl(325, 90.0%, 66.4%)',
2210
+ borderColor: 'hsl(322, 65.0%, 54.5%)',
2211
+ borderColorHover: 'hsl(323, 72.8%, 59.2%)',
2212
+ borderColorFocus: 'hsl(322, 74.9%, 37.5%)',
2213
+ borderColorPress: 'hsl(322, 65.0%, 54.5%)',
2214
+ placeholderColor: 'hsl(321, 53.6%, 24.4%)'
2215
+ } as Theme
2216
+ export const dark_red_alt1 = {
2217
+ color1: 'hsl(357, 34.4%, 12.0%)',
2218
+ color2: 'hsl(356, 43.4%, 16.4%)',
2219
+ color3: 'hsl(356, 47.6%, 19.2%)',
2220
+ color4: 'hsl(356, 51.1%, 21.9%)',
2221
+ color5: 'hsl(356, 55.2%, 25.9%)',
2222
+ color6: 'hsl(358, 65.0%, 40.4%)',
2223
+ color7: 'hsl(358, 75.0%, 59.0%)',
2224
+ color8: 'hsl(358, 85.3%, 64.0%)',
2225
+ color9: 'hsl(358, 100%, 69.5%)',
2226
+ color10: 'hsl(351, 89.0%, 96.0%)',
2227
+ color11: '#fff',
2228
+ color12: '#fff',
2229
+ background: 'hsl(356, 43.4%, 16.4%)',
2230
+ backgroundHover: 'hsl(356, 47.6%, 19.2%)',
2231
+ backgroundPress: 'hsl(356, 51.1%, 21.9%)',
2232
+ backgroundFocus: 'hsl(356, 55.2%, 25.9%)',
2233
+ backgroundStrong: 'hsl(357, 34.4%, 12.0%)',
2234
+ backgroundTransparent: 'hsl(353, 23.0%, 9.8%)',
2235
+ color: 'hsl(351, 89.0%, 96.0%)',
2236
+ colorHover: 'hsl(358, 100%, 69.5%)',
2237
+ colorPress: 'hsl(351, 89.0%, 96.0%)',
2238
+ colorFocus: 'hsl(358, 100%, 69.5%)',
2239
+ colorTransparent: '#fff',
2240
+ borderColor: 'hsl(356, 55.2%, 25.9%)',
2241
+ borderColorHover: 'hsl(358, 65.0%, 40.4%)',
2242
+ borderColorFocus: 'hsl(356, 51.1%, 21.9%)',
2243
+ borderColorPress: 'hsl(356, 55.2%, 25.9%)',
2244
+ placeholderColor: 'hsl(358, 75.0%, 59.0%)'
2245
+ } as Theme
2246
+ export const dark_red_alt2 = {
2247
+ color1: 'hsl(356, 43.4%, 16.4%)',
2248
+ color2: 'hsl(356, 47.6%, 19.2%)',
2249
+ color3: 'hsl(356, 51.1%, 21.9%)',
2250
+ color4: 'hsl(356, 55.2%, 25.9%)',
2251
+ color5: 'hsl(358, 65.0%, 40.4%)',
2252
+ color6: 'hsl(358, 75.0%, 59.0%)',
2253
+ color7: 'hsl(358, 85.3%, 64.0%)',
2254
+ color8: 'hsl(358, 100%, 69.5%)',
2255
+ color9: 'hsl(351, 89.0%, 96.0%)',
2256
+ color10: '#fff',
2257
+ color11: '#fff',
2258
+ color12: '#fff',
2259
+ background: 'hsl(356, 47.6%, 19.2%)',
2260
+ backgroundHover: 'hsl(356, 51.1%, 21.9%)',
2261
+ backgroundPress: 'hsl(356, 55.2%, 25.9%)',
2262
+ backgroundFocus: 'hsl(358, 65.0%, 40.4%)',
2263
+ backgroundStrong: 'hsl(356, 43.4%, 16.4%)',
2264
+ backgroundTransparent: 'hsl(357, 34.4%, 12.0%)',
2265
+ color: 'hsl(358, 100%, 69.5%)',
2266
+ colorHover: 'hsl(358, 85.3%, 64.0%)',
2267
+ colorPress: 'hsl(358, 100%, 69.5%)',
2268
+ colorFocus: 'hsl(358, 85.3%, 64.0%)',
2269
+ colorTransparent: 'hsl(351, 89.0%, 96.0%)',
2270
+ borderColor: 'hsl(358, 65.0%, 40.4%)',
2271
+ borderColorHover: 'hsl(358, 75.0%, 59.0%)',
2272
+ borderColorFocus: 'hsl(356, 55.2%, 25.9%)',
2273
+ borderColorPress: 'hsl(358, 65.0%, 40.4%)',
2274
+ placeholderColor: 'hsl(358, 65.0%, 40.4%)'
2275
+ } as Theme
2276
+ export const dark_red_active = {
2277
+ color1: 'hsl(356, 47.6%, 19.2%)',
2278
+ color2: 'hsl(356, 51.1%, 21.9%)',
2279
+ color3: 'hsl(356, 55.2%, 25.9%)',
2280
+ color4: 'hsl(358, 65.0%, 40.4%)',
2281
+ color5: 'hsl(358, 75.0%, 59.0%)',
2282
+ color6: 'hsl(358, 85.3%, 64.0%)',
2283
+ color7: 'hsl(358, 100%, 69.5%)',
2284
+ color8: 'hsl(351, 89.0%, 96.0%)',
2285
+ color9: '#fff',
2286
+ color10: 'hsla(351, 89.0%, 96.0%, 0)',
2287
+ color11: 'hsla(351, 89.0%, 96.0%, 0)',
2288
+ color12: 'hsla(351, 89.0%, 96.0%, 0)',
2289
+ background: 'hsl(356, 51.1%, 21.9%)',
2290
+ backgroundHover: 'hsl(356, 55.2%, 25.9%)',
2291
+ backgroundPress: 'hsl(358, 65.0%, 40.4%)',
2292
+ backgroundFocus: 'hsl(358, 75.0%, 59.0%)',
2293
+ backgroundStrong: 'hsl(356, 47.6%, 19.2%)',
2294
+ backgroundTransparent: 'hsl(356, 43.4%, 16.4%)',
2295
+ colorHover: 'hsl(358, 75.0%, 59.0%)',
2296
+ colorPress: 'hsl(358, 85.3%, 64.0%)',
2297
+ colorFocus: 'hsl(358, 75.0%, 59.0%)',
2298
+ colorTransparent: 'hsl(358, 100%, 69.5%)',
2299
+ borderColor: 'hsl(358, 75.0%, 59.0%)',
2300
+ borderColorHover: 'hsl(358, 85.3%, 64.0%)',
2301
+ borderColorFocus: 'hsl(358, 65.0%, 40.4%)',
2302
+ borderColorPress: 'hsl(358, 75.0%, 59.0%)',
2303
+ placeholderColor: 'hsl(356, 55.2%, 25.9%)'
2304
+ } as Theme
2305
+ export const light_ListItem = {
2306
+ background: '#fff',
2307
+ backgroundHover: '#f9f9f9',
2308
+ backgroundPress: 'hsl(0, 0%, 97.3%)',
2309
+ backgroundFocus: 'hsl(0, 0%, 95.1%)',
2310
+ backgroundStrong: '#fff',
2311
+ backgroundTransparent: '#fff',
2312
+ color: 'hsl(0, 0%, 9.0%)',
2313
+ colorHover: 'hsl(0, 0%, 42.5%)',
2314
+ colorPress: 'hsl(0, 0%, 9.0%)',
2315
+ colorFocus: 'hsl(0, 0%, 42.5%)',
2316
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
2317
+ borderColor: 'hsl(0, 0%, 95.1%)',
2318
+ borderColorHover: 'hsl(0, 0%, 94.0%)',
2319
+ borderColorFocus: 'hsl(0, 0%, 97.3%)',
2320
+ borderColorPress: 'hsl(0, 0%, 95.1%)',
2321
+ placeholderColor: 'hsl(0, 0%, 50.3%)'
2322
+ } as Theme
2323
+ export const light_Card = {
2324
+ background: 'hsl(0, 0%, 97.3%)',
2325
+ backgroundHover: 'hsl(0, 0%, 95.1%)',
2326
+ backgroundPress: 'hsl(0, 0%, 94.0%)',
2327
+ backgroundFocus: 'hsl(0, 0%, 92.0%)',
2328
+ backgroundStrong: '#f9f9f9',
2329
+ backgroundTransparent: '#fff',
2330
+ color: 'hsl(0, 0%, 9.0%)',
2331
+ colorHover: 'hsl(0, 0%, 42.5%)',
2332
+ colorPress: 'hsl(0, 0%, 9.0%)',
2333
+ colorFocus: 'hsl(0, 0%, 42.5%)',
2334
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
2335
+ borderColor: 'hsl(0, 0%, 92.0%)',
2336
+ borderColorHover: 'hsl(0, 0%, 89.5%)',
2337
+ borderColorFocus: 'hsl(0, 0%, 94.0%)',
2338
+ borderColorPress: 'hsl(0, 0%, 92.0%)',
2339
+ placeholderColor: 'hsl(0, 0%, 81.0%)'
2340
+ } as Theme
2341
+
2342
+ export const light_DrawerFrame = light_Card as Theme
2343
+ export const light_Progress = light_Card as Theme
2344
+ export const light_TooltipArrow = light_Card as Theme
2345
+ export const light_SliderTrack = light_Card as Theme
2346
+ export const light_Button = {
2347
+ background: 'hsl(0, 0%, 95.1%)',
2348
+ backgroundHover: 'hsl(0, 0%, 94.0%)',
2349
+ backgroundPress: 'hsl(0, 0%, 92.0%)',
2350
+ backgroundFocus: 'hsl(0, 0%, 89.5%)',
2351
+ backgroundStrong: 'hsl(0, 0%, 97.3%)',
2352
+ backgroundTransparent: '#f9f9f9',
2353
+ color: 'hsl(0, 0%, 9.0%)',
2354
+ colorHover: 'hsl(0, 0%, 42.5%)',
2355
+ colorPress: 'hsl(0, 0%, 9.0%)',
2356
+ colorFocus: 'hsl(0, 0%, 42.5%)',
2357
+ colorTransparent: 'hsl(0, 0%, 42.5%)',
2358
+ borderColor: 'transparent',
2359
+ borderColorHover: 'transparent',
2360
+ borderColorFocus: 'hsl(0, 0%, 92.0%)',
2361
+ borderColorPress: 'hsl(0, 0%, 89.5%)',
2362
+ placeholderColor: 'hsl(0, 0%, 89.5%)'
2363
+ } as Theme
2364
+ export const light_Checkbox = {
2365
+ background: 'hsl(0, 0%, 95.1%)',
2366
+ backgroundHover: 'hsl(0, 0%, 94.0%)',
2367
+ backgroundPress: 'hsl(0, 0%, 92.0%)',
2368
+ backgroundFocus: 'hsl(0, 0%, 89.5%)',
2369
+ backgroundStrong: 'hsl(0, 0%, 97.3%)',
2370
+ backgroundTransparent: '#f9f9f9',
2371
+ color: 'hsl(0, 0%, 9.0%)',
2372
+ colorHover: 'hsl(0, 0%, 42.5%)',
2373
+ colorPress: 'hsl(0, 0%, 9.0%)',
2374
+ colorFocus: 'hsl(0, 0%, 42.5%)',
2375
+ colorTransparent: 'hsl(0, 0%, 42.5%)',
2376
+ borderColor: 'hsl(0, 0%, 89.5%)',
2377
+ borderColorHover: 'hsl(0, 0%, 81.0%)',
2378
+ borderColorFocus: 'hsl(0, 0%, 92.0%)',
2379
+ borderColorPress: 'hsl(0, 0%, 89.5%)',
2380
+ placeholderColor: 'hsl(0, 0%, 89.5%)'
2381
+ } as Theme
2382
+
2383
+ export const light_SliderTrackActive = light_Checkbox as Theme
2384
+ export const light_Switch = light_Checkbox as Theme
2385
+ export const light_TooltipContent = light_Checkbox as Theme
2386
+ export const light_SwitchThumb = {
2387
+ background: '#fff',
2388
+ backgroundHover: '#fff',
2389
+ backgroundPress: 'hsl(351, 89.0%, 96.0%)',
2390
+ backgroundFocus: 'hsl(358, 100%, 69.5%)',
2391
+ backgroundStrong: '#fff',
2392
+ backgroundTransparent: '#fff',
2393
+ color: 'hsl(353, 23.0%, 9.8%)',
2394
+ colorHover: 'hsl(357, 34.4%, 12.0%)',
2395
+ colorPress: 'hsl(353, 23.0%, 9.8%)',
2396
+ colorFocus: 'hsl(357, 34.4%, 12.0%)',
2397
+ colorTransparent: 'hsl(353, 23.0%, 9.8%)',
2398
+ borderColor: 'hsl(358, 100%, 69.5%)',
2399
+ borderColorHover: 'hsl(358, 85.3%, 64.0%)',
2400
+ borderColorFocus: 'hsl(351, 89.0%, 96.0%)',
2401
+ borderColorPress: 'hsl(358, 100%, 69.5%)',
2402
+ placeholderColor: 'hsl(357, 34.4%, 12.0%)'
2403
+ } as Theme
2404
+
2405
+ export const dark_red_SwitchThumb = light_SwitchThumb as Theme
2406
+ export const light_SliderThumb = {
2407
+ background: 'hsl(0, 0%, 42.5%)',
2408
+ backgroundHover: 'hsl(0, 0%, 50.3%)',
2409
+ backgroundPress: 'hsl(0, 0%, 56.1%)',
2410
+ backgroundFocus: 'hsl(0, 0%, 81.0%)',
2411
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
2412
+ backgroundTransparent: 'rgba(10,10,10,0)',
2413
+ color: '#fff',
2414
+ colorHover: '#f9f9f9',
2415
+ colorPress: '#fff',
2416
+ colorFocus: '#f9f9f9',
2417
+ colorTransparent: 'rgba(255,255,255,0)',
2418
+ borderColor: 'hsl(0, 0%, 81.0%)',
2419
+ borderColorHover: 'hsl(0, 0%, 89.5%)',
2420
+ borderColorFocus: 'hsl(0, 0%, 56.1%)',
2421
+ borderColorPress: 'hsl(0, 0%, 81.0%)',
2422
+ placeholderColor: 'hsl(0, 0%, 95.1%)'
2423
+ } as Theme
2424
+
2425
+ export const light_Tooltip = light_SliderThumb as Theme
2426
+ export const light_ProgressIndicator = light_SliderThumb as Theme
2427
+ export const light_Input = {
2428
+ background: '#fff',
2429
+ backgroundHover: '#f9f9f9',
2430
+ backgroundPress: 'hsl(0, 0%, 97.3%)',
2431
+ backgroundFocus: 'hsl(0, 0%, 95.1%)',
2432
+ backgroundStrong: '#fff',
2433
+ backgroundTransparent: '#fff',
2434
+ color: 'hsl(0, 0%, 9.0%)',
2435
+ colorHover: 'hsl(0, 0%, 42.5%)',
2436
+ colorPress: 'hsl(0, 0%, 9.0%)',
2437
+ colorFocus: 'hsl(0, 0%, 42.5%)',
2438
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
2439
+ borderColor: 'hsl(0, 0%, 92.0%)',
2440
+ borderColorHover: 'hsl(0, 0%, 89.5%)',
2441
+ borderColorFocus: 'hsl(0, 0%, 94.0%)',
2442
+ borderColorPress: 'hsl(0, 0%, 92.0%)',
2443
+ placeholderColor: 'hsl(0, 0%, 50.3%)'
2444
+ } as Theme
2445
+
2446
+ export const light_TextArea = light_Input as Theme
2447
+ export const dark_ListItem = {
2448
+ color1: '#050505',
2449
+ color2: '#151515',
2450
+ color3: '#191919',
2451
+ color4: '#232323',
2452
+ color5: '#282828',
2453
+ color6: '#323232',
2454
+ color7: '#424242',
2455
+ color8: '#494949',
2456
+ color9: '#545454',
2457
+ color10: '#626262',
2458
+ color11: '#a5a5a5',
2459
+ color12: '#fff',
2460
+ background: '#151515',
2461
+ backgroundHover: '#191919',
2462
+ backgroundPress: '#232323',
2463
+ backgroundFocus: '#282828',
2464
+ backgroundStrong: '#050505',
2465
+ backgroundTransparent: 'rgba(10,10,10,0)',
2466
+ color: '#fff',
2467
+ colorHover: '#a5a5a5',
2468
+ colorPress: '#fff',
2469
+ colorFocus: '#a5a5a5',
2470
+ colorTransparent: 'rgba(255,255,255,0)',
2471
+ borderColor: '#282828',
2472
+ borderColorHover: '#323232',
2473
+ borderColorFocus: '#232323',
2474
+ borderColorPress: '#282828',
2475
+ placeholderColor: '#545454'
2476
+ } as Theme
2477
+ export const dark_Card = {
2478
+ background: '#191919',
2479
+ backgroundHover: '#232323',
2480
+ backgroundPress: '#282828',
2481
+ backgroundFocus: '#323232',
2482
+ backgroundStrong: '#151515',
2483
+ backgroundTransparent: '#050505',
2484
+ color: '#fff',
2485
+ colorHover: '#a5a5a5',
2486
+ colorPress: '#fff',
2487
+ colorFocus: '#a5a5a5',
2488
+ colorTransparent: '#fff',
2489
+ borderColor: '#323232',
2490
+ borderColorHover: '#424242',
2491
+ borderColorFocus: '#282828',
2492
+ borderColorPress: '#323232',
2493
+ placeholderColor: '#494949'
2494
+ } as Theme
2495
+
2496
+ export const dark_DrawerFrame = dark_Card as Theme
2497
+ export const dark_Progress = dark_Card as Theme
2498
+ export const dark_TooltipArrow = dark_Card as Theme
2499
+ export const dark_SliderTrack = dark_Card as Theme
2500
+ export const dark_Button = {
2501
+ background: '#232323',
2502
+ backgroundHover: '#282828',
2503
+ backgroundPress: '#323232',
2504
+ backgroundFocus: '#424242',
2505
+ backgroundStrong: '#191919',
2506
+ backgroundTransparent: '#151515',
2507
+ color: '#fff',
2508
+ colorHover: '#a5a5a5',
2509
+ colorPress: '#fff',
2510
+ colorFocus: '#a5a5a5',
2511
+ colorTransparent: '#a5a5a5',
2512
+ borderColor: 'transparent',
2513
+ borderColorHover: 'transparent',
2514
+ borderColorFocus: '#323232',
2515
+ borderColorPress: '#424242',
2516
+ placeholderColor: '#424242'
2517
+ } as Theme
2518
+ export const dark_Checkbox = {
2519
+ background: '#232323',
2520
+ backgroundHover: '#282828',
2521
+ backgroundPress: '#323232',
2522
+ backgroundFocus: '#424242',
2523
+ backgroundStrong: '#191919',
2524
+ backgroundTransparent: '#151515',
2525
+ color: '#fff',
2526
+ colorHover: '#a5a5a5',
2527
+ colorPress: '#fff',
2528
+ colorFocus: '#a5a5a5',
2529
+ colorTransparent: '#a5a5a5',
2530
+ borderColor: '#424242',
2531
+ borderColorHover: '#494949',
2532
+ borderColorFocus: '#323232',
2533
+ borderColorPress: '#424242',
2534
+ placeholderColor: '#424242'
2535
+ } as Theme
2536
+
2537
+ export const dark_SliderTrackActive = dark_Checkbox as Theme
2538
+ export const dark_Switch = dark_Checkbox as Theme
2539
+ export const dark_TooltipContent = dark_Checkbox as Theme
2540
+ export const dark_SwitchThumb = {
2541
+ background: '#fff',
2542
+ backgroundHover: '#fff',
2543
+ backgroundPress: '#a5a5a5',
2544
+ backgroundFocus: '#626262',
2545
+ backgroundStrong: '#fff',
2546
+ backgroundTransparent: '#fff',
2547
+ color: '#050505',
2548
+ colorHover: '#151515',
2549
+ colorPress: '#050505',
2550
+ colorFocus: '#151515',
2551
+ colorTransparent: '#050505',
2552
+ borderColor: '#626262',
2553
+ borderColorHover: '#545454',
2554
+ borderColorFocus: '#a5a5a5',
2555
+ borderColorPress: '#626262',
2556
+ placeholderColor: '#151515'
2557
+ } as Theme
2558
+ export const dark_SliderThumb = {
2559
+ background: '#a5a5a5',
2560
+ backgroundHover: '#626262',
2561
+ backgroundPress: '#545454',
2562
+ backgroundFocus: '#494949',
2563
+ backgroundStrong: '#fff',
2564
+ backgroundTransparent: 'rgba(255,255,255,0)',
2565
+ color: '#050505',
2566
+ colorHover: '#151515',
2567
+ colorPress: '#050505',
2568
+ colorFocus: '#151515',
2569
+ colorTransparent: 'rgba(10,10,10,0)',
2570
+ borderColor: '#494949',
2571
+ borderColorHover: '#424242',
2572
+ borderColorFocus: '#545454',
2573
+ borderColorPress: '#494949',
2574
+ placeholderColor: '#232323'
2575
+ } as Theme
2576
+
2577
+ export const dark_Tooltip = dark_SliderThumb as Theme
2578
+ export const dark_ProgressIndicator = dark_SliderThumb as Theme
2579
+ export const dark_Input = {
2580
+ background: '#151515',
2581
+ backgroundHover: '#191919',
2582
+ backgroundPress: '#232323',
2583
+ backgroundFocus: '#282828',
2584
+ backgroundStrong: '#050505',
2585
+ backgroundTransparent: 'rgba(10,10,10,0)',
2586
+ color: '#fff',
2587
+ colorHover: '#a5a5a5',
2588
+ colorPress: '#fff',
2589
+ colorFocus: '#a5a5a5',
2590
+ colorTransparent: 'rgba(255,255,255,0)',
2591
+ borderColor: '#323232',
2592
+ borderColorHover: '#424242',
2593
+ borderColorFocus: '#282828',
2594
+ borderColorPress: '#323232',
2595
+ placeholderColor: '#545454'
2596
+ } as Theme
2597
+
2598
+ export const dark_TextArea = dark_Input as Theme
2599
+ export const light_orange_ListItem = {
2600
+ background: 'hsl(24, 70.0%, 99.0%)',
2601
+ backgroundHover: 'hsl(24, 83.3%, 97.6%)',
2602
+ backgroundPress: 'hsl(24, 100%, 95.3%)',
2603
+ backgroundFocus: 'hsl(25, 100%, 92.2%)',
2604
+ backgroundStrong: 'hsl(24, 70.0%, 99.0%)',
2605
+ backgroundTransparent: 'hsl(24, 70.0%, 99.0%)',
2606
+ color: 'hsl(0, 0%, 9.0%)',
2607
+ colorHover: 'hsl(15, 60.0%, 17.0%)',
2608
+ colorPress: 'hsl(0, 0%, 9.0%)',
2609
+ colorFocus: 'hsl(15, 60.0%, 17.0%)',
2610
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
2611
+ borderColor: 'hsl(24, 100%, 95.3%)',
2612
+ borderColorHover: 'hsl(25, 100%, 92.2%)',
2613
+ borderColorFocus: 'hsl(24, 100%, 95.3%)',
2614
+ borderColorPress: 'hsl(24, 100%, 95.3%)',
2615
+ placeholderColor: 'hsl(24, 100%, 37.0%)'
2616
+ } as Theme
2617
+ export const light_orange_Card = {
2618
+ background: 'hsl(24, 100%, 95.3%)',
2619
+ backgroundHover: 'hsl(25, 100%, 92.2%)',
2620
+ backgroundPress: 'hsl(25, 100%, 88.2%)',
2621
+ backgroundFocus: 'hsl(25, 100%, 82.8%)',
2622
+ backgroundStrong: 'hsl(24, 83.3%, 97.6%)',
2623
+ backgroundTransparent: 'hsl(24, 70.0%, 99.0%)',
2624
+ color: 'hsl(0, 0%, 9.0%)',
2625
+ colorHover: 'hsl(15, 60.0%, 17.0%)',
2626
+ colorPress: 'hsl(0, 0%, 9.0%)',
2627
+ colorFocus: 'hsl(15, 60.0%, 17.0%)',
2628
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
2629
+ borderColor: 'hsl(25, 100%, 88.2%)',
2630
+ borderColorHover: 'hsl(25, 100%, 82.8%)',
2631
+ borderColorFocus: 'hsl(25, 100%, 88.2%)',
2632
+ borderColorPress: 'hsl(25, 100%, 88.2%)',
2633
+ placeholderColor: 'hsl(24, 94.0%, 50.0%)'
2634
+ } as Theme
2635
+
2636
+ export const light_orange_DrawerFrame = light_orange_Card as Theme
2637
+ export const light_orange_Progress = light_orange_Card as Theme
2638
+ export const light_orange_TooltipArrow = light_orange_Card as Theme
2639
+ export const light_orange_SliderTrack = light_orange_Card as Theme
2640
+ export const light_orange_Button = {
2641
+ background: 'hsl(25, 100%, 92.2%)',
2642
+ backgroundHover: 'hsl(25, 100%, 88.2%)',
2643
+ backgroundPress: 'hsl(25, 100%, 82.8%)',
2644
+ backgroundFocus: 'hsl(24, 94.5%, 64.3%)',
2645
+ backgroundStrong: 'hsl(24, 100%, 95.3%)',
2646
+ backgroundTransparent: 'hsl(24, 83.3%, 97.6%)',
2647
+ color: 'hsl(0, 0%, 9.0%)',
2648
+ colorHover: 'hsl(15, 60.0%, 17.0%)',
2649
+ colorPress: 'hsl(0, 0%, 9.0%)',
2650
+ colorFocus: 'hsl(15, 60.0%, 17.0%)',
2651
+ colorTransparent: 'hsl(15, 60.0%, 17.0%)',
2652
+ borderColor: 'transparent',
2653
+ borderColorHover: 'transparent',
2654
+ borderColorFocus: 'hsl(25, 100%, 82.8%)',
2655
+ borderColorPress: 'hsl(25, 100%, 82.8%)',
2656
+ placeholderColor: 'hsl(24, 94.5%, 64.3%)'
2657
+ } as Theme
2658
+ export const light_orange_Checkbox = {
2659
+ background: 'hsl(25, 100%, 92.2%)',
2660
+ backgroundHover: 'hsl(25, 100%, 88.2%)',
2661
+ backgroundPress: 'hsl(25, 100%, 82.8%)',
2662
+ backgroundFocus: 'hsl(24, 94.5%, 64.3%)',
2663
+ backgroundStrong: 'hsl(24, 100%, 95.3%)',
2664
+ backgroundTransparent: 'hsl(24, 83.3%, 97.6%)',
2665
+ color: 'hsl(0, 0%, 9.0%)',
2666
+ colorHover: 'hsl(15, 60.0%, 17.0%)',
2667
+ colorPress: 'hsl(0, 0%, 9.0%)',
2668
+ colorFocus: 'hsl(15, 60.0%, 17.0%)',
2669
+ colorTransparent: 'hsl(15, 60.0%, 17.0%)',
2670
+ borderColor: 'hsl(25, 100%, 82.8%)',
2671
+ borderColorHover: 'hsl(24, 94.5%, 64.3%)',
2672
+ borderColorFocus: 'hsl(25, 100%, 82.8%)',
2673
+ borderColorPress: 'hsl(25, 100%, 82.8%)',
2674
+ placeholderColor: 'hsl(24, 94.5%, 64.3%)'
2675
+ } as Theme
2676
+
2677
+ export const light_orange_SliderTrackActive = light_orange_Checkbox as Theme
2678
+ export const light_orange_Switch = light_orange_Checkbox as Theme
2679
+ export const light_orange_TooltipContent = light_orange_Checkbox as Theme
2680
+ export const light_orange_SwitchThumb = {
2681
+ background: 'hsl(0, 0%, 9.0%)',
2682
+ backgroundHover: 'hsl(0, 0%, 9.0%)',
2683
+ backgroundPress: 'hsl(354, 50.0%, 14.6%)',
2684
+ backgroundFocus: 'hsl(358, 65.0%, 48.7%)',
2685
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
2686
+ backgroundTransparent: 'hsl(0, 0%, 9.0%)',
2687
+ color: 'hsl(359, 100%, 99.4%)',
2688
+ colorHover: 'hsl(359, 100%, 98.6%)',
2689
+ colorPress: 'hsl(359, 100%, 99.4%)',
2690
+ colorFocus: 'hsl(359, 100%, 98.6%)',
2691
+ colorTransparent: 'hsl(359, 100%, 99.4%)',
2692
+ borderColor: 'hsl(354, 50.0%, 14.6%)',
2693
+ borderColorHover: 'hsl(358, 65.0%, 48.7%)',
2694
+ borderColorFocus: 'hsl(354, 50.0%, 14.6%)',
2695
+ borderColorPress: 'hsl(354, 50.0%, 14.6%)',
2696
+ placeholderColor: 'hsl(359, 100%, 98.6%)'
2697
+ } as Theme
2698
+
2699
+ export const light_yellow_SwitchThumb = light_orange_SwitchThumb as Theme
2700
+ export const light_green_SwitchThumb = light_orange_SwitchThumb as Theme
2701
+ export const light_blue_SwitchThumb = light_orange_SwitchThumb as Theme
2702
+ export const light_purple_SwitchThumb = light_orange_SwitchThumb as Theme
2703
+ export const light_pink_SwitchThumb = light_orange_SwitchThumb as Theme
2704
+ export const light_red_SwitchThumb = light_orange_SwitchThumb as Theme
2705
+ export const light_orange_SliderThumb = {
2706
+ background: 'hsl(15, 60.0%, 17.0%)',
2707
+ backgroundHover: 'hsl(24, 100%, 37.0%)',
2708
+ backgroundPress: 'hsl(24, 100%, 46.5%)',
2709
+ backgroundFocus: 'hsl(24, 94.0%, 50.0%)',
2710
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
2711
+ backgroundTransparent: 'hsla(15, 60.0%, 17.0%, 0)',
2712
+ color: 'hsl(24, 70.0%, 99.0%)',
2713
+ colorHover: 'hsl(24, 83.3%, 97.6%)',
2714
+ colorPress: 'hsl(24, 70.0%, 99.0%)',
2715
+ colorFocus: 'hsl(24, 83.3%, 97.6%)',
2716
+ colorTransparent: 'hsla(24, 70.0%, 99.0%, 0)',
2717
+ borderColor: 'hsl(24, 100%, 46.5%)',
2718
+ borderColorHover: 'hsl(24, 94.0%, 50.0%)',
2719
+ borderColorFocus: 'hsl(24, 100%, 46.5%)',
2720
+ borderColorPress: 'hsl(24, 100%, 46.5%)',
2721
+ placeholderColor: 'hsl(25, 100%, 92.2%)'
2722
+ } as Theme
2723
+
2724
+ export const light_orange_Tooltip = light_orange_SliderThumb as Theme
2725
+ export const light_orange_ProgressIndicator = light_orange_SliderThumb as Theme
2726
+ export const light_orange_Input = {
2727
+ background: 'hsl(24, 70.0%, 99.0%)',
2728
+ backgroundHover: 'hsl(24, 83.3%, 97.6%)',
2729
+ backgroundPress: 'hsl(24, 100%, 95.3%)',
2730
+ backgroundFocus: 'hsl(25, 100%, 92.2%)',
2731
+ backgroundStrong: 'hsl(24, 70.0%, 99.0%)',
2732
+ backgroundTransparent: 'hsl(24, 70.0%, 99.0%)',
2733
+ color: 'hsl(0, 0%, 9.0%)',
2734
+ colorHover: 'hsl(15, 60.0%, 17.0%)',
2735
+ colorPress: 'hsl(0, 0%, 9.0%)',
2736
+ colorFocus: 'hsl(15, 60.0%, 17.0%)',
2737
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
2738
+ borderColor: 'hsl(25, 100%, 88.2%)',
2739
+ borderColorHover: 'hsl(25, 100%, 82.8%)',
2740
+ borderColorFocus: 'hsl(25, 100%, 88.2%)',
2741
+ borderColorPress: 'hsl(25, 100%, 88.2%)',
2742
+ placeholderColor: 'hsl(24, 100%, 37.0%)'
2743
+ } as Theme
2744
+
2745
+ export const light_orange_TextArea = light_orange_Input as Theme
2746
+ export const light_yellow_ListItem = {
2747
+ background: 'hsl(60, 54.0%, 98.5%)',
2748
+ backgroundHover: 'hsl(52, 100%, 95.5%)',
2749
+ backgroundPress: 'hsl(55, 100%, 90.9%)',
2750
+ backgroundFocus: 'hsl(54, 100%, 86.6%)',
2751
+ backgroundStrong: 'hsl(60, 54.0%, 98.5%)',
2752
+ backgroundTransparent: 'hsl(60, 54.0%, 98.5%)',
2753
+ color: 'hsl(0, 0%, 9.0%)',
2754
+ colorHover: 'hsl(40, 55.0%, 13.5%)',
2755
+ colorPress: 'hsl(0, 0%, 9.0%)',
2756
+ colorFocus: 'hsl(40, 55.0%, 13.5%)',
2757
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
2758
+ borderColor: 'hsl(55, 100%, 90.9%)',
2759
+ borderColorHover: 'hsl(54, 100%, 86.6%)',
2760
+ borderColorFocus: 'hsl(55, 100%, 90.9%)',
2761
+ borderColorPress: 'hsl(55, 100%, 90.9%)',
2762
+ placeholderColor: 'hsl(42, 100%, 29.0%)'
2763
+ } as Theme
2764
+ export const light_yellow_Card = {
2765
+ background: 'hsl(55, 100%, 90.9%)',
2766
+ backgroundHover: 'hsl(54, 100%, 86.6%)',
2767
+ backgroundPress: 'hsl(52, 97.9%, 82.0%)',
2768
+ backgroundFocus: 'hsl(50, 89.4%, 76.1%)',
2769
+ backgroundStrong: 'hsl(52, 100%, 95.5%)',
2770
+ backgroundTransparent: 'hsl(60, 54.0%, 98.5%)',
2771
+ color: 'hsl(0, 0%, 9.0%)',
2772
+ colorHover: 'hsl(40, 55.0%, 13.5%)',
2773
+ colorPress: 'hsl(0, 0%, 9.0%)',
2774
+ colorFocus: 'hsl(40, 55.0%, 13.5%)',
2775
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
2776
+ borderColor: 'hsl(52, 97.9%, 82.0%)',
2777
+ borderColorHover: 'hsl(50, 89.4%, 76.1%)',
2778
+ borderColorFocus: 'hsl(52, 97.9%, 82.0%)',
2779
+ borderColorPress: 'hsl(52, 97.9%, 82.0%)',
2780
+ placeholderColor: 'hsl(53, 92.0%, 50.0%)'
2781
+ } as Theme
2782
+
2783
+ export const light_yellow_DrawerFrame = light_yellow_Card as Theme
2784
+ export const light_yellow_Progress = light_yellow_Card as Theme
2785
+ export const light_yellow_TooltipArrow = light_yellow_Card as Theme
2786
+ export const light_yellow_SliderTrack = light_yellow_Card as Theme
2787
+ export const light_yellow_Button = {
2788
+ background: 'hsl(54, 100%, 86.6%)',
2789
+ backgroundHover: 'hsl(52, 97.9%, 82.0%)',
2790
+ backgroundPress: 'hsl(50, 89.4%, 76.1%)',
2791
+ backgroundFocus: 'hsl(48, 100%, 46.1%)',
2792
+ backgroundStrong: 'hsl(55, 100%, 90.9%)',
2793
+ backgroundTransparent: 'hsl(52, 100%, 95.5%)',
2794
+ color: 'hsl(0, 0%, 9.0%)',
2795
+ colorHover: 'hsl(40, 55.0%, 13.5%)',
2796
+ colorPress: 'hsl(0, 0%, 9.0%)',
2797
+ colorFocus: 'hsl(40, 55.0%, 13.5%)',
2798
+ colorTransparent: 'hsl(40, 55.0%, 13.5%)',
2799
+ borderColor: 'transparent',
2800
+ borderColorHover: 'transparent',
2801
+ borderColorFocus: 'hsl(50, 89.4%, 76.1%)',
2802
+ borderColorPress: 'hsl(50, 89.4%, 76.1%)',
2803
+ placeholderColor: 'hsl(48, 100%, 46.1%)'
2804
+ } as Theme
2805
+ export const light_yellow_Checkbox = {
2806
+ background: 'hsl(54, 100%, 86.6%)',
2807
+ backgroundHover: 'hsl(52, 97.9%, 82.0%)',
2808
+ backgroundPress: 'hsl(50, 89.4%, 76.1%)',
2809
+ backgroundFocus: 'hsl(48, 100%, 46.1%)',
2810
+ backgroundStrong: 'hsl(55, 100%, 90.9%)',
2811
+ backgroundTransparent: 'hsl(52, 100%, 95.5%)',
2812
+ color: 'hsl(0, 0%, 9.0%)',
2813
+ colorHover: 'hsl(40, 55.0%, 13.5%)',
2814
+ colorPress: 'hsl(0, 0%, 9.0%)',
2815
+ colorFocus: 'hsl(40, 55.0%, 13.5%)',
2816
+ colorTransparent: 'hsl(40, 55.0%, 13.5%)',
2817
+ borderColor: 'hsl(50, 89.4%, 76.1%)',
2818
+ borderColorHover: 'hsl(48, 100%, 46.1%)',
2819
+ borderColorFocus: 'hsl(50, 89.4%, 76.1%)',
2820
+ borderColorPress: 'hsl(50, 89.4%, 76.1%)',
2821
+ placeholderColor: 'hsl(48, 100%, 46.1%)'
2822
+ } as Theme
2823
+
2824
+ export const light_yellow_SliderTrackActive = light_yellow_Checkbox as Theme
2825
+ export const light_yellow_Switch = light_yellow_Checkbox as Theme
2826
+ export const light_yellow_TooltipContent = light_yellow_Checkbox as Theme
2827
+ export const light_yellow_SliderThumb = {
2828
+ background: 'hsl(40, 55.0%, 13.5%)',
2829
+ backgroundHover: 'hsl(42, 100%, 29.0%)',
2830
+ backgroundPress: 'hsl(50, 100%, 48.5%)',
2831
+ backgroundFocus: 'hsl(53, 92.0%, 50.0%)',
2832
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
2833
+ backgroundTransparent: 'hsla(40, 55.0%, 13.5%, 0)',
2834
+ color: 'hsl(60, 54.0%, 98.5%)',
2835
+ colorHover: 'hsl(52, 100%, 95.5%)',
2836
+ colorPress: 'hsl(60, 54.0%, 98.5%)',
2837
+ colorFocus: 'hsl(52, 100%, 95.5%)',
2838
+ colorTransparent: 'hsla(60, 54.0%, 98.5%, 0)',
2839
+ borderColor: 'hsl(50, 100%, 48.5%)',
2840
+ borderColorHover: 'hsl(53, 92.0%, 50.0%)',
2841
+ borderColorFocus: 'hsl(50, 100%, 48.5%)',
2842
+ borderColorPress: 'hsl(50, 100%, 48.5%)',
2843
+ placeholderColor: 'hsl(54, 100%, 86.6%)'
2844
+ } as Theme
2845
+
2846
+ export const light_yellow_Tooltip = light_yellow_SliderThumb as Theme
2847
+ export const light_yellow_ProgressIndicator = light_yellow_SliderThumb as Theme
2848
+ export const light_yellow_Input = {
2849
+ background: 'hsl(60, 54.0%, 98.5%)',
2850
+ backgroundHover: 'hsl(52, 100%, 95.5%)',
2851
+ backgroundPress: 'hsl(55, 100%, 90.9%)',
2852
+ backgroundFocus: 'hsl(54, 100%, 86.6%)',
2853
+ backgroundStrong: 'hsl(60, 54.0%, 98.5%)',
2854
+ backgroundTransparent: 'hsl(60, 54.0%, 98.5%)',
2855
+ color: 'hsl(0, 0%, 9.0%)',
2856
+ colorHover: 'hsl(40, 55.0%, 13.5%)',
2857
+ colorPress: 'hsl(0, 0%, 9.0%)',
2858
+ colorFocus: 'hsl(40, 55.0%, 13.5%)',
2859
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
2860
+ borderColor: 'hsl(52, 97.9%, 82.0%)',
2861
+ borderColorHover: 'hsl(50, 89.4%, 76.1%)',
2862
+ borderColorFocus: 'hsl(52, 97.9%, 82.0%)',
2863
+ borderColorPress: 'hsl(52, 97.9%, 82.0%)',
2864
+ placeholderColor: 'hsl(42, 100%, 29.0%)'
2865
+ } as Theme
2866
+
2867
+ export const light_yellow_TextArea = light_yellow_Input as Theme
2868
+ export const light_green_ListItem = {
2869
+ background: 'hsl(136, 50.0%, 98.9%)',
2870
+ backgroundHover: 'hsl(138, 62.5%, 96.9%)',
2871
+ backgroundPress: 'hsl(139, 55.2%, 94.5%)',
2872
+ backgroundFocus: 'hsl(140, 48.7%, 91.0%)',
2873
+ backgroundStrong: 'hsl(136, 50.0%, 98.9%)',
2874
+ backgroundTransparent: 'hsl(136, 50.0%, 98.9%)',
2875
+ color: 'hsl(0, 0%, 9.0%)',
2876
+ colorHover: 'hsl(155, 40.0%, 14.0%)',
2877
+ colorPress: 'hsl(0, 0%, 9.0%)',
2878
+ colorFocus: 'hsl(155, 40.0%, 14.0%)',
2879
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
2880
+ borderColor: 'hsl(139, 55.2%, 94.5%)',
2881
+ borderColorHover: 'hsl(140, 48.7%, 91.0%)',
2882
+ borderColorFocus: 'hsl(139, 55.2%, 94.5%)',
2883
+ borderColorPress: 'hsl(139, 55.2%, 94.5%)',
2884
+ placeholderColor: 'hsl(153, 67.0%, 28.5%)'
2885
+ } as Theme
2886
+ export const light_green_Card = {
2887
+ background: 'hsl(139, 55.2%, 94.5%)',
2888
+ backgroundHover: 'hsl(140, 48.7%, 91.0%)',
2889
+ backgroundPress: 'hsl(141, 43.7%, 86.0%)',
2890
+ backgroundFocus: 'hsl(143, 40.3%, 79.0%)',
2891
+ backgroundStrong: 'hsl(138, 62.5%, 96.9%)',
2892
+ backgroundTransparent: 'hsl(136, 50.0%, 98.9%)',
2893
+ color: 'hsl(0, 0%, 9.0%)',
2894
+ colorHover: 'hsl(155, 40.0%, 14.0%)',
2895
+ colorPress: 'hsl(0, 0%, 9.0%)',
2896
+ colorFocus: 'hsl(155, 40.0%, 14.0%)',
2897
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
2898
+ borderColor: 'hsl(141, 43.7%, 86.0%)',
2899
+ borderColorHover: 'hsl(143, 40.3%, 79.0%)',
2900
+ borderColorFocus: 'hsl(141, 43.7%, 86.0%)',
2901
+ borderColorPress: 'hsl(141, 43.7%, 86.0%)',
2902
+ placeholderColor: 'hsl(151, 55.0%, 41.5%)'
2903
+ } as Theme
2904
+
2905
+ export const light_green_DrawerFrame = light_green_Card as Theme
2906
+ export const light_green_Progress = light_green_Card as Theme
2907
+ export const light_green_TooltipArrow = light_green_Card as Theme
2908
+ export const light_green_SliderTrack = light_green_Card as Theme
2909
+ export const light_green_Button = {
2910
+ background: 'hsl(140, 48.7%, 91.0%)',
2911
+ backgroundHover: 'hsl(141, 43.7%, 86.0%)',
2912
+ backgroundPress: 'hsl(143, 40.3%, 79.0%)',
2913
+ backgroundFocus: 'hsl(151, 40.2%, 54.1%)',
2914
+ backgroundStrong: 'hsl(139, 55.2%, 94.5%)',
2915
+ backgroundTransparent: 'hsl(138, 62.5%, 96.9%)',
2916
+ color: 'hsl(0, 0%, 9.0%)',
2917
+ colorHover: 'hsl(155, 40.0%, 14.0%)',
2918
+ colorPress: 'hsl(0, 0%, 9.0%)',
2919
+ colorFocus: 'hsl(155, 40.0%, 14.0%)',
2920
+ colorTransparent: 'hsl(155, 40.0%, 14.0%)',
2921
+ borderColor: 'transparent',
2922
+ borderColorHover: 'transparent',
2923
+ borderColorFocus: 'hsl(143, 40.3%, 79.0%)',
2924
+ borderColorPress: 'hsl(143, 40.3%, 79.0%)',
2925
+ placeholderColor: 'hsl(151, 40.2%, 54.1%)'
2926
+ } as Theme
2927
+ export const light_green_Checkbox = {
2928
+ background: 'hsl(140, 48.7%, 91.0%)',
2929
+ backgroundHover: 'hsl(141, 43.7%, 86.0%)',
2930
+ backgroundPress: 'hsl(143, 40.3%, 79.0%)',
2931
+ backgroundFocus: 'hsl(151, 40.2%, 54.1%)',
2932
+ backgroundStrong: 'hsl(139, 55.2%, 94.5%)',
2933
+ backgroundTransparent: 'hsl(138, 62.5%, 96.9%)',
2934
+ color: 'hsl(0, 0%, 9.0%)',
2935
+ colorHover: 'hsl(155, 40.0%, 14.0%)',
2936
+ colorPress: 'hsl(0, 0%, 9.0%)',
2937
+ colorFocus: 'hsl(155, 40.0%, 14.0%)',
2938
+ colorTransparent: 'hsl(155, 40.0%, 14.0%)',
2939
+ borderColor: 'hsl(143, 40.3%, 79.0%)',
2940
+ borderColorHover: 'hsl(151, 40.2%, 54.1%)',
2941
+ borderColorFocus: 'hsl(143, 40.3%, 79.0%)',
2942
+ borderColorPress: 'hsl(143, 40.3%, 79.0%)',
2943
+ placeholderColor: 'hsl(151, 40.2%, 54.1%)'
2944
+ } as Theme
2945
+
2946
+ export const light_green_SliderTrackActive = light_green_Checkbox as Theme
2947
+ export const light_green_Switch = light_green_Checkbox as Theme
2948
+ export const light_green_TooltipContent = light_green_Checkbox as Theme
2949
+ export const light_green_SliderThumb = {
2950
+ background: 'hsl(155, 40.0%, 14.0%)',
2951
+ backgroundHover: 'hsl(153, 67.0%, 28.5%)',
2952
+ backgroundPress: 'hsl(152, 57.5%, 37.6%)',
2953
+ backgroundFocus: 'hsl(151, 55.0%, 41.5%)',
2954
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
2955
+ backgroundTransparent: 'hsla(155, 40.0%, 14.0%, 0)',
2956
+ color: 'hsl(136, 50.0%, 98.9%)',
2957
+ colorHover: 'hsl(138, 62.5%, 96.9%)',
2958
+ colorPress: 'hsl(136, 50.0%, 98.9%)',
2959
+ colorFocus: 'hsl(138, 62.5%, 96.9%)',
2960
+ colorTransparent: 'hsla(136, 50.0%, 98.9%, 0)',
2961
+ borderColor: 'hsl(152, 57.5%, 37.6%)',
2962
+ borderColorHover: 'hsl(151, 55.0%, 41.5%)',
2963
+ borderColorFocus: 'hsl(152, 57.5%, 37.6%)',
2964
+ borderColorPress: 'hsl(152, 57.5%, 37.6%)',
2965
+ placeholderColor: 'hsl(140, 48.7%, 91.0%)'
2966
+ } as Theme
2967
+
2968
+ export const light_green_Tooltip = light_green_SliderThumb as Theme
2969
+ export const light_green_ProgressIndicator = light_green_SliderThumb as Theme
2970
+ export const light_green_Input = {
2971
+ background: 'hsl(136, 50.0%, 98.9%)',
2972
+ backgroundHover: 'hsl(138, 62.5%, 96.9%)',
2973
+ backgroundPress: 'hsl(139, 55.2%, 94.5%)',
2974
+ backgroundFocus: 'hsl(140, 48.7%, 91.0%)',
2975
+ backgroundStrong: 'hsl(136, 50.0%, 98.9%)',
2976
+ backgroundTransparent: 'hsl(136, 50.0%, 98.9%)',
2977
+ color: 'hsl(0, 0%, 9.0%)',
2978
+ colorHover: 'hsl(155, 40.0%, 14.0%)',
2979
+ colorPress: 'hsl(0, 0%, 9.0%)',
2980
+ colorFocus: 'hsl(155, 40.0%, 14.0%)',
2981
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
2982
+ borderColor: 'hsl(141, 43.7%, 86.0%)',
2983
+ borderColorHover: 'hsl(143, 40.3%, 79.0%)',
2984
+ borderColorFocus: 'hsl(141, 43.7%, 86.0%)',
2985
+ borderColorPress: 'hsl(141, 43.7%, 86.0%)',
2986
+ placeholderColor: 'hsl(153, 67.0%, 28.5%)'
2987
+ } as Theme
2988
+
2989
+ export const light_green_TextArea = light_green_Input as Theme
2990
+ export const light_blue_ListItem = {
2991
+ background: 'hsl(206, 100%, 99.2%)',
2992
+ backgroundHover: 'hsl(210, 100%, 98.0%)',
2993
+ backgroundPress: 'hsl(209, 100%, 96.5%)',
2994
+ backgroundFocus: 'hsl(210, 98.8%, 94.0%)',
2995
+ backgroundStrong: 'hsl(206, 100%, 99.2%)',
2996
+ backgroundTransparent: 'hsl(206, 100%, 99.2%)',
2997
+ color: 'hsl(0, 0%, 9.0%)',
2998
+ colorHover: 'hsl(211, 100%, 15.0%)',
2999
+ colorPress: 'hsl(0, 0%, 9.0%)',
3000
+ colorFocus: 'hsl(211, 100%, 15.0%)',
3001
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
3002
+ borderColor: 'hsl(209, 100%, 96.5%)',
3003
+ borderColorHover: 'hsl(210, 98.8%, 94.0%)',
3004
+ borderColorFocus: 'hsl(209, 100%, 96.5%)',
3005
+ borderColorPress: 'hsl(209, 100%, 96.5%)',
3006
+ placeholderColor: 'hsl(211, 100%, 43.2%)'
3007
+ } as Theme
3008
+ export const light_blue_Card = {
3009
+ background: 'hsl(209, 100%, 96.5%)',
3010
+ backgroundHover: 'hsl(210, 98.8%, 94.0%)',
3011
+ backgroundPress: 'hsl(209, 95.0%, 90.1%)',
3012
+ backgroundFocus: 'hsl(209, 81.2%, 84.5%)',
3013
+ backgroundStrong: 'hsl(210, 100%, 98.0%)',
3014
+ backgroundTransparent: 'hsl(206, 100%, 99.2%)',
3015
+ color: 'hsl(0, 0%, 9.0%)',
3016
+ colorHover: 'hsl(211, 100%, 15.0%)',
3017
+ colorPress: 'hsl(0, 0%, 9.0%)',
3018
+ colorFocus: 'hsl(211, 100%, 15.0%)',
3019
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
3020
+ borderColor: 'hsl(209, 95.0%, 90.1%)',
3021
+ borderColorHover: 'hsl(209, 81.2%, 84.5%)',
3022
+ borderColorFocus: 'hsl(209, 95.0%, 90.1%)',
3023
+ borderColorPress: 'hsl(209, 95.0%, 90.1%)',
3024
+ placeholderColor: 'hsl(206, 100%, 50.0%)'
3025
+ } as Theme
3026
+
3027
+ export const light_blue_DrawerFrame = light_blue_Card as Theme
3028
+ export const light_blue_Progress = light_blue_Card as Theme
3029
+ export const light_blue_TooltipArrow = light_blue_Card as Theme
3030
+ export const light_blue_SliderTrack = light_blue_Card as Theme
3031
+ export const light_blue_Button = {
3032
+ background: 'hsl(210, 98.8%, 94.0%)',
3033
+ backgroundHover: 'hsl(209, 95.0%, 90.1%)',
3034
+ backgroundPress: 'hsl(209, 81.2%, 84.5%)',
3035
+ backgroundFocus: 'hsl(206, 81.9%, 65.3%)',
3036
+ backgroundStrong: 'hsl(209, 100%, 96.5%)',
3037
+ backgroundTransparent: 'hsl(210, 100%, 98.0%)',
3038
+ color: 'hsl(0, 0%, 9.0%)',
3039
+ colorHover: 'hsl(211, 100%, 15.0%)',
3040
+ colorPress: 'hsl(0, 0%, 9.0%)',
3041
+ colorFocus: 'hsl(211, 100%, 15.0%)',
3042
+ colorTransparent: 'hsl(211, 100%, 15.0%)',
3043
+ borderColor: 'transparent',
3044
+ borderColorHover: 'transparent',
3045
+ borderColorFocus: 'hsl(209, 81.2%, 84.5%)',
3046
+ borderColorPress: 'hsl(209, 81.2%, 84.5%)',
3047
+ placeholderColor: 'hsl(206, 81.9%, 65.3%)'
3048
+ } as Theme
3049
+ export const light_blue_Checkbox = {
3050
+ background: 'hsl(210, 98.8%, 94.0%)',
3051
+ backgroundHover: 'hsl(209, 95.0%, 90.1%)',
3052
+ backgroundPress: 'hsl(209, 81.2%, 84.5%)',
3053
+ backgroundFocus: 'hsl(206, 81.9%, 65.3%)',
3054
+ backgroundStrong: 'hsl(209, 100%, 96.5%)',
3055
+ backgroundTransparent: 'hsl(210, 100%, 98.0%)',
3056
+ color: 'hsl(0, 0%, 9.0%)',
3057
+ colorHover: 'hsl(211, 100%, 15.0%)',
3058
+ colorPress: 'hsl(0, 0%, 9.0%)',
3059
+ colorFocus: 'hsl(211, 100%, 15.0%)',
3060
+ colorTransparent: 'hsl(211, 100%, 15.0%)',
3061
+ borderColor: 'hsl(209, 81.2%, 84.5%)',
3062
+ borderColorHover: 'hsl(206, 81.9%, 65.3%)',
3063
+ borderColorFocus: 'hsl(209, 81.2%, 84.5%)',
3064
+ borderColorPress: 'hsl(209, 81.2%, 84.5%)',
3065
+ placeholderColor: 'hsl(206, 81.9%, 65.3%)'
3066
+ } as Theme
3067
+
3068
+ export const light_blue_SliderTrackActive = light_blue_Checkbox as Theme
3069
+ export const light_blue_Switch = light_blue_Checkbox as Theme
3070
+ export const light_blue_TooltipContent = light_blue_Checkbox as Theme
3071
+ export const light_blue_SliderThumb = {
3072
+ background: 'hsl(211, 100%, 15.0%)',
3073
+ backgroundHover: 'hsl(211, 100%, 43.2%)',
3074
+ backgroundPress: 'hsl(208, 100%, 47.3%)',
3075
+ backgroundFocus: 'hsl(206, 100%, 50.0%)',
3076
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
3077
+ backgroundTransparent: 'hsla(211, 100%, 15.0%, 0)',
3078
+ color: 'hsl(206, 100%, 99.2%)',
3079
+ colorHover: 'hsl(210, 100%, 98.0%)',
3080
+ colorPress: 'hsl(206, 100%, 99.2%)',
3081
+ colorFocus: 'hsl(210, 100%, 98.0%)',
3082
+ colorTransparent: 'hsla(206, 100%, 99.2%, 0)',
3083
+ borderColor: 'hsl(208, 100%, 47.3%)',
3084
+ borderColorHover: 'hsl(206, 100%, 50.0%)',
3085
+ borderColorFocus: 'hsl(208, 100%, 47.3%)',
3086
+ borderColorPress: 'hsl(208, 100%, 47.3%)',
3087
+ placeholderColor: 'hsl(210, 98.8%, 94.0%)'
3088
+ } as Theme
3089
+
3090
+ export const light_blue_Tooltip = light_blue_SliderThumb as Theme
3091
+ export const light_blue_ProgressIndicator = light_blue_SliderThumb as Theme
3092
+ export const light_blue_Input = {
3093
+ background: 'hsl(206, 100%, 99.2%)',
3094
+ backgroundHover: 'hsl(210, 100%, 98.0%)',
3095
+ backgroundPress: 'hsl(209, 100%, 96.5%)',
3096
+ backgroundFocus: 'hsl(210, 98.8%, 94.0%)',
3097
+ backgroundStrong: 'hsl(206, 100%, 99.2%)',
3098
+ backgroundTransparent: 'hsl(206, 100%, 99.2%)',
3099
+ color: 'hsl(0, 0%, 9.0%)',
3100
+ colorHover: 'hsl(211, 100%, 15.0%)',
3101
+ colorPress: 'hsl(0, 0%, 9.0%)',
3102
+ colorFocus: 'hsl(211, 100%, 15.0%)',
3103
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
3104
+ borderColor: 'hsl(209, 95.0%, 90.1%)',
3105
+ borderColorHover: 'hsl(209, 81.2%, 84.5%)',
3106
+ borderColorFocus: 'hsl(209, 95.0%, 90.1%)',
3107
+ borderColorPress: 'hsl(209, 95.0%, 90.1%)',
3108
+ placeholderColor: 'hsl(211, 100%, 43.2%)'
3109
+ } as Theme
3110
+
3111
+ export const light_blue_TextArea = light_blue_Input as Theme
3112
+ export const light_purple_ListItem = {
3113
+ background: 'hsl(280, 65.0%, 99.4%)',
3114
+ backgroundHover: 'hsl(276, 100%, 99.0%)',
3115
+ backgroundPress: 'hsl(276, 83.1%, 97.0%)',
3116
+ backgroundFocus: 'hsl(275, 76.4%, 94.7%)',
3117
+ backgroundStrong: 'hsl(280, 65.0%, 99.4%)',
3118
+ backgroundTransparent: 'hsl(280, 65.0%, 99.4%)',
3119
+ color: 'hsl(0, 0%, 9.0%)',
3120
+ colorHover: 'hsl(272, 66.0%, 16.0%)',
3121
+ colorPress: 'hsl(0, 0%, 9.0%)',
3122
+ colorFocus: 'hsl(272, 66.0%, 16.0%)',
3123
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
3124
+ borderColor: 'hsl(276, 83.1%, 97.0%)',
3125
+ borderColorHover: 'hsl(275, 76.4%, 94.7%)',
3126
+ borderColorFocus: 'hsl(276, 83.1%, 97.0%)',
3127
+ borderColorPress: 'hsl(276, 83.1%, 97.0%)',
3128
+ placeholderColor: 'hsl(272, 50.0%, 45.8%)'
3129
+ } as Theme
3130
+ export const light_purple_Card = {
3131
+ background: 'hsl(276, 83.1%, 97.0%)',
3132
+ backgroundHover: 'hsl(275, 76.4%, 94.7%)',
3133
+ backgroundPress: 'hsl(275, 70.8%, 91.8%)',
3134
+ backgroundFocus: 'hsl(274, 65.4%, 87.8%)',
3135
+ backgroundStrong: 'hsl(276, 100%, 99.0%)',
3136
+ backgroundTransparent: 'hsl(280, 65.0%, 99.4%)',
3137
+ color: 'hsl(0, 0%, 9.0%)',
3138
+ colorHover: 'hsl(272, 66.0%, 16.0%)',
3139
+ colorPress: 'hsl(0, 0%, 9.0%)',
3140
+ colorFocus: 'hsl(272, 66.0%, 16.0%)',
3141
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
3142
+ borderColor: 'hsl(275, 70.8%, 91.8%)',
3143
+ borderColorHover: 'hsl(274, 65.4%, 87.8%)',
3144
+ borderColorFocus: 'hsl(275, 70.8%, 91.8%)',
3145
+ borderColorPress: 'hsl(275, 70.8%, 91.8%)',
3146
+ placeholderColor: 'hsl(272, 51.0%, 54.0%)'
3147
+ } as Theme
3148
+
3149
+ export const light_purple_DrawerFrame = light_purple_Card as Theme
3150
+ export const light_purple_Progress = light_purple_Card as Theme
3151
+ export const light_purple_TooltipArrow = light_purple_Card as Theme
3152
+ export const light_purple_SliderTrack = light_purple_Card as Theme
3153
+ export const light_purple_Button = {
3154
+ background: 'hsl(275, 76.4%, 94.7%)',
3155
+ backgroundHover: 'hsl(275, 70.8%, 91.8%)',
3156
+ backgroundPress: 'hsl(274, 65.4%, 87.8%)',
3157
+ backgroundFocus: 'hsl(272, 60.0%, 73.5%)',
3158
+ backgroundStrong: 'hsl(276, 83.1%, 97.0%)',
3159
+ backgroundTransparent: 'hsl(276, 100%, 99.0%)',
3160
+ color: 'hsl(0, 0%, 9.0%)',
3161
+ colorHover: 'hsl(272, 66.0%, 16.0%)',
3162
+ colorPress: 'hsl(0, 0%, 9.0%)',
3163
+ colorFocus: 'hsl(272, 66.0%, 16.0%)',
3164
+ colorTransparent: 'hsl(272, 66.0%, 16.0%)',
3165
+ borderColor: 'transparent',
3166
+ borderColorHover: 'transparent',
3167
+ borderColorFocus: 'hsl(274, 65.4%, 87.8%)',
3168
+ borderColorPress: 'hsl(274, 65.4%, 87.8%)',
3169
+ placeholderColor: 'hsl(272, 60.0%, 73.5%)'
3170
+ } as Theme
3171
+ export const light_purple_Checkbox = {
3172
+ background: 'hsl(275, 76.4%, 94.7%)',
3173
+ backgroundHover: 'hsl(275, 70.8%, 91.8%)',
3174
+ backgroundPress: 'hsl(274, 65.4%, 87.8%)',
3175
+ backgroundFocus: 'hsl(272, 60.0%, 73.5%)',
3176
+ backgroundStrong: 'hsl(276, 83.1%, 97.0%)',
3177
+ backgroundTransparent: 'hsl(276, 100%, 99.0%)',
3178
+ color: 'hsl(0, 0%, 9.0%)',
3179
+ colorHover: 'hsl(272, 66.0%, 16.0%)',
3180
+ colorPress: 'hsl(0, 0%, 9.0%)',
3181
+ colorFocus: 'hsl(272, 66.0%, 16.0%)',
3182
+ colorTransparent: 'hsl(272, 66.0%, 16.0%)',
3183
+ borderColor: 'hsl(274, 65.4%, 87.8%)',
3184
+ borderColorHover: 'hsl(272, 60.0%, 73.5%)',
3185
+ borderColorFocus: 'hsl(274, 65.4%, 87.8%)',
3186
+ borderColorPress: 'hsl(274, 65.4%, 87.8%)',
3187
+ placeholderColor: 'hsl(272, 60.0%, 73.5%)'
3188
+ } as Theme
3189
+
3190
+ export const light_purple_SliderTrackActive = light_purple_Checkbox as Theme
3191
+ export const light_purple_Switch = light_purple_Checkbox as Theme
3192
+ export const light_purple_TooltipContent = light_purple_Checkbox as Theme
3193
+ export const light_purple_SliderThumb = {
3194
+ background: 'hsl(272, 66.0%, 16.0%)',
3195
+ backgroundHover: 'hsl(272, 50.0%, 45.8%)',
3196
+ backgroundPress: 'hsl(272, 46.8%, 50.3%)',
3197
+ backgroundFocus: 'hsl(272, 51.0%, 54.0%)',
3198
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
3199
+ backgroundTransparent: 'hsla(272, 66.0%, 16.0%, 0)',
3200
+ color: 'hsl(280, 65.0%, 99.4%)',
3201
+ colorHover: 'hsl(276, 100%, 99.0%)',
3202
+ colorPress: 'hsl(280, 65.0%, 99.4%)',
3203
+ colorFocus: 'hsl(276, 100%, 99.0%)',
3204
+ colorTransparent: 'hsla(280, 65.0%, 99.4%, 0)',
3205
+ borderColor: 'hsl(272, 46.8%, 50.3%)',
3206
+ borderColorHover: 'hsl(272, 51.0%, 54.0%)',
3207
+ borderColorFocus: 'hsl(272, 46.8%, 50.3%)',
3208
+ borderColorPress: 'hsl(272, 46.8%, 50.3%)',
3209
+ placeholderColor: 'hsl(275, 76.4%, 94.7%)'
3210
+ } as Theme
3211
+
3212
+ export const light_purple_Tooltip = light_purple_SliderThumb as Theme
3213
+ export const light_purple_ProgressIndicator = light_purple_SliderThumb as Theme
3214
+ export const light_purple_Input = {
3215
+ background: 'hsl(280, 65.0%, 99.4%)',
3216
+ backgroundHover: 'hsl(276, 100%, 99.0%)',
3217
+ backgroundPress: 'hsl(276, 83.1%, 97.0%)',
3218
+ backgroundFocus: 'hsl(275, 76.4%, 94.7%)',
3219
+ backgroundStrong: 'hsl(280, 65.0%, 99.4%)',
3220
+ backgroundTransparent: 'hsl(280, 65.0%, 99.4%)',
3221
+ color: 'hsl(0, 0%, 9.0%)',
3222
+ colorHover: 'hsl(272, 66.0%, 16.0%)',
3223
+ colorPress: 'hsl(0, 0%, 9.0%)',
3224
+ colorFocus: 'hsl(272, 66.0%, 16.0%)',
3225
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
3226
+ borderColor: 'hsl(275, 70.8%, 91.8%)',
3227
+ borderColorHover: 'hsl(274, 65.4%, 87.8%)',
3228
+ borderColorFocus: 'hsl(275, 70.8%, 91.8%)',
3229
+ borderColorPress: 'hsl(275, 70.8%, 91.8%)',
3230
+ placeholderColor: 'hsl(272, 50.0%, 45.8%)'
3231
+ } as Theme
3232
+
3233
+ export const light_purple_TextArea = light_purple_Input as Theme
3234
+ export const light_pink_ListItem = {
3235
+ background: 'hsl(322, 100%, 99.4%)',
3236
+ backgroundHover: 'hsl(323, 100%, 98.4%)',
3237
+ backgroundPress: 'hsl(323, 86.3%, 96.5%)',
3238
+ backgroundFocus: 'hsl(323, 78.7%, 94.2%)',
3239
+ backgroundStrong: 'hsl(322, 100%, 99.4%)',
3240
+ backgroundTransparent: 'hsl(322, 100%, 99.4%)',
3241
+ color: 'hsl(0, 0%, 9.0%)',
3242
+ colorHover: 'hsl(320, 70.0%, 13.5%)',
3243
+ colorPress: 'hsl(0, 0%, 9.0%)',
3244
+ colorFocus: 'hsl(320, 70.0%, 13.5%)',
3245
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
3246
+ borderColor: 'hsl(323, 86.3%, 96.5%)',
3247
+ borderColorHover: 'hsl(323, 78.7%, 94.2%)',
3248
+ borderColorFocus: 'hsl(323, 86.3%, 96.5%)',
3249
+ borderColorPress: 'hsl(323, 86.3%, 96.5%)',
3250
+ placeholderColor: 'hsl(322, 75.0%, 46.0%)'
3251
+ } as Theme
3252
+ export const light_pink_Card = {
3253
+ background: 'hsl(323, 86.3%, 96.5%)',
3254
+ backgroundHover: 'hsl(323, 78.7%, 94.2%)',
3255
+ backgroundPress: 'hsl(323, 72.2%, 91.1%)',
3256
+ backgroundFocus: 'hsl(323, 66.3%, 86.6%)',
3257
+ backgroundStrong: 'hsl(323, 100%, 98.4%)',
3258
+ backgroundTransparent: 'hsl(322, 100%, 99.4%)',
3259
+ color: 'hsl(0, 0%, 9.0%)',
3260
+ colorHover: 'hsl(320, 70.0%, 13.5%)',
3261
+ colorPress: 'hsl(0, 0%, 9.0%)',
3262
+ colorFocus: 'hsl(320, 70.0%, 13.5%)',
3263
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
3264
+ borderColor: 'hsl(323, 72.2%, 91.1%)',
3265
+ borderColorHover: 'hsl(323, 66.3%, 86.6%)',
3266
+ borderColorFocus: 'hsl(323, 72.2%, 91.1%)',
3267
+ borderColorPress: 'hsl(323, 72.2%, 91.1%)',
3268
+ placeholderColor: 'hsl(322, 65.0%, 54.5%)'
3269
+ } as Theme
3270
+
3271
+ export const light_pink_DrawerFrame = light_pink_Card as Theme
3272
+ export const light_pink_Progress = light_pink_Card as Theme
3273
+ export const light_pink_TooltipArrow = light_pink_Card as Theme
3274
+ export const light_pink_SliderTrack = light_pink_Card as Theme
3275
+ export const light_pink_Button = {
3276
+ background: 'hsl(323, 78.7%, 94.2%)',
3277
+ backgroundHover: 'hsl(323, 72.2%, 91.1%)',
3278
+ backgroundPress: 'hsl(323, 66.3%, 86.6%)',
3279
+ backgroundFocus: 'hsl(323, 60.3%, 72.4%)',
3280
+ backgroundStrong: 'hsl(323, 86.3%, 96.5%)',
3281
+ backgroundTransparent: 'hsl(323, 100%, 98.4%)',
3282
+ color: 'hsl(0, 0%, 9.0%)',
3283
+ colorHover: 'hsl(320, 70.0%, 13.5%)',
3284
+ colorPress: 'hsl(0, 0%, 9.0%)',
3285
+ colorFocus: 'hsl(320, 70.0%, 13.5%)',
3286
+ colorTransparent: 'hsl(320, 70.0%, 13.5%)',
3287
+ borderColor: 'transparent',
3288
+ borderColorHover: 'transparent',
3289
+ borderColorFocus: 'hsl(323, 66.3%, 86.6%)',
3290
+ borderColorPress: 'hsl(323, 66.3%, 86.6%)',
3291
+ placeholderColor: 'hsl(323, 60.3%, 72.4%)'
3292
+ } as Theme
3293
+ export const light_pink_Checkbox = {
3294
+ background: 'hsl(323, 78.7%, 94.2%)',
3295
+ backgroundHover: 'hsl(323, 72.2%, 91.1%)',
3296
+ backgroundPress: 'hsl(323, 66.3%, 86.6%)',
3297
+ backgroundFocus: 'hsl(323, 60.3%, 72.4%)',
3298
+ backgroundStrong: 'hsl(323, 86.3%, 96.5%)',
3299
+ backgroundTransparent: 'hsl(323, 100%, 98.4%)',
3300
+ color: 'hsl(0, 0%, 9.0%)',
3301
+ colorHover: 'hsl(320, 70.0%, 13.5%)',
3302
+ colorPress: 'hsl(0, 0%, 9.0%)',
3303
+ colorFocus: 'hsl(320, 70.0%, 13.5%)',
3304
+ colorTransparent: 'hsl(320, 70.0%, 13.5%)',
3305
+ borderColor: 'hsl(323, 66.3%, 86.6%)',
3306
+ borderColorHover: 'hsl(323, 60.3%, 72.4%)',
3307
+ borderColorFocus: 'hsl(323, 66.3%, 86.6%)',
3308
+ borderColorPress: 'hsl(323, 66.3%, 86.6%)',
3309
+ placeholderColor: 'hsl(323, 60.3%, 72.4%)'
3310
+ } as Theme
3311
+
3312
+ export const light_pink_SliderTrackActive = light_pink_Checkbox as Theme
3313
+ export const light_pink_Switch = light_pink_Checkbox as Theme
3314
+ export const light_pink_TooltipContent = light_pink_Checkbox as Theme
3315
+ export const light_pink_SliderThumb = {
3316
+ background: 'hsl(320, 70.0%, 13.5%)',
3317
+ backgroundHover: 'hsl(322, 75.0%, 46.0%)',
3318
+ backgroundPress: 'hsl(322, 63.9%, 50.7%)',
3319
+ backgroundFocus: 'hsl(322, 65.0%, 54.5%)',
3320
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
3321
+ backgroundTransparent: 'hsla(320, 70.0%, 13.5%, 0)',
3322
+ color: 'hsl(322, 100%, 99.4%)',
3323
+ colorHover: 'hsl(323, 100%, 98.4%)',
3324
+ colorPress: 'hsl(322, 100%, 99.4%)',
3325
+ colorFocus: 'hsl(323, 100%, 98.4%)',
3326
+ colorTransparent: 'hsla(322, 100%, 99.4%, 0)',
3327
+ borderColor: 'hsl(322, 63.9%, 50.7%)',
3328
+ borderColorHover: 'hsl(322, 65.0%, 54.5%)',
3329
+ borderColorFocus: 'hsl(322, 63.9%, 50.7%)',
3330
+ borderColorPress: 'hsl(322, 63.9%, 50.7%)',
3331
+ placeholderColor: 'hsl(323, 78.7%, 94.2%)'
3332
+ } as Theme
3333
+
3334
+ export const light_pink_Tooltip = light_pink_SliderThumb as Theme
3335
+ export const light_pink_ProgressIndicator = light_pink_SliderThumb as Theme
3336
+ export const light_pink_Input = {
3337
+ background: 'hsl(322, 100%, 99.4%)',
3338
+ backgroundHover: 'hsl(323, 100%, 98.4%)',
3339
+ backgroundPress: 'hsl(323, 86.3%, 96.5%)',
3340
+ backgroundFocus: 'hsl(323, 78.7%, 94.2%)',
3341
+ backgroundStrong: 'hsl(322, 100%, 99.4%)',
3342
+ backgroundTransparent: 'hsl(322, 100%, 99.4%)',
3343
+ color: 'hsl(0, 0%, 9.0%)',
3344
+ colorHover: 'hsl(320, 70.0%, 13.5%)',
3345
+ colorPress: 'hsl(0, 0%, 9.0%)',
3346
+ colorFocus: 'hsl(320, 70.0%, 13.5%)',
3347
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
3348
+ borderColor: 'hsl(323, 72.2%, 91.1%)',
3349
+ borderColorHover: 'hsl(323, 66.3%, 86.6%)',
3350
+ borderColorFocus: 'hsl(323, 72.2%, 91.1%)',
3351
+ borderColorPress: 'hsl(323, 72.2%, 91.1%)',
3352
+ placeholderColor: 'hsl(322, 75.0%, 46.0%)'
3353
+ } as Theme
3354
+
3355
+ export const light_pink_TextArea = light_pink_Input as Theme
3356
+ export const light_red_ListItem = {
3357
+ background: 'hsl(359, 100%, 99.4%)',
3358
+ backgroundHover: 'hsl(359, 100%, 98.6%)',
3359
+ backgroundPress: 'hsl(360, 100%, 96.8%)',
3360
+ backgroundFocus: 'hsl(360, 97.9%, 94.8%)',
3361
+ backgroundStrong: 'hsl(359, 100%, 99.4%)',
3362
+ backgroundTransparent: 'hsl(359, 100%, 99.4%)',
3363
+ color: 'hsl(0, 0%, 9.0%)',
3364
+ colorHover: 'hsl(354, 50.0%, 14.6%)',
3365
+ colorPress: 'hsl(0, 0%, 9.0%)',
3366
+ colorFocus: 'hsl(354, 50.0%, 14.6%)',
3367
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
3368
+ borderColor: 'hsl(360, 100%, 96.8%)',
3369
+ borderColorHover: 'hsl(360, 97.9%, 94.8%)',
3370
+ borderColorFocus: 'hsl(360, 100%, 96.8%)',
3371
+ borderColorPress: 'hsl(360, 100%, 96.8%)',
3372
+ placeholderColor: 'hsl(358, 65.0%, 48.7%)'
3373
+ } as Theme
3374
+ export const light_red_Card = {
3375
+ background: 'hsl(360, 100%, 96.8%)',
3376
+ backgroundHover: 'hsl(360, 97.9%, 94.8%)',
3377
+ backgroundPress: 'hsl(360, 90.2%, 91.9%)',
3378
+ backgroundFocus: 'hsl(360, 81.7%, 87.8%)',
3379
+ backgroundStrong: 'hsl(359, 100%, 98.6%)',
3380
+ backgroundTransparent: 'hsl(359, 100%, 99.4%)',
3381
+ color: 'hsl(0, 0%, 9.0%)',
3382
+ colorHover: 'hsl(354, 50.0%, 14.6%)',
3383
+ colorPress: 'hsl(0, 0%, 9.0%)',
3384
+ colorFocus: 'hsl(354, 50.0%, 14.6%)',
3385
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
3386
+ borderColor: 'hsl(360, 90.2%, 91.9%)',
3387
+ borderColorHover: 'hsl(360, 81.7%, 87.8%)',
3388
+ borderColorFocus: 'hsl(360, 90.2%, 91.9%)',
3389
+ borderColorPress: 'hsl(360, 90.2%, 91.9%)',
3390
+ placeholderColor: 'hsl(358, 75.0%, 59.0%)'
3391
+ } as Theme
3392
+
3393
+ export const light_red_DrawerFrame = light_red_Card as Theme
3394
+ export const light_red_Progress = light_red_Card as Theme
3395
+ export const light_red_TooltipArrow = light_red_Card as Theme
3396
+ export const light_red_SliderTrack = light_red_Card as Theme
3397
+ export const light_red_Button = {
3398
+ background: 'hsl(360, 97.9%, 94.8%)',
3399
+ backgroundHover: 'hsl(360, 90.2%, 91.9%)',
3400
+ backgroundPress: 'hsl(360, 81.7%, 87.8%)',
3401
+ backgroundFocus: 'hsl(359, 69.5%, 74.3%)',
3402
+ backgroundStrong: 'hsl(360, 100%, 96.8%)',
3403
+ backgroundTransparent: 'hsl(359, 100%, 98.6%)',
3404
+ color: 'hsl(0, 0%, 9.0%)',
3405
+ colorHover: 'hsl(354, 50.0%, 14.6%)',
3406
+ colorPress: 'hsl(0, 0%, 9.0%)',
3407
+ colorFocus: 'hsl(354, 50.0%, 14.6%)',
3408
+ colorTransparent: 'hsl(354, 50.0%, 14.6%)',
3409
+ borderColor: 'transparent',
3410
+ borderColorHover: 'transparent',
3411
+ borderColorFocus: 'hsl(360, 81.7%, 87.8%)',
3412
+ borderColorPress: 'hsl(360, 81.7%, 87.8%)',
3413
+ placeholderColor: 'hsl(359, 69.5%, 74.3%)'
3414
+ } as Theme
3415
+ export const light_red_Checkbox = {
3416
+ background: 'hsl(360, 97.9%, 94.8%)',
3417
+ backgroundHover: 'hsl(360, 90.2%, 91.9%)',
3418
+ backgroundPress: 'hsl(360, 81.7%, 87.8%)',
3419
+ backgroundFocus: 'hsl(359, 69.5%, 74.3%)',
3420
+ backgroundStrong: 'hsl(360, 100%, 96.8%)',
3421
+ backgroundTransparent: 'hsl(359, 100%, 98.6%)',
3422
+ color: 'hsl(0, 0%, 9.0%)',
3423
+ colorHover: 'hsl(354, 50.0%, 14.6%)',
3424
+ colorPress: 'hsl(0, 0%, 9.0%)',
3425
+ colorFocus: 'hsl(354, 50.0%, 14.6%)',
3426
+ colorTransparent: 'hsl(354, 50.0%, 14.6%)',
3427
+ borderColor: 'hsl(360, 81.7%, 87.8%)',
3428
+ borderColorHover: 'hsl(359, 69.5%, 74.3%)',
3429
+ borderColorFocus: 'hsl(360, 81.7%, 87.8%)',
3430
+ borderColorPress: 'hsl(360, 81.7%, 87.8%)',
3431
+ placeholderColor: 'hsl(359, 69.5%, 74.3%)'
3432
+ } as Theme
3433
+
3434
+ export const light_red_SliderTrackActive = light_red_Checkbox as Theme
3435
+ export const light_red_Switch = light_red_Checkbox as Theme
3436
+ export const light_red_TooltipContent = light_red_Checkbox as Theme
3437
+ export const light_red_SliderThumb = {
3438
+ background: 'hsl(354, 50.0%, 14.6%)',
3439
+ backgroundHover: 'hsl(358, 65.0%, 48.7%)',
3440
+ backgroundPress: 'hsl(358, 69.4%, 55.2%)',
3441
+ backgroundFocus: 'hsl(358, 75.0%, 59.0%)',
3442
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
3443
+ backgroundTransparent: 'hsla(354, 50.0%, 14.6%, 0)',
3444
+ color: 'hsl(359, 100%, 99.4%)',
3445
+ colorHover: 'hsl(359, 100%, 98.6%)',
3446
+ colorPress: 'hsl(359, 100%, 99.4%)',
3447
+ colorFocus: 'hsl(359, 100%, 98.6%)',
3448
+ colorTransparent: 'hsla(359, 100%, 99.4%, 0)',
3449
+ borderColor: 'hsl(358, 69.4%, 55.2%)',
3450
+ borderColorHover: 'hsl(358, 75.0%, 59.0%)',
3451
+ borderColorFocus: 'hsl(358, 69.4%, 55.2%)',
3452
+ borderColorPress: 'hsl(358, 69.4%, 55.2%)',
3453
+ placeholderColor: 'hsl(360, 97.9%, 94.8%)'
3454
+ } as Theme
3455
+
3456
+ export const light_red_Tooltip = light_red_SliderThumb as Theme
3457
+ export const light_red_ProgressIndicator = light_red_SliderThumb as Theme
3458
+ export const light_red_Input = {
3459
+ background: 'hsl(359, 100%, 99.4%)',
3460
+ backgroundHover: 'hsl(359, 100%, 98.6%)',
3461
+ backgroundPress: 'hsl(360, 100%, 96.8%)',
3462
+ backgroundFocus: 'hsl(360, 97.9%, 94.8%)',
3463
+ backgroundStrong: 'hsl(359, 100%, 99.4%)',
3464
+ backgroundTransparent: 'hsl(359, 100%, 99.4%)',
3465
+ color: 'hsl(0, 0%, 9.0%)',
3466
+ colorHover: 'hsl(354, 50.0%, 14.6%)',
3467
+ colorPress: 'hsl(0, 0%, 9.0%)',
3468
+ colorFocus: 'hsl(354, 50.0%, 14.6%)',
3469
+ colorTransparent: 'hsl(0, 0%, 9.0%)',
3470
+ borderColor: 'hsl(360, 90.2%, 91.9%)',
3471
+ borderColorHover: 'hsl(360, 81.7%, 87.8%)',
3472
+ borderColorFocus: 'hsl(360, 90.2%, 91.9%)',
3473
+ borderColorPress: 'hsl(360, 90.2%, 91.9%)',
3474
+ placeholderColor: 'hsl(358, 65.0%, 48.7%)'
3475
+ } as Theme
3476
+
3477
+ export const light_red_TextArea = light_red_Input as Theme
3478
+ export const dark_orange_Card = {
3479
+ background: 'hsl(26, 91.1%, 11.6%)',
3480
+ backgroundHover: 'hsl(25, 88.3%, 14.1%)',
3481
+ backgroundPress: 'hsl(24, 87.6%, 16.6%)',
3482
+ backgroundFocus: 'hsl(24, 88.6%, 19.8%)',
3483
+ backgroundStrong: 'hsl(28, 100%, 8.4%)',
3484
+ backgroundTransparent: 'hsl(30, 70.0%, 7.2%)',
3485
+ color: '#fff',
3486
+ colorHover: 'hsl(24, 97.0%, 93.2%)',
3487
+ colorPress: '#fff',
3488
+ colorFocus: 'hsl(24, 97.0%, 93.2%)',
3489
+ colorTransparent: '#fff',
3490
+ borderColor: 'hsl(24, 88.6%, 19.8%)',
3491
+ borderColorHover: 'hsl(25, 100%, 29.0%)',
3492
+ borderColorFocus: 'hsl(24, 87.6%, 16.6%)',
3493
+ borderColorPress: 'hsl(24, 88.6%, 19.8%)',
3494
+ placeholderColor: 'hsl(24, 94.0%, 50.0%)'
3495
+ } as Theme
3496
+
3497
+ export const dark_orange_DrawerFrame = dark_orange_Card as Theme
3498
+ export const dark_orange_Progress = dark_orange_Card as Theme
3499
+ export const dark_orange_TooltipArrow = dark_orange_Card as Theme
3500
+ export const dark_orange_SliderTrack = dark_orange_Card as Theme
3501
+ export const dark_orange_Button = {
3502
+ background: 'hsl(25, 88.3%, 14.1%)',
3503
+ backgroundHover: 'hsl(24, 87.6%, 16.6%)',
3504
+ backgroundPress: 'hsl(24, 88.6%, 19.8%)',
3505
+ backgroundFocus: 'hsl(25, 100%, 29.0%)',
3506
+ backgroundStrong: 'hsl(26, 91.1%, 11.6%)',
3507
+ backgroundTransparent: 'hsl(28, 100%, 8.4%)',
3508
+ color: '#fff',
3509
+ colorHover: 'hsl(24, 97.0%, 93.2%)',
3510
+ colorPress: '#fff',
3511
+ colorFocus: 'hsl(24, 97.0%, 93.2%)',
3512
+ colorTransparent: 'hsl(24, 97.0%, 93.2%)',
3513
+ borderColor: 'transparent',
3514
+ borderColorHover: 'transparent',
3515
+ borderColorFocus: 'hsl(24, 88.6%, 19.8%)',
3516
+ borderColorPress: 'hsl(25, 100%, 29.0%)',
3517
+ placeholderColor: 'hsl(25, 100%, 29.0%)'
3518
+ } as Theme
3519
+ export const dark_orange_Checkbox = {
3520
+ background: 'hsl(25, 88.3%, 14.1%)',
3521
+ backgroundHover: 'hsl(24, 87.6%, 16.6%)',
3522
+ backgroundPress: 'hsl(24, 88.6%, 19.8%)',
3523
+ backgroundFocus: 'hsl(25, 100%, 29.0%)',
3524
+ backgroundStrong: 'hsl(26, 91.1%, 11.6%)',
3525
+ backgroundTransparent: 'hsl(28, 100%, 8.4%)',
3526
+ color: '#fff',
3527
+ colorHover: 'hsl(24, 97.0%, 93.2%)',
3528
+ colorPress: '#fff',
3529
+ colorFocus: 'hsl(24, 97.0%, 93.2%)',
3530
+ colorTransparent: 'hsl(24, 97.0%, 93.2%)',
3531
+ borderColor: 'hsl(25, 100%, 29.0%)',
3532
+ borderColorHover: 'hsl(24, 94.0%, 50.0%)',
3533
+ borderColorFocus: 'hsl(24, 88.6%, 19.8%)',
3534
+ borderColorPress: 'hsl(25, 100%, 29.0%)',
3535
+ placeholderColor: 'hsl(25, 100%, 29.0%)'
3536
+ } as Theme
3537
+
3538
+ export const dark_orange_SliderTrackActive = dark_orange_Checkbox as Theme
3539
+ export const dark_orange_Switch = dark_orange_Checkbox as Theme
3540
+ export const dark_orange_TooltipContent = dark_orange_Checkbox as Theme
3541
+ export const dark_orange_SwitchThumb = {
3542
+ background: '#fff',
3543
+ backgroundHover: '#fff',
3544
+ backgroundPress: 'hsl(24, 97.0%, 93.2%)',
3545
+ backgroundFocus: 'hsl(24, 100%, 62.2%)',
3546
+ backgroundStrong: '#fff',
3547
+ backgroundTransparent: '#fff',
3548
+ color: 'hsl(30, 70.0%, 7.2%)',
3549
+ colorHover: 'hsl(28, 100%, 8.4%)',
3550
+ colorPress: 'hsl(30, 70.0%, 7.2%)',
3551
+ colorFocus: 'hsl(28, 100%, 8.4%)',
3552
+ colorTransparent: 'hsl(30, 70.0%, 7.2%)',
3553
+ borderColor: 'hsl(24, 100%, 62.2%)',
3554
+ borderColorHover: 'hsl(24, 100%, 58.5%)',
3555
+ borderColorFocus: 'hsl(24, 97.0%, 93.2%)',
3556
+ borderColorPress: 'hsl(24, 100%, 62.2%)',
3557
+ placeholderColor: 'hsl(28, 100%, 8.4%)'
3558
+ } as Theme
3559
+ export const dark_orange_SliderThumb = {
3560
+ background: 'hsl(24, 97.0%, 93.2%)',
3561
+ backgroundHover: 'hsl(24, 100%, 62.2%)',
3562
+ backgroundPress: 'hsl(24, 100%, 58.5%)',
3563
+ backgroundFocus: 'hsl(24, 94.0%, 50.0%)',
3564
+ backgroundStrong: '#fff',
3565
+ backgroundTransparent: 'hsla(24, 97.0%, 93.2%, 0)',
3566
+ color: 'hsl(30, 70.0%, 7.2%)',
3567
+ colorHover: 'hsl(28, 100%, 8.4%)',
3568
+ colorPress: 'hsl(30, 70.0%, 7.2%)',
3569
+ colorFocus: 'hsl(28, 100%, 8.4%)',
3570
+ colorTransparent: 'hsla(30, 70.0%, 7.2%, 0)',
3571
+ borderColor: 'hsl(24, 94.0%, 50.0%)',
3572
+ borderColorHover: 'hsl(25, 100%, 29.0%)',
3573
+ borderColorFocus: 'hsl(24, 100%, 58.5%)',
3574
+ borderColorPress: 'hsl(24, 94.0%, 50.0%)',
3575
+ placeholderColor: 'hsl(25, 88.3%, 14.1%)'
3576
+ } as Theme
3577
+
3578
+ export const dark_orange_Tooltip = dark_orange_SliderThumb as Theme
3579
+ export const dark_orange_ProgressIndicator = dark_orange_SliderThumb as Theme
3580
+ export const dark_orange_Input = {
3581
+ background: 'hsl(28, 100%, 8.4%)',
3582
+ backgroundHover: 'hsl(26, 91.1%, 11.6%)',
3583
+ backgroundPress: 'hsl(25, 88.3%, 14.1%)',
3584
+ backgroundFocus: 'hsl(24, 87.6%, 16.6%)',
3585
+ backgroundStrong: 'hsl(30, 70.0%, 7.2%)',
3586
+ backgroundTransparent: 'hsla(30, 70.0%, 7.2%, 0)',
3587
+ color: '#fff',
3588
+ colorHover: 'hsl(24, 97.0%, 93.2%)',
3589
+ colorPress: '#fff',
3590
+ colorFocus: 'hsl(24, 97.0%, 93.2%)',
3591
+ colorTransparent: 'hsla(24, 97.0%, 93.2%, 0)',
3592
+ borderColor: 'hsl(24, 88.6%, 19.8%)',
3593
+ borderColorHover: 'hsl(25, 100%, 29.0%)',
3594
+ borderColorFocus: 'hsl(24, 87.6%, 16.6%)',
3595
+ borderColorPress: 'hsl(24, 88.6%, 19.8%)',
3596
+ placeholderColor: 'hsl(24, 100%, 58.5%)'
3597
+ } as Theme
3598
+
3599
+ export const dark_orange_TextArea = dark_orange_Input as Theme
3600
+ export const dark_yellow_Card = {
3601
+ background: 'hsl(45, 100%, 8.7%)',
3602
+ backgroundHover: 'hsl(45, 100%, 10.4%)',
3603
+ backgroundPress: 'hsl(47, 100%, 12.1%)',
3604
+ backgroundFocus: 'hsl(49, 100%, 14.3%)',
3605
+ backgroundStrong: 'hsl(46, 100%, 6.7%)',
3606
+ backgroundTransparent: 'hsl(45, 100%, 5.5%)',
3607
+ color: '#fff',
3608
+ colorHover: 'hsl(53, 100%, 91.0%)',
3609
+ colorPress: '#fff',
3610
+ colorFocus: 'hsl(53, 100%, 91.0%)',
3611
+ colorTransparent: '#fff',
3612
+ borderColor: 'hsl(49, 100%, 14.3%)',
3613
+ borderColorHover: 'hsl(50, 100%, 22.0%)',
3614
+ borderColorFocus: 'hsl(47, 100%, 12.1%)',
3615
+ borderColorPress: 'hsl(49, 100%, 14.3%)',
3616
+ placeholderColor: 'hsl(53, 92.0%, 50.0%)'
3617
+ } as Theme
3618
+
3619
+ export const dark_yellow_DrawerFrame = dark_yellow_Card as Theme
3620
+ export const dark_yellow_Progress = dark_yellow_Card as Theme
3621
+ export const dark_yellow_TooltipArrow = dark_yellow_Card as Theme
3622
+ export const dark_yellow_SliderTrack = dark_yellow_Card as Theme
3623
+ export const dark_yellow_Button = {
3624
+ background: 'hsl(45, 100%, 10.4%)',
3625
+ backgroundHover: 'hsl(47, 100%, 12.1%)',
3626
+ backgroundPress: 'hsl(49, 100%, 14.3%)',
3627
+ backgroundFocus: 'hsl(50, 100%, 22.0%)',
3628
+ backgroundStrong: 'hsl(45, 100%, 8.7%)',
3629
+ backgroundTransparent: 'hsl(46, 100%, 6.7%)',
3630
+ color: '#fff',
3631
+ colorHover: 'hsl(53, 100%, 91.0%)',
3632
+ colorPress: '#fff',
3633
+ colorFocus: 'hsl(53, 100%, 91.0%)',
3634
+ colorTransparent: 'hsl(53, 100%, 91.0%)',
3635
+ borderColor: 'transparent',
3636
+ borderColorHover: 'transparent',
3637
+ borderColorFocus: 'hsl(49, 100%, 14.3%)',
3638
+ borderColorPress: 'hsl(50, 100%, 22.0%)',
3639
+ placeholderColor: 'hsl(50, 100%, 22.0%)'
3640
+ } as Theme
3641
+ export const dark_yellow_Checkbox = {
3642
+ background: 'hsl(45, 100%, 10.4%)',
3643
+ backgroundHover: 'hsl(47, 100%, 12.1%)',
3644
+ backgroundPress: 'hsl(49, 100%, 14.3%)',
3645
+ backgroundFocus: 'hsl(50, 100%, 22.0%)',
3646
+ backgroundStrong: 'hsl(45, 100%, 8.7%)',
3647
+ backgroundTransparent: 'hsl(46, 100%, 6.7%)',
3648
+ color: '#fff',
3649
+ colorHover: 'hsl(53, 100%, 91.0%)',
3650
+ colorPress: '#fff',
3651
+ colorFocus: 'hsl(53, 100%, 91.0%)',
3652
+ colorTransparent: 'hsl(53, 100%, 91.0%)',
3653
+ borderColor: 'hsl(50, 100%, 22.0%)',
3654
+ borderColorHover: 'hsl(53, 92.0%, 50.0%)',
3655
+ borderColorFocus: 'hsl(49, 100%, 14.3%)',
3656
+ borderColorPress: 'hsl(50, 100%, 22.0%)',
3657
+ placeholderColor: 'hsl(50, 100%, 22.0%)'
3658
+ } as Theme
3659
+
3660
+ export const dark_yellow_SliderTrackActive = dark_yellow_Checkbox as Theme
3661
+ export const dark_yellow_Switch = dark_yellow_Checkbox as Theme
3662
+ export const dark_yellow_TooltipContent = dark_yellow_Checkbox as Theme
3663
+ export const dark_yellow_SwitchThumb = {
3664
+ background: '#fff',
3665
+ backgroundHover: '#fff',
3666
+ backgroundPress: 'hsl(53, 100%, 91.0%)',
3667
+ backgroundFocus: 'hsl(48, 100%, 47.0%)',
3668
+ backgroundStrong: '#fff',
3669
+ backgroundTransparent: '#fff',
3670
+ color: 'hsl(45, 100%, 5.5%)',
3671
+ colorHover: 'hsl(46, 100%, 6.7%)',
3672
+ colorPress: 'hsl(45, 100%, 5.5%)',
3673
+ colorFocus: 'hsl(46, 100%, 6.7%)',
3674
+ colorTransparent: 'hsl(45, 100%, 5.5%)',
3675
+ borderColor: 'hsl(48, 100%, 47.0%)',
3676
+ borderColorHover: 'hsl(54, 100%, 68.0%)',
3677
+ borderColorFocus: 'hsl(53, 100%, 91.0%)',
3678
+ borderColorPress: 'hsl(48, 100%, 47.0%)',
3679
+ placeholderColor: 'hsl(46, 100%, 6.7%)'
3680
+ } as Theme
3681
+ export const dark_yellow_SliderThumb = {
3682
+ background: 'hsl(53, 100%, 91.0%)',
3683
+ backgroundHover: 'hsl(48, 100%, 47.0%)',
3684
+ backgroundPress: 'hsl(54, 100%, 68.0%)',
3685
+ backgroundFocus: 'hsl(53, 92.0%, 50.0%)',
3686
+ backgroundStrong: '#fff',
3687
+ backgroundTransparent: 'hsla(53, 100%, 91.0%, 0)',
3688
+ color: 'hsl(45, 100%, 5.5%)',
3689
+ colorHover: 'hsl(46, 100%, 6.7%)',
3690
+ colorPress: 'hsl(45, 100%, 5.5%)',
3691
+ colorFocus: 'hsl(46, 100%, 6.7%)',
3692
+ colorTransparent: 'hsla(45, 100%, 5.5%, 0)',
3693
+ borderColor: 'hsl(53, 92.0%, 50.0%)',
3694
+ borderColorHover: 'hsl(50, 100%, 22.0%)',
3695
+ borderColorFocus: 'hsl(54, 100%, 68.0%)',
3696
+ borderColorPress: 'hsl(53, 92.0%, 50.0%)',
3697
+ placeholderColor: 'hsl(45, 100%, 10.4%)'
3698
+ } as Theme
3699
+
3700
+ export const dark_yellow_Tooltip = dark_yellow_SliderThumb as Theme
3701
+ export const dark_yellow_ProgressIndicator = dark_yellow_SliderThumb as Theme
3702
+ export const dark_yellow_Input = {
3703
+ background: 'hsl(46, 100%, 6.7%)',
3704
+ backgroundHover: 'hsl(45, 100%, 8.7%)',
3705
+ backgroundPress: 'hsl(45, 100%, 10.4%)',
3706
+ backgroundFocus: 'hsl(47, 100%, 12.1%)',
3707
+ backgroundStrong: 'hsl(45, 100%, 5.5%)',
3708
+ backgroundTransparent: 'hsla(45, 100%, 5.5%, 0)',
3709
+ color: '#fff',
3710
+ colorHover: 'hsl(53, 100%, 91.0%)',
3711
+ colorPress: '#fff',
3712
+ colorFocus: 'hsl(53, 100%, 91.0%)',
3713
+ colorTransparent: 'hsla(53, 100%, 91.0%, 0)',
3714
+ borderColor: 'hsl(49, 100%, 14.3%)',
3715
+ borderColorHover: 'hsl(50, 100%, 22.0%)',
3716
+ borderColorFocus: 'hsl(47, 100%, 12.1%)',
3717
+ borderColorPress: 'hsl(49, 100%, 14.3%)',
3718
+ placeholderColor: 'hsl(54, 100%, 68.0%)'
3719
+ } as Theme
3720
+
3721
+ export const dark_yellow_TextArea = dark_yellow_Input as Theme
3722
+ export const dark_green_Card = {
3723
+ background: 'hsl(155, 46.7%, 10.9%)',
3724
+ backgroundHover: 'hsl(154, 48.4%, 12.9%)',
3725
+ backgroundPress: 'hsl(154, 49.7%, 14.9%)',
3726
+ backgroundFocus: 'hsl(154, 50.9%, 17.6%)',
3727
+ backgroundStrong: 'hsl(155, 44.2%, 8.4%)',
3728
+ backgroundTransparent: 'hsl(146, 30.0%, 7.4%)',
3729
+ color: '#fff',
3730
+ colorHover: 'hsl(137, 72.0%, 94.0%)',
3731
+ colorPress: '#fff',
3732
+ colorFocus: 'hsl(137, 72.0%, 94.0%)',
3733
+ colorTransparent: '#fff',
3734
+ borderColor: 'hsl(154, 50.9%, 17.6%)',
3735
+ borderColorHover: 'hsl(151, 51.7%, 28.4%)',
3736
+ borderColorFocus: 'hsl(154, 49.7%, 14.9%)',
3737
+ borderColorPress: 'hsl(154, 50.9%, 17.6%)',
3738
+ placeholderColor: 'hsl(151, 55.0%, 41.5%)'
3739
+ } as Theme
3740
+
3741
+ export const dark_green_DrawerFrame = dark_green_Card as Theme
3742
+ export const dark_green_Progress = dark_green_Card as Theme
3743
+ export const dark_green_TooltipArrow = dark_green_Card as Theme
3744
+ export const dark_green_SliderTrack = dark_green_Card as Theme
3745
+ export const dark_green_Button = {
3746
+ background: 'hsl(154, 48.4%, 12.9%)',
3747
+ backgroundHover: 'hsl(154, 49.7%, 14.9%)',
3748
+ backgroundPress: 'hsl(154, 50.9%, 17.6%)',
3749
+ backgroundFocus: 'hsl(151, 51.7%, 28.4%)',
3750
+ backgroundStrong: 'hsl(155, 46.7%, 10.9%)',
3751
+ backgroundTransparent: 'hsl(155, 44.2%, 8.4%)',
3752
+ color: '#fff',
3753
+ colorHover: 'hsl(137, 72.0%, 94.0%)',
3754
+ colorPress: '#fff',
3755
+ colorFocus: 'hsl(137, 72.0%, 94.0%)',
3756
+ colorTransparent: 'hsl(137, 72.0%, 94.0%)',
3757
+ borderColor: 'transparent',
3758
+ borderColorHover: 'transparent',
3759
+ borderColorFocus: 'hsl(154, 50.9%, 17.6%)',
3760
+ borderColorPress: 'hsl(151, 51.7%, 28.4%)',
3761
+ placeholderColor: 'hsl(151, 51.7%, 28.4%)'
3762
+ } as Theme
3763
+ export const dark_green_Checkbox = {
3764
+ background: 'hsl(154, 48.4%, 12.9%)',
3765
+ backgroundHover: 'hsl(154, 49.7%, 14.9%)',
3766
+ backgroundPress: 'hsl(154, 50.9%, 17.6%)',
3767
+ backgroundFocus: 'hsl(151, 51.7%, 28.4%)',
3768
+ backgroundStrong: 'hsl(155, 46.7%, 10.9%)',
3769
+ backgroundTransparent: 'hsl(155, 44.2%, 8.4%)',
3770
+ color: '#fff',
3771
+ colorHover: 'hsl(137, 72.0%, 94.0%)',
3772
+ colorPress: '#fff',
3773
+ colorFocus: 'hsl(137, 72.0%, 94.0%)',
3774
+ colorTransparent: 'hsl(137, 72.0%, 94.0%)',
3775
+ borderColor: 'hsl(151, 51.7%, 28.4%)',
3776
+ borderColorHover: 'hsl(151, 55.0%, 41.5%)',
3777
+ borderColorFocus: 'hsl(154, 50.9%, 17.6%)',
3778
+ borderColorPress: 'hsl(151, 51.7%, 28.4%)',
3779
+ placeholderColor: 'hsl(151, 51.7%, 28.4%)'
3780
+ } as Theme
3781
+
3782
+ export const dark_green_SliderTrackActive = dark_green_Checkbox as Theme
3783
+ export const dark_green_Switch = dark_green_Checkbox as Theme
3784
+ export const dark_green_TooltipContent = dark_green_Checkbox as Theme
3785
+ export const dark_green_SwitchThumb = {
3786
+ background: '#fff',
3787
+ backgroundHover: '#fff',
3788
+ backgroundPress: 'hsl(137, 72.0%, 94.0%)',
3789
+ backgroundFocus: 'hsl(151, 50.0%, 53.2%)',
3790
+ backgroundStrong: '#fff',
3791
+ backgroundTransparent: '#fff',
3792
+ color: 'hsl(146, 30.0%, 7.4%)',
3793
+ colorHover: 'hsl(155, 44.2%, 8.4%)',
3794
+ colorPress: 'hsl(146, 30.0%, 7.4%)',
3795
+ colorFocus: 'hsl(155, 44.2%, 8.4%)',
3796
+ colorTransparent: 'hsl(146, 30.0%, 7.4%)',
3797
+ borderColor: 'hsl(151, 50.0%, 53.2%)',
3798
+ borderColorHover: 'hsl(151, 49.3%, 46.5%)',
3799
+ borderColorFocus: 'hsl(137, 72.0%, 94.0%)',
3800
+ borderColorPress: 'hsl(151, 50.0%, 53.2%)',
3801
+ placeholderColor: 'hsl(155, 44.2%, 8.4%)'
3802
+ } as Theme
3803
+ export const dark_green_SliderThumb = {
3804
+ background: 'hsl(137, 72.0%, 94.0%)',
3805
+ backgroundHover: 'hsl(151, 50.0%, 53.2%)',
3806
+ backgroundPress: 'hsl(151, 49.3%, 46.5%)',
3807
+ backgroundFocus: 'hsl(151, 55.0%, 41.5%)',
3808
+ backgroundStrong: '#fff',
3809
+ backgroundTransparent: 'hsla(137, 72.0%, 94.0%, 0)',
3810
+ color: 'hsl(146, 30.0%, 7.4%)',
3811
+ colorHover: 'hsl(155, 44.2%, 8.4%)',
3812
+ colorPress: 'hsl(146, 30.0%, 7.4%)',
3813
+ colorFocus: 'hsl(155, 44.2%, 8.4%)',
3814
+ colorTransparent: 'hsla(146, 30.0%, 7.4%, 0)',
3815
+ borderColor: 'hsl(151, 55.0%, 41.5%)',
3816
+ borderColorHover: 'hsl(151, 51.7%, 28.4%)',
3817
+ borderColorFocus: 'hsl(151, 49.3%, 46.5%)',
3818
+ borderColorPress: 'hsl(151, 55.0%, 41.5%)',
3819
+ placeholderColor: 'hsl(154, 48.4%, 12.9%)'
3820
+ } as Theme
3821
+
3822
+ export const dark_green_Tooltip = dark_green_SliderThumb as Theme
3823
+ export const dark_green_ProgressIndicator = dark_green_SliderThumb as Theme
3824
+ export const dark_green_Input = {
3825
+ background: 'hsl(155, 44.2%, 8.4%)',
3826
+ backgroundHover: 'hsl(155, 46.7%, 10.9%)',
3827
+ backgroundPress: 'hsl(154, 48.4%, 12.9%)',
3828
+ backgroundFocus: 'hsl(154, 49.7%, 14.9%)',
3829
+ backgroundStrong: 'hsl(146, 30.0%, 7.4%)',
3830
+ backgroundTransparent: 'hsla(146, 30.0%, 7.4%, 0)',
3831
+ color: '#fff',
3832
+ colorHover: 'hsl(137, 72.0%, 94.0%)',
3833
+ colorPress: '#fff',
3834
+ colorFocus: 'hsl(137, 72.0%, 94.0%)',
3835
+ colorTransparent: 'hsla(137, 72.0%, 94.0%, 0)',
3836
+ borderColor: 'hsl(154, 50.9%, 17.6%)',
3837
+ borderColorHover: 'hsl(151, 51.7%, 28.4%)',
3838
+ borderColorFocus: 'hsl(154, 49.7%, 14.9%)',
3839
+ borderColorPress: 'hsl(154, 50.9%, 17.6%)',
3840
+ placeholderColor: 'hsl(151, 49.3%, 46.5%)'
3841
+ } as Theme
3842
+
3843
+ export const dark_green_TextArea = dark_green_Input as Theme
3844
+ export const dark_blue_Card = {
3845
+ background: 'hsl(214, 59.4%, 15.3%)',
3846
+ backgroundHover: 'hsl(214, 65.8%, 17.9%)',
3847
+ backgroundPress: 'hsl(213, 71.2%, 20.2%)',
3848
+ backgroundFocus: 'hsl(212, 77.4%, 23.1%)',
3849
+ backgroundStrong: 'hsl(216, 50.0%, 11.8%)',
3850
+ backgroundTransparent: 'hsl(212, 35.0%, 9.2%)',
3851
+ color: '#fff',
3852
+ colorHover: 'hsl(206, 98.0%, 95.8%)',
3853
+ colorPress: '#fff',
3854
+ colorFocus: 'hsl(206, 98.0%, 95.8%)',
3855
+ colorTransparent: '#fff',
3856
+ borderColor: 'hsl(212, 77.4%, 23.1%)',
3857
+ borderColorHover: 'hsl(211, 89.7%, 34.1%)',
3858
+ borderColorFocus: 'hsl(213, 71.2%, 20.2%)',
3859
+ borderColorPress: 'hsl(212, 77.4%, 23.1%)',
3860
+ placeholderColor: 'hsl(206, 100%, 50.0%)'
3861
+ } as Theme
3862
+
3863
+ export const dark_blue_DrawerFrame = dark_blue_Card as Theme
3864
+ export const dark_blue_Progress = dark_blue_Card as Theme
3865
+ export const dark_blue_TooltipArrow = dark_blue_Card as Theme
3866
+ export const dark_blue_SliderTrack = dark_blue_Card as Theme
3867
+ export const dark_blue_Button = {
3868
+ background: 'hsl(214, 65.8%, 17.9%)',
3869
+ backgroundHover: 'hsl(213, 71.2%, 20.2%)',
3870
+ backgroundPress: 'hsl(212, 77.4%, 23.1%)',
3871
+ backgroundFocus: 'hsl(211, 89.7%, 34.1%)',
3872
+ backgroundStrong: 'hsl(214, 59.4%, 15.3%)',
3873
+ backgroundTransparent: 'hsl(216, 50.0%, 11.8%)',
3874
+ color: '#fff',
3875
+ colorHover: 'hsl(206, 98.0%, 95.8%)',
3876
+ colorPress: '#fff',
3877
+ colorFocus: 'hsl(206, 98.0%, 95.8%)',
3878
+ colorTransparent: 'hsl(206, 98.0%, 95.8%)',
3879
+ borderColor: 'transparent',
3880
+ borderColorHover: 'transparent',
3881
+ borderColorFocus: 'hsl(212, 77.4%, 23.1%)',
3882
+ borderColorPress: 'hsl(211, 89.7%, 34.1%)',
3883
+ placeholderColor: 'hsl(211, 89.7%, 34.1%)'
3884
+ } as Theme
3885
+ export const dark_blue_Checkbox = {
3886
+ background: 'hsl(214, 65.8%, 17.9%)',
3887
+ backgroundHover: 'hsl(213, 71.2%, 20.2%)',
3888
+ backgroundPress: 'hsl(212, 77.4%, 23.1%)',
3889
+ backgroundFocus: 'hsl(211, 89.7%, 34.1%)',
3890
+ backgroundStrong: 'hsl(214, 59.4%, 15.3%)',
3891
+ backgroundTransparent: 'hsl(216, 50.0%, 11.8%)',
3892
+ color: '#fff',
3893
+ colorHover: 'hsl(206, 98.0%, 95.8%)',
3894
+ colorPress: '#fff',
3895
+ colorFocus: 'hsl(206, 98.0%, 95.8%)',
3896
+ colorTransparent: 'hsl(206, 98.0%, 95.8%)',
3897
+ borderColor: 'hsl(211, 89.7%, 34.1%)',
3898
+ borderColorHover: 'hsl(206, 100%, 50.0%)',
3899
+ borderColorFocus: 'hsl(212, 77.4%, 23.1%)',
3900
+ borderColorPress: 'hsl(211, 89.7%, 34.1%)',
3901
+ placeholderColor: 'hsl(211, 89.7%, 34.1%)'
3902
+ } as Theme
3903
+
3904
+ export const dark_blue_SliderTrackActive = dark_blue_Checkbox as Theme
3905
+ export const dark_blue_Switch = dark_blue_Checkbox as Theme
3906
+ export const dark_blue_TooltipContent = dark_blue_Checkbox as Theme
3907
+ export const dark_blue_SwitchThumb = {
3908
+ background: '#fff',
3909
+ backgroundHover: '#fff',
3910
+ backgroundPress: 'hsl(206, 98.0%, 95.8%)',
3911
+ backgroundFocus: 'hsl(210, 100%, 66.1%)',
3912
+ backgroundStrong: '#fff',
3913
+ backgroundTransparent: '#fff',
3914
+ color: 'hsl(212, 35.0%, 9.2%)',
3915
+ colorHover: 'hsl(216, 50.0%, 11.8%)',
3916
+ colorPress: 'hsl(212, 35.0%, 9.2%)',
3917
+ colorFocus: 'hsl(216, 50.0%, 11.8%)',
3918
+ colorTransparent: 'hsl(212, 35.0%, 9.2%)',
3919
+ borderColor: 'hsl(210, 100%, 66.1%)',
3920
+ borderColorHover: 'hsl(209, 100%, 60.6%)',
3921
+ borderColorFocus: 'hsl(206, 98.0%, 95.8%)',
3922
+ borderColorPress: 'hsl(210, 100%, 66.1%)',
3923
+ placeholderColor: 'hsl(216, 50.0%, 11.8%)'
3924
+ } as Theme
3925
+ export const dark_blue_SliderThumb = {
3926
+ background: 'hsl(206, 98.0%, 95.8%)',
3927
+ backgroundHover: 'hsl(210, 100%, 66.1%)',
3928
+ backgroundPress: 'hsl(209, 100%, 60.6%)',
3929
+ backgroundFocus: 'hsl(206, 100%, 50.0%)',
3930
+ backgroundStrong: '#fff',
3931
+ backgroundTransparent: 'hsla(206, 98.0%, 95.8%, 0)',
3932
+ color: 'hsl(212, 35.0%, 9.2%)',
3933
+ colorHover: 'hsl(216, 50.0%, 11.8%)',
3934
+ colorPress: 'hsl(212, 35.0%, 9.2%)',
3935
+ colorFocus: 'hsl(216, 50.0%, 11.8%)',
3936
+ colorTransparent: 'hsla(212, 35.0%, 9.2%, 0)',
3937
+ borderColor: 'hsl(206, 100%, 50.0%)',
3938
+ borderColorHover: 'hsl(211, 89.7%, 34.1%)',
3939
+ borderColorFocus: 'hsl(209, 100%, 60.6%)',
3940
+ borderColorPress: 'hsl(206, 100%, 50.0%)',
3941
+ placeholderColor: 'hsl(214, 65.8%, 17.9%)'
3942
+ } as Theme
3943
+
3944
+ export const dark_blue_Tooltip = dark_blue_SliderThumb as Theme
3945
+ export const dark_blue_ProgressIndicator = dark_blue_SliderThumb as Theme
3946
+ export const dark_blue_Input = {
3947
+ background: 'hsl(216, 50.0%, 11.8%)',
3948
+ backgroundHover: 'hsl(214, 59.4%, 15.3%)',
3949
+ backgroundPress: 'hsl(214, 65.8%, 17.9%)',
3950
+ backgroundFocus: 'hsl(213, 71.2%, 20.2%)',
3951
+ backgroundStrong: 'hsl(212, 35.0%, 9.2%)',
3952
+ backgroundTransparent: 'hsla(212, 35.0%, 9.2%, 0)',
3953
+ color: '#fff',
3954
+ colorHover: 'hsl(206, 98.0%, 95.8%)',
3955
+ colorPress: '#fff',
3956
+ colorFocus: 'hsl(206, 98.0%, 95.8%)',
3957
+ colorTransparent: 'hsla(206, 98.0%, 95.8%, 0)',
3958
+ borderColor: 'hsl(212, 77.4%, 23.1%)',
3959
+ borderColorHover: 'hsl(211, 89.7%, 34.1%)',
3960
+ borderColorFocus: 'hsl(213, 71.2%, 20.2%)',
3961
+ borderColorPress: 'hsl(212, 77.4%, 23.1%)',
3962
+ placeholderColor: 'hsl(209, 100%, 60.6%)'
3963
+ } as Theme
3964
+
3965
+ export const dark_blue_TextArea = dark_blue_Input as Theme
3966
+ export const dark_purple_Card = {
3967
+ background: 'hsl(281, 37.5%, 16.5%)',
3968
+ backgroundHover: 'hsl(280, 41.2%, 20.0%)',
3969
+ backgroundPress: 'hsl(279, 43.8%, 23.3%)',
3970
+ backgroundFocus: 'hsl(277, 46.4%, 27.5%)',
3971
+ backgroundStrong: 'hsl(283, 30.0%, 11.8%)',
3972
+ backgroundTransparent: 'hsl(284, 20.0%, 9.6%)',
3973
+ color: '#fff',
3974
+ colorHover: 'hsl(279, 75.0%, 95.7%)',
3975
+ colorPress: '#fff',
3976
+ colorFocus: 'hsl(279, 75.0%, 95.7%)',
3977
+ colorTransparent: '#fff',
3978
+ borderColor: 'hsl(277, 46.4%, 27.5%)',
3979
+ borderColorHover: 'hsl(272, 52.1%, 45.9%)',
3980
+ borderColorFocus: 'hsl(279, 43.8%, 23.3%)',
3981
+ borderColorPress: 'hsl(277, 46.4%, 27.5%)',
3982
+ placeholderColor: 'hsl(272, 51.0%, 54.0%)'
3983
+ } as Theme
3984
+
3985
+ export const dark_purple_DrawerFrame = dark_purple_Card as Theme
3986
+ export const dark_purple_Progress = dark_purple_Card as Theme
3987
+ export const dark_purple_TooltipArrow = dark_purple_Card as Theme
3988
+ export const dark_purple_SliderTrack = dark_purple_Card as Theme
3989
+ export const dark_purple_Button = {
3990
+ background: 'hsl(280, 41.2%, 20.0%)',
3991
+ backgroundHover: 'hsl(279, 43.8%, 23.3%)',
3992
+ backgroundPress: 'hsl(277, 46.4%, 27.5%)',
3993
+ backgroundFocus: 'hsl(272, 52.1%, 45.9%)',
3994
+ backgroundStrong: 'hsl(281, 37.5%, 16.5%)',
3995
+ backgroundTransparent: 'hsl(283, 30.0%, 11.8%)',
3996
+ color: '#fff',
3997
+ colorHover: 'hsl(279, 75.0%, 95.7%)',
3998
+ colorPress: '#fff',
3999
+ colorFocus: 'hsl(279, 75.0%, 95.7%)',
4000
+ colorTransparent: 'hsl(279, 75.0%, 95.7%)',
4001
+ borderColor: 'transparent',
4002
+ borderColorHover: 'transparent',
4003
+ borderColorFocus: 'hsl(277, 46.4%, 27.5%)',
4004
+ borderColorPress: 'hsl(272, 52.1%, 45.9%)',
4005
+ placeholderColor: 'hsl(272, 52.1%, 45.9%)'
4006
+ } as Theme
4007
+ export const dark_purple_Checkbox = {
4008
+ background: 'hsl(280, 41.2%, 20.0%)',
4009
+ backgroundHover: 'hsl(279, 43.8%, 23.3%)',
4010
+ backgroundPress: 'hsl(277, 46.4%, 27.5%)',
4011
+ backgroundFocus: 'hsl(272, 52.1%, 45.9%)',
4012
+ backgroundStrong: 'hsl(281, 37.5%, 16.5%)',
4013
+ backgroundTransparent: 'hsl(283, 30.0%, 11.8%)',
4014
+ color: '#fff',
4015
+ colorHover: 'hsl(279, 75.0%, 95.7%)',
4016
+ colorPress: '#fff',
4017
+ colorFocus: 'hsl(279, 75.0%, 95.7%)',
4018
+ colorTransparent: 'hsl(279, 75.0%, 95.7%)',
4019
+ borderColor: 'hsl(272, 52.1%, 45.9%)',
4020
+ borderColorHover: 'hsl(272, 51.0%, 54.0%)',
4021
+ borderColorFocus: 'hsl(277, 46.4%, 27.5%)',
4022
+ borderColorPress: 'hsl(272, 52.1%, 45.9%)',
4023
+ placeholderColor: 'hsl(272, 52.1%, 45.9%)'
4024
+ } as Theme
4025
+
4026
+ export const dark_purple_SliderTrackActive = dark_purple_Checkbox as Theme
4027
+ export const dark_purple_Switch = dark_purple_Checkbox as Theme
4028
+ export const dark_purple_TooltipContent = dark_purple_Checkbox as Theme
4029
+ export const dark_purple_SwitchThumb = {
4030
+ background: '#fff',
4031
+ backgroundHover: '#fff',
4032
+ backgroundPress: 'hsl(279, 75.0%, 95.7%)',
4033
+ backgroundFocus: 'hsl(275, 80.0%, 71.0%)',
4034
+ backgroundStrong: '#fff',
4035
+ backgroundTransparent: '#fff',
4036
+ color: 'hsl(284, 20.0%, 9.6%)',
4037
+ colorHover: 'hsl(283, 30.0%, 11.8%)',
4038
+ colorPress: 'hsl(284, 20.0%, 9.6%)',
4039
+ colorFocus: 'hsl(283, 30.0%, 11.8%)',
4040
+ colorTransparent: 'hsl(284, 20.0%, 9.6%)',
4041
+ borderColor: 'hsl(275, 80.0%, 71.0%)',
4042
+ borderColorHover: 'hsl(273, 57.3%, 59.1%)',
4043
+ borderColorFocus: 'hsl(279, 75.0%, 95.7%)',
4044
+ borderColorPress: 'hsl(275, 80.0%, 71.0%)',
4045
+ placeholderColor: 'hsl(283, 30.0%, 11.8%)'
4046
+ } as Theme
4047
+ export const dark_purple_SliderThumb = {
4048
+ background: 'hsl(279, 75.0%, 95.7%)',
4049
+ backgroundHover: 'hsl(275, 80.0%, 71.0%)',
4050
+ backgroundPress: 'hsl(273, 57.3%, 59.1%)',
4051
+ backgroundFocus: 'hsl(272, 51.0%, 54.0%)',
4052
+ backgroundStrong: '#fff',
4053
+ backgroundTransparent: 'hsla(279, 75.0%, 95.7%, 0)',
4054
+ color: 'hsl(284, 20.0%, 9.6%)',
4055
+ colorHover: 'hsl(283, 30.0%, 11.8%)',
4056
+ colorPress: 'hsl(284, 20.0%, 9.6%)',
4057
+ colorFocus: 'hsl(283, 30.0%, 11.8%)',
4058
+ colorTransparent: 'hsla(284, 20.0%, 9.6%, 0)',
4059
+ borderColor: 'hsl(272, 51.0%, 54.0%)',
4060
+ borderColorHover: 'hsl(272, 52.1%, 45.9%)',
4061
+ borderColorFocus: 'hsl(273, 57.3%, 59.1%)',
4062
+ borderColorPress: 'hsl(272, 51.0%, 54.0%)',
4063
+ placeholderColor: 'hsl(280, 41.2%, 20.0%)'
4064
+ } as Theme
4065
+
4066
+ export const dark_purple_Tooltip = dark_purple_SliderThumb as Theme
4067
+ export const dark_purple_ProgressIndicator = dark_purple_SliderThumb as Theme
4068
+ export const dark_purple_Input = {
4069
+ background: 'hsl(283, 30.0%, 11.8%)',
4070
+ backgroundHover: 'hsl(281, 37.5%, 16.5%)',
4071
+ backgroundPress: 'hsl(280, 41.2%, 20.0%)',
4072
+ backgroundFocus: 'hsl(279, 43.8%, 23.3%)',
4073
+ backgroundStrong: 'hsl(284, 20.0%, 9.6%)',
4074
+ backgroundTransparent: 'hsla(284, 20.0%, 9.6%, 0)',
4075
+ color: '#fff',
4076
+ colorHover: 'hsl(279, 75.0%, 95.7%)',
4077
+ colorPress: '#fff',
4078
+ colorFocus: 'hsl(279, 75.0%, 95.7%)',
4079
+ colorTransparent: 'hsla(279, 75.0%, 95.7%, 0)',
4080
+ borderColor: 'hsl(277, 46.4%, 27.5%)',
4081
+ borderColorHover: 'hsl(272, 52.1%, 45.9%)',
4082
+ borderColorFocus: 'hsl(279, 43.8%, 23.3%)',
4083
+ borderColorPress: 'hsl(277, 46.4%, 27.5%)',
4084
+ placeholderColor: 'hsl(273, 57.3%, 59.1%)'
4085
+ } as Theme
4086
+
4087
+ export const dark_purple_TextArea = dark_purple_Input as Theme
4088
+ export const dark_pink_Card = {
4089
+ background: 'hsl(319, 41.0%, 16.0%)',
4090
+ backgroundHover: 'hsl(320, 45.4%, 18.7%)',
4091
+ backgroundPress: 'hsl(320, 49.0%, 21.1%)',
4092
+ backgroundFocus: 'hsl(321, 53.6%, 24.4%)',
4093
+ backgroundStrong: 'hsl(319, 32.2%, 11.6%)',
4094
+ backgroundTransparent: 'hsl(318, 25.0%, 9.6%)',
4095
+ color: '#fff',
4096
+ colorHover: 'hsl(322, 90.0%, 95.8%)',
4097
+ colorPress: '#fff',
4098
+ colorFocus: 'hsl(322, 90.0%, 95.8%)',
4099
+ colorTransparent: '#fff',
4100
+ borderColor: 'hsl(321, 53.6%, 24.4%)',
4101
+ borderColorHover: 'hsl(322, 74.9%, 37.5%)',
4102
+ borderColorFocus: 'hsl(320, 49.0%, 21.1%)',
4103
+ borderColorPress: 'hsl(321, 53.6%, 24.4%)',
4104
+ placeholderColor: 'hsl(322, 65.0%, 54.5%)'
4105
+ } as Theme
4106
+
4107
+ export const dark_pink_DrawerFrame = dark_pink_Card as Theme
4108
+ export const dark_pink_Progress = dark_pink_Card as Theme
4109
+ export const dark_pink_TooltipArrow = dark_pink_Card as Theme
4110
+ export const dark_pink_SliderTrack = dark_pink_Card as Theme
4111
+ export const dark_pink_Button = {
4112
+ background: 'hsl(320, 45.4%, 18.7%)',
4113
+ backgroundHover: 'hsl(320, 49.0%, 21.1%)',
4114
+ backgroundPress: 'hsl(321, 53.6%, 24.4%)',
4115
+ backgroundFocus: 'hsl(322, 74.9%, 37.5%)',
4116
+ backgroundStrong: 'hsl(319, 41.0%, 16.0%)',
4117
+ backgroundTransparent: 'hsl(319, 32.2%, 11.6%)',
4118
+ color: '#fff',
4119
+ colorHover: 'hsl(322, 90.0%, 95.8%)',
4120
+ colorPress: '#fff',
4121
+ colorFocus: 'hsl(322, 90.0%, 95.8%)',
4122
+ colorTransparent: 'hsl(322, 90.0%, 95.8%)',
4123
+ borderColor: 'transparent',
4124
+ borderColorHover: 'transparent',
4125
+ borderColorFocus: 'hsl(321, 53.6%, 24.4%)',
4126
+ borderColorPress: 'hsl(322, 74.9%, 37.5%)',
4127
+ placeholderColor: 'hsl(322, 74.9%, 37.5%)'
4128
+ } as Theme
4129
+ export const dark_pink_Checkbox = {
4130
+ background: 'hsl(320, 45.4%, 18.7%)',
4131
+ backgroundHover: 'hsl(320, 49.0%, 21.1%)',
4132
+ backgroundPress: 'hsl(321, 53.6%, 24.4%)',
4133
+ backgroundFocus: 'hsl(322, 74.9%, 37.5%)',
4134
+ backgroundStrong: 'hsl(319, 41.0%, 16.0%)',
4135
+ backgroundTransparent: 'hsl(319, 32.2%, 11.6%)',
4136
+ color: '#fff',
4137
+ colorHover: 'hsl(322, 90.0%, 95.8%)',
4138
+ colorPress: '#fff',
4139
+ colorFocus: 'hsl(322, 90.0%, 95.8%)',
4140
+ colorTransparent: 'hsl(322, 90.0%, 95.8%)',
4141
+ borderColor: 'hsl(322, 74.9%, 37.5%)',
4142
+ borderColorHover: 'hsl(322, 65.0%, 54.5%)',
4143
+ borderColorFocus: 'hsl(321, 53.6%, 24.4%)',
4144
+ borderColorPress: 'hsl(322, 74.9%, 37.5%)',
4145
+ placeholderColor: 'hsl(322, 74.9%, 37.5%)'
4146
+ } as Theme
4147
+
4148
+ export const dark_pink_SliderTrackActive = dark_pink_Checkbox as Theme
4149
+ export const dark_pink_Switch = dark_pink_Checkbox as Theme
4150
+ export const dark_pink_TooltipContent = dark_pink_Checkbox as Theme
4151
+ export const dark_pink_SwitchThumb = {
4152
+ background: '#fff',
4153
+ backgroundHover: '#fff',
4154
+ backgroundPress: 'hsl(322, 90.0%, 95.8%)',
4155
+ backgroundFocus: 'hsl(325, 90.0%, 66.4%)',
4156
+ backgroundStrong: '#fff',
4157
+ backgroundTransparent: '#fff',
4158
+ color: 'hsl(318, 25.0%, 9.6%)',
4159
+ colorHover: 'hsl(319, 32.2%, 11.6%)',
4160
+ colorPress: 'hsl(318, 25.0%, 9.6%)',
4161
+ colorFocus: 'hsl(319, 32.2%, 11.6%)',
4162
+ colorTransparent: 'hsl(318, 25.0%, 9.6%)',
4163
+ borderColor: 'hsl(325, 90.0%, 66.4%)',
4164
+ borderColorHover: 'hsl(323, 72.8%, 59.2%)',
4165
+ borderColorFocus: 'hsl(322, 90.0%, 95.8%)',
4166
+ borderColorPress: 'hsl(325, 90.0%, 66.4%)',
4167
+ placeholderColor: 'hsl(319, 32.2%, 11.6%)'
4168
+ } as Theme
4169
+ export const dark_pink_SliderThumb = {
4170
+ background: 'hsl(322, 90.0%, 95.8%)',
4171
+ backgroundHover: 'hsl(325, 90.0%, 66.4%)',
4172
+ backgroundPress: 'hsl(323, 72.8%, 59.2%)',
4173
+ backgroundFocus: 'hsl(322, 65.0%, 54.5%)',
4174
+ backgroundStrong: '#fff',
4175
+ backgroundTransparent: 'hsla(322, 90.0%, 95.8%, 0)',
4176
+ color: 'hsl(318, 25.0%, 9.6%)',
4177
+ colorHover: 'hsl(319, 32.2%, 11.6%)',
4178
+ colorPress: 'hsl(318, 25.0%, 9.6%)',
4179
+ colorFocus: 'hsl(319, 32.2%, 11.6%)',
4180
+ colorTransparent: 'hsla(318, 25.0%, 9.6%, 0)',
4181
+ borderColor: 'hsl(322, 65.0%, 54.5%)',
4182
+ borderColorHover: 'hsl(322, 74.9%, 37.5%)',
4183
+ borderColorFocus: 'hsl(323, 72.8%, 59.2%)',
4184
+ borderColorPress: 'hsl(322, 65.0%, 54.5%)',
4185
+ placeholderColor: 'hsl(320, 45.4%, 18.7%)'
4186
+ } as Theme
4187
+
4188
+ export const dark_pink_Tooltip = dark_pink_SliderThumb as Theme
4189
+ export const dark_pink_ProgressIndicator = dark_pink_SliderThumb as Theme
4190
+ export const dark_pink_Input = {
4191
+ background: 'hsl(319, 32.2%, 11.6%)',
4192
+ backgroundHover: 'hsl(319, 41.0%, 16.0%)',
4193
+ backgroundPress: 'hsl(320, 45.4%, 18.7%)',
4194
+ backgroundFocus: 'hsl(320, 49.0%, 21.1%)',
4195
+ backgroundStrong: 'hsl(318, 25.0%, 9.6%)',
4196
+ backgroundTransparent: 'hsla(318, 25.0%, 9.6%, 0)',
4197
+ color: '#fff',
4198
+ colorHover: 'hsl(322, 90.0%, 95.8%)',
4199
+ colorPress: '#fff',
4200
+ colorFocus: 'hsl(322, 90.0%, 95.8%)',
4201
+ colorTransparent: 'hsla(322, 90.0%, 95.8%, 0)',
4202
+ borderColor: 'hsl(321, 53.6%, 24.4%)',
4203
+ borderColorHover: 'hsl(322, 74.9%, 37.5%)',
4204
+ borderColorFocus: 'hsl(320, 49.0%, 21.1%)',
4205
+ borderColorPress: 'hsl(321, 53.6%, 24.4%)',
4206
+ placeholderColor: 'hsl(323, 72.8%, 59.2%)'
4207
+ } as Theme
4208
+
4209
+ export const dark_pink_TextArea = dark_pink_Input as Theme
4210
+ export const dark_red_Card = {
4211
+ background: 'hsl(356, 43.4%, 16.4%)',
4212
+ backgroundHover: 'hsl(356, 47.6%, 19.2%)',
4213
+ backgroundPress: 'hsl(356, 51.1%, 21.9%)',
4214
+ backgroundFocus: 'hsl(356, 55.2%, 25.9%)',
4215
+ backgroundStrong: 'hsl(357, 34.4%, 12.0%)',
4216
+ backgroundTransparent: 'hsl(353, 23.0%, 9.8%)',
4217
+ color: '#fff',
4218
+ colorHover: 'hsl(351, 89.0%, 96.0%)',
4219
+ colorPress: '#fff',
4220
+ colorFocus: 'hsl(351, 89.0%, 96.0%)',
4221
+ colorTransparent: '#fff',
4222
+ borderColor: 'hsl(356, 55.2%, 25.9%)',
4223
+ borderColorHover: 'hsl(358, 65.0%, 40.4%)',
4224
+ borderColorFocus: 'hsl(356, 51.1%, 21.9%)',
4225
+ borderColorPress: 'hsl(356, 55.2%, 25.9%)',
4226
+ placeholderColor: 'hsl(358, 75.0%, 59.0%)'
4227
+ } as Theme
4228
+
4229
+ export const dark_red_DrawerFrame = dark_red_Card as Theme
4230
+ export const dark_red_Progress = dark_red_Card as Theme
4231
+ export const dark_red_TooltipArrow = dark_red_Card as Theme
4232
+ export const dark_red_SliderTrack = dark_red_Card as Theme
4233
+ export const dark_red_Button = {
4234
+ background: 'hsl(356, 47.6%, 19.2%)',
4235
+ backgroundHover: 'hsl(356, 51.1%, 21.9%)',
4236
+ backgroundPress: 'hsl(356, 55.2%, 25.9%)',
4237
+ backgroundFocus: 'hsl(358, 65.0%, 40.4%)',
4238
+ backgroundStrong: 'hsl(356, 43.4%, 16.4%)',
4239
+ backgroundTransparent: 'hsl(357, 34.4%, 12.0%)',
4240
+ color: '#fff',
4241
+ colorHover: 'hsl(351, 89.0%, 96.0%)',
4242
+ colorPress: '#fff',
4243
+ colorFocus: 'hsl(351, 89.0%, 96.0%)',
4244
+ colorTransparent: 'hsl(351, 89.0%, 96.0%)',
4245
+ borderColor: 'transparent',
4246
+ borderColorHover: 'transparent',
4247
+ borderColorFocus: 'hsl(356, 55.2%, 25.9%)',
4248
+ borderColorPress: 'hsl(358, 65.0%, 40.4%)',
4249
+ placeholderColor: 'hsl(358, 65.0%, 40.4%)'
4250
+ } as Theme
4251
+ export const dark_red_Checkbox = {
4252
+ background: 'hsl(356, 47.6%, 19.2%)',
4253
+ backgroundHover: 'hsl(356, 51.1%, 21.9%)',
4254
+ backgroundPress: 'hsl(356, 55.2%, 25.9%)',
4255
+ backgroundFocus: 'hsl(358, 65.0%, 40.4%)',
4256
+ backgroundStrong: 'hsl(356, 43.4%, 16.4%)',
4257
+ backgroundTransparent: 'hsl(357, 34.4%, 12.0%)',
4258
+ color: '#fff',
4259
+ colorHover: 'hsl(351, 89.0%, 96.0%)',
4260
+ colorPress: '#fff',
4261
+ colorFocus: 'hsl(351, 89.0%, 96.0%)',
4262
+ colorTransparent: 'hsl(351, 89.0%, 96.0%)',
4263
+ borderColor: 'hsl(358, 65.0%, 40.4%)',
4264
+ borderColorHover: 'hsl(358, 75.0%, 59.0%)',
4265
+ borderColorFocus: 'hsl(356, 55.2%, 25.9%)',
4266
+ borderColorPress: 'hsl(358, 65.0%, 40.4%)',
4267
+ placeholderColor: 'hsl(358, 65.0%, 40.4%)'
4268
+ } as Theme
4269
+
4270
+ export const dark_red_SliderTrackActive = dark_red_Checkbox as Theme
4271
+ export const dark_red_Switch = dark_red_Checkbox as Theme
4272
+ export const dark_red_TooltipContent = dark_red_Checkbox as Theme
4273
+ export const dark_red_SliderThumb = {
4274
+ background: 'hsl(351, 89.0%, 96.0%)',
4275
+ backgroundHover: 'hsl(358, 100%, 69.5%)',
4276
+ backgroundPress: 'hsl(358, 85.3%, 64.0%)',
4277
+ backgroundFocus: 'hsl(358, 75.0%, 59.0%)',
4278
+ backgroundStrong: '#fff',
4279
+ backgroundTransparent: 'hsla(351, 89.0%, 96.0%, 0)',
4280
+ color: 'hsl(353, 23.0%, 9.8%)',
4281
+ colorHover: 'hsl(357, 34.4%, 12.0%)',
4282
+ colorPress: 'hsl(353, 23.0%, 9.8%)',
4283
+ colorFocus: 'hsl(357, 34.4%, 12.0%)',
4284
+ colorTransparent: 'hsla(353, 23.0%, 9.8%, 0)',
4285
+ borderColor: 'hsl(358, 75.0%, 59.0%)',
4286
+ borderColorHover: 'hsl(358, 65.0%, 40.4%)',
4287
+ borderColorFocus: 'hsl(358, 85.3%, 64.0%)',
4288
+ borderColorPress: 'hsl(358, 75.0%, 59.0%)',
4289
+ placeholderColor: 'hsl(356, 47.6%, 19.2%)'
4290
+ } as Theme
4291
+
4292
+ export const dark_red_Tooltip = dark_red_SliderThumb as Theme
4293
+ export const dark_red_ProgressIndicator = dark_red_SliderThumb as Theme
4294
+ export const dark_red_Input = {
4295
+ background: 'hsl(357, 34.4%, 12.0%)',
4296
+ backgroundHover: 'hsl(356, 43.4%, 16.4%)',
4297
+ backgroundPress: 'hsl(356, 47.6%, 19.2%)',
4298
+ backgroundFocus: 'hsl(356, 51.1%, 21.9%)',
4299
+ backgroundStrong: 'hsl(353, 23.0%, 9.8%)',
4300
+ backgroundTransparent: 'hsla(353, 23.0%, 9.8%, 0)',
4301
+ color: '#fff',
4302
+ colorHover: 'hsl(351, 89.0%, 96.0%)',
4303
+ colorPress: '#fff',
4304
+ colorFocus: 'hsl(351, 89.0%, 96.0%)',
4305
+ colorTransparent: 'hsla(351, 89.0%, 96.0%, 0)',
4306
+ borderColor: 'hsl(356, 55.2%, 25.9%)',
4307
+ borderColorHover: 'hsl(358, 65.0%, 40.4%)',
4308
+ borderColorFocus: 'hsl(356, 51.1%, 21.9%)',
4309
+ borderColorPress: 'hsl(356, 55.2%, 25.9%)',
4310
+ placeholderColor: 'hsl(358, 85.3%, 64.0%)'
4311
+ } as Theme
4312
+
4313
+ export const dark_red_TextArea = dark_red_Input as Theme