@novalabsxyz/tokens 2.0.0-alpha.2
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +202 -0
- package/build/css/tokens-dark.css +771 -0
- package/build/css/tokens-light.css +759 -0
- package/build/index.d.ts +3 -0
- package/build/index.d.ts.map +1 -0
- package/build/index.js +5 -0
- package/build/index.js.map +1 -0
- package/build/js/tokens-dark-mobile.js +769 -0
- package/build/js/tokens-dark.js +769 -0
- package/build/js/tokens-light-mobile.js +757 -0
- package/build/js/tokens-light.js +757 -0
- package/build/scss/tokens-dark.scss +769 -0
- package/build/scss/tokens-light.scss +757 -0
- package/package.json +30 -0
@@ -0,0 +1,757 @@
|
|
1
|
+
$hm_colors_background_bg_active: #f9fafb;
|
2
|
+
$hm_colors_background_bg_brand_primary: #f9f5ff;
|
3
|
+
$hm_colors_background_bg_brand_primary_alt: #f9f5ff;
|
4
|
+
$hm_colors_background_bg_brand_secondary: #f4ebff;
|
5
|
+
$hm_colors_background_bg_brand_section: #53389e;
|
6
|
+
$hm_colors_background_bg_brand_section_subtle: #6941c6;
|
7
|
+
$hm_colors_background_bg_brand_solid: #7f56d9;
|
8
|
+
$hm_colors_background_bg_brand_solid_hover: #6941c6;
|
9
|
+
$hm_colors_background_bg_disabled: #f2f4f7;
|
10
|
+
$hm_colors_background_bg_disabled_subtle: #f9fafb;
|
11
|
+
$hm_colors_background_bg_error_primary: #fef3f2;
|
12
|
+
$hm_colors_background_bg_error_secondary: #fee4e2;
|
13
|
+
$hm_colors_background_bg_error_solid: #d92d20;
|
14
|
+
$hm_colors_background_bg_overlay: #0c111d;
|
15
|
+
$hm_colors_background_bg_primary: #ffffff;
|
16
|
+
$hm_colors_background_bg_primary_solid: #0c111d;
|
17
|
+
$hm_colors_background_bg_primary_alt: #ffffff;
|
18
|
+
$hm_colors_background_bg_primary_hover: #f9fafb;
|
19
|
+
$hm_colors_background_bg_quaternary: #eaecf0;
|
20
|
+
$hm_colors_background_bg_secondary: #f9fafb;
|
21
|
+
$hm_colors_background_bg_secondary_solid: #475467;
|
22
|
+
$hm_colors_background_bg_secondary_alt: #f9fafb;
|
23
|
+
$hm_colors_background_bg_secondary_hover: #f2f4f7;
|
24
|
+
$hm_colors_background_bg_secondary_subtle: #fcfcfd;
|
25
|
+
$hm_colors_background_bg_success_primary: #ecfdf3;
|
26
|
+
$hm_colors_background_bg_success_secondary: #dcfae6;
|
27
|
+
$hm_colors_background_bg_success_solid: #079455;
|
28
|
+
$hm_colors_background_bg_tertiary: #f2f4f7;
|
29
|
+
$hm_colors_background_bg_warning_primary: #fffaeb;
|
30
|
+
$hm_colors_background_bg_warning_secondary: #fef0c7;
|
31
|
+
$hm_colors_background_bg_warning_solid: #dc6803;
|
32
|
+
$hm_colors_border_border_brand: #d6bbfb;
|
33
|
+
$hm_colors_border_border_brand_solid: #7f56d9;
|
34
|
+
$hm_colors_border_border_brand_solid_alt: #7f56d9;
|
35
|
+
$hm_colors_border_border_disabled: #d0d5dd;
|
36
|
+
$hm_colors_border_border_disabled_subtle: #eaecf0;
|
37
|
+
$hm_colors_border_border_error: #fda29b;
|
38
|
+
$hm_colors_border_border_error_solid: #d92d20;
|
39
|
+
$hm_colors_border_border_primary: #d0d5dd;
|
40
|
+
$hm_colors_border_border_secondary: #eaecf0;
|
41
|
+
$hm_colors_border_border_tertiary: #f2f4f7;
|
42
|
+
$hm_colors_foreground_fg_brand_primary_600: #7f56d9;
|
43
|
+
$hm_colors_foreground_fg_brand_primary_alt: #7f56d9;
|
44
|
+
$hm_colors_foreground_fg_brand_secondary_500: #9e77ed;
|
45
|
+
$hm_colors_foreground_fg_disabled: #98a2b3;
|
46
|
+
$hm_colors_foreground_fg_disabled_subtle: #d0d5dd;
|
47
|
+
$hm_colors_foreground_fg_error_primary: #d92d20;
|
48
|
+
$hm_colors_foreground_fg_error_secondary: #f04438;
|
49
|
+
$hm_colors_foreground_fg_primary_900: #101828;
|
50
|
+
$hm_colors_foreground_fg_quaternary_500: #667085;
|
51
|
+
$hm_colors_foreground_fg_quaternary_hover: #475467;
|
52
|
+
$hm_colors_foreground_fg_quinary_400: #98a2b3;
|
53
|
+
$hm_colors_foreground_fg_quinary_hover: #667085;
|
54
|
+
$hm_colors_foreground_fg_secondary_700: #344054;
|
55
|
+
$hm_colors_foreground_fg_secondary_hover: #182230;
|
56
|
+
$hm_colors_foreground_fg_senary_300: #d0d5dd;
|
57
|
+
$hm_colors_foreground_fg_success_primary: #079455;
|
58
|
+
$hm_colors_foreground_fg_success_secondary: #17b26a;
|
59
|
+
$hm_colors_foreground_fg_tertiary_600: #475467;
|
60
|
+
$hm_colors_foreground_fg_tertiary_hover: #344054;
|
61
|
+
$hm_colors_foreground_fg_warning_primary: #dc6803;
|
62
|
+
$hm_colors_foreground_fg_warning_secondary: #f79009;
|
63
|
+
$hm_colors_foreground_fg_white: #ffffff;
|
64
|
+
$hm_colors_text_text_brand_primary_900: #42307d;
|
65
|
+
$hm_colors_text_text_brand_secondary_700: #6941c6;
|
66
|
+
$hm_colors_text_text_brand_tertiary_600: #7f56d9;
|
67
|
+
$hm_colors_text_text_brand_tertiary_alt: #7f56d9;
|
68
|
+
$hm_colors_text_text_disabled: #667085;
|
69
|
+
$hm_colors_text_text_error_primary_600: #d92d20;
|
70
|
+
$hm_colors_text_text_placeholder: #667085;
|
71
|
+
$hm_colors_text_text_placeholder_subtle: #d0d5dd;
|
72
|
+
$hm_colors_text_text_primary_900: #101828;
|
73
|
+
$hm_colors_text_text_primary_on_brand: #ffffff;
|
74
|
+
$hm_colors_text_text_quaternary_500: #667085;
|
75
|
+
$hm_colors_text_text_quaternary_on_brand: #d6bbfb;
|
76
|
+
$hm_colors_text_text_secondary_700: #344054;
|
77
|
+
$hm_colors_text_text_secondary_hover: #182230;
|
78
|
+
$hm_colors_text_text_secondary_on_brand: #e9d7fe;
|
79
|
+
$hm_colors_text_text_success_primary_600: #079455;
|
80
|
+
$hm_colors_text_text_tertiary_600: #475467;
|
81
|
+
$hm_colors_text_text_tertiary_hover: #344054;
|
82
|
+
$hm_colors_text_text_tertiary_on_brand: #e9d7fe;
|
83
|
+
$hm_colors_text_text_warning_primary_600: #dc6803;
|
84
|
+
$hm_colors_text_text_white: #ffffff;
|
85
|
+
$hm_colors_base_black: #000000;
|
86
|
+
$hm_colors_base_transparent: #ffffff00;
|
87
|
+
$hm_colors_base_white: #ffffff;
|
88
|
+
$hm_colors_blue_25: #f5faff;
|
89
|
+
$hm_colors_blue_50: #eff8ff;
|
90
|
+
$hm_colors_blue_100: #d1e9ff;
|
91
|
+
$hm_colors_blue_200: #b2ddff;
|
92
|
+
$hm_colors_blue_300: #84caff;
|
93
|
+
$hm_colors_blue_400: #53b1fd;
|
94
|
+
$hm_colors_blue_500: #2e90fa;
|
95
|
+
$hm_colors_blue_600: #1570ef;
|
96
|
+
$hm_colors_blue_700: #175cd3;
|
97
|
+
$hm_colors_blue_800: #1849a9;
|
98
|
+
$hm_colors_blue_900: #194185;
|
99
|
+
$hm_colors_blue_950: #102a56;
|
100
|
+
$hm_colors_blue_dark_25: #f5f8ff;
|
101
|
+
$hm_colors_blue_dark_50: #eff4ff;
|
102
|
+
$hm_colors_blue_dark_100: #d1e0ff;
|
103
|
+
$hm_colors_blue_dark_200: #b2ccff;
|
104
|
+
$hm_colors_blue_dark_300: #84adff;
|
105
|
+
$hm_colors_blue_dark_400: #528bff;
|
106
|
+
$hm_colors_blue_dark_500: #2970ff;
|
107
|
+
$hm_colors_blue_dark_600: #155eef;
|
108
|
+
$hm_colors_blue_dark_700: #004eeb;
|
109
|
+
$hm_colors_blue_dark_800: #0040c1;
|
110
|
+
$hm_colors_blue_dark_900: #00359e;
|
111
|
+
$hm_colors_blue_dark_950: #002266;
|
112
|
+
$hm_colors_blue_light_25: #f5fbff;
|
113
|
+
$hm_colors_blue_light_50: #f0f9ff;
|
114
|
+
$hm_colors_blue_light_100: #e0f2fe;
|
115
|
+
$hm_colors_blue_light_200: #b9e6fe;
|
116
|
+
$hm_colors_blue_light_300: #7cd4fd;
|
117
|
+
$hm_colors_blue_light_400: #36bffa;
|
118
|
+
$hm_colors_blue_light_500: #0ba5ec;
|
119
|
+
$hm_colors_blue_light_600: #0086c9;
|
120
|
+
$hm_colors_blue_light_700: #026aa2;
|
121
|
+
$hm_colors_blue_light_800: #065986;
|
122
|
+
$hm_colors_blue_light_900: #0b4a6f;
|
123
|
+
$hm_colors_blue_light_950: #062c41;
|
124
|
+
$hm_colors_brand_25: #fcfaff;
|
125
|
+
$hm_colors_brand_50: #f9f5ff;
|
126
|
+
$hm_colors_brand_100: #f4ebff;
|
127
|
+
$hm_colors_brand_200: #e9d7fe;
|
128
|
+
$hm_colors_brand_300: #d6bbfb;
|
129
|
+
$hm_colors_brand_400: #b692f6;
|
130
|
+
$hm_colors_brand_500: #9e77ed;
|
131
|
+
$hm_colors_brand_600: #7f56d9;
|
132
|
+
$hm_colors_brand_700: #6941c6;
|
133
|
+
$hm_colors_brand_800: #53389e;
|
134
|
+
$hm_colors_brand_900: #42307d;
|
135
|
+
$hm_colors_brand_950: #2c1c5f;
|
136
|
+
$hm_colors_cyan_25: #f5feff;
|
137
|
+
$hm_colors_cyan_50: #ecfdff;
|
138
|
+
$hm_colors_cyan_100: #cff9fe;
|
139
|
+
$hm_colors_cyan_200: #a5f0fc;
|
140
|
+
$hm_colors_cyan_300: #67e3f9;
|
141
|
+
$hm_colors_cyan_400: #22ccee;
|
142
|
+
$hm_colors_cyan_500: #06aed4;
|
143
|
+
$hm_colors_cyan_600: #088ab2;
|
144
|
+
$hm_colors_cyan_700: #0e7090;
|
145
|
+
$hm_colors_cyan_800: #155b75;
|
146
|
+
$hm_colors_cyan_900: #164c63;
|
147
|
+
$hm_colors_cyan_950: #0d2d3a;
|
148
|
+
$hm_colors_error_25: #fffbfa;
|
149
|
+
$hm_colors_error_50: #fef3f2;
|
150
|
+
$hm_colors_error_100: #fee4e2;
|
151
|
+
$hm_colors_error_200: #fecdca;
|
152
|
+
$hm_colors_error_300: #fda29b;
|
153
|
+
$hm_colors_error_400: #f97066;
|
154
|
+
$hm_colors_error_500: #f04438;
|
155
|
+
$hm_colors_error_600: #d92d20;
|
156
|
+
$hm_colors_error_700: #b42318;
|
157
|
+
$hm_colors_error_800: #912018;
|
158
|
+
$hm_colors_error_900: #7a271a;
|
159
|
+
$hm_colors_error_950: #55160c;
|
160
|
+
$hm_colors_fuchsia_25: #fefaff;
|
161
|
+
$hm_colors_fuchsia_50: #fdf4ff;
|
162
|
+
$hm_colors_fuchsia_100: #fbe8ff;
|
163
|
+
$hm_colors_fuchsia_200: #f6d0fe;
|
164
|
+
$hm_colors_fuchsia_300: #eeaafd;
|
165
|
+
$hm_colors_fuchsia_400: #e478fa;
|
166
|
+
$hm_colors_fuchsia_500: #d444f1;
|
167
|
+
$hm_colors_fuchsia_600: #ba24d5;
|
168
|
+
$hm_colors_fuchsia_700: #9f1ab1;
|
169
|
+
$hm_colors_fuchsia_800: #821890;
|
170
|
+
$hm_colors_fuchsia_900: #6f1877;
|
171
|
+
$hm_colors_fuchsia_950: #47104c;
|
172
|
+
$hm_colors_gray__25: #fcfcfd;
|
173
|
+
$hm_colors_gray__50: #f9fafb;
|
174
|
+
$hm_colors_gray__100: #f2f4f7;
|
175
|
+
$hm_colors_gray__200: #eaecf0;
|
176
|
+
$hm_colors_gray__300: #d0d5dd;
|
177
|
+
$hm_colors_gray__400: #98a2b3;
|
178
|
+
$hm_colors_gray__500: #667085;
|
179
|
+
$hm_colors_gray__600: #475467;
|
180
|
+
$hm_colors_gray__700: #344054;
|
181
|
+
$hm_colors_gray__800: #182230;
|
182
|
+
$hm_colors_gray__900: #101828;
|
183
|
+
$hm_colors_gray__950: #0c111d;
|
184
|
+
$hm_colors_gray_blue_25: #fcfcfd;
|
185
|
+
$hm_colors_gray_blue_50: #f8f9fc;
|
186
|
+
$hm_colors_gray_blue_100: #eaecf5;
|
187
|
+
$hm_colors_gray_blue_200: #d5d9eb;
|
188
|
+
$hm_colors_gray_blue_300: #b3b8db;
|
189
|
+
$hm_colors_gray_blue_400: #717bbc;
|
190
|
+
$hm_colors_gray_blue_500: #4e5ba6;
|
191
|
+
$hm_colors_gray_blue_600: #3e4784;
|
192
|
+
$hm_colors_gray_blue_700: #363f72;
|
193
|
+
$hm_colors_gray_blue_800: #293056;
|
194
|
+
$hm_colors_gray_blue_900: #101323;
|
195
|
+
$hm_colors_gray_blue_950: #0d0f1c;
|
196
|
+
$hm_colors_gray_cool_25: #fcfcfd;
|
197
|
+
$hm_colors_gray_cool_50: #f9f9fb;
|
198
|
+
$hm_colors_gray_cool_100: #eff1f5;
|
199
|
+
$hm_colors_gray_cool_200: #dcdfea;
|
200
|
+
$hm_colors_gray_cool_300: #b9c0d4;
|
201
|
+
$hm_colors_gray_cool_400: #7d89b0;
|
202
|
+
$hm_colors_gray_cool_500: #5d6b98;
|
203
|
+
$hm_colors_gray_cool_600: #4a5578;
|
204
|
+
$hm_colors_gray_cool_700: #404968;
|
205
|
+
$hm_colors_gray_cool_800: #30374f;
|
206
|
+
$hm_colors_gray_cool_900: #111322;
|
207
|
+
$hm_colors_gray_cool_950: #0e101b;
|
208
|
+
$hm_colors_gray_iron_25: #fcfcfc;
|
209
|
+
$hm_colors_gray_iron_50: #fafafa;
|
210
|
+
$hm_colors_gray_iron_100: #f4f4f5;
|
211
|
+
$hm_colors_gray_iron_200: #e4e4e7;
|
212
|
+
$hm_colors_gray_iron_300: #d1d1d6;
|
213
|
+
$hm_colors_gray_iron_400: #a0a0ab;
|
214
|
+
$hm_colors_gray_iron_500: #70707b;
|
215
|
+
$hm_colors_gray_iron_600: #51525c;
|
216
|
+
$hm_colors_gray_iron_700: #3f3f46;
|
217
|
+
$hm_colors_gray_iron_800: #26272b;
|
218
|
+
$hm_colors_gray_iron_900: #1a1a1e;
|
219
|
+
$hm_colors_gray_iron_950: #131316;
|
220
|
+
$hm_colors_gray_modern_25: #fcfcfd;
|
221
|
+
$hm_colors_gray_modern_50: #f8fafc;
|
222
|
+
$hm_colors_gray_modern_100: #eef2f6;
|
223
|
+
$hm_colors_gray_modern_200: #e3e8ef;
|
224
|
+
$hm_colors_gray_modern_300: #cdd5df;
|
225
|
+
$hm_colors_gray_modern_400: #9aa4b2;
|
226
|
+
$hm_colors_gray_modern_500: #697586;
|
227
|
+
$hm_colors_gray_modern_600: #4b5565;
|
228
|
+
$hm_colors_gray_modern_700: #364152;
|
229
|
+
$hm_colors_gray_modern_800: #202939;
|
230
|
+
$hm_colors_gray_modern_900: #121926;
|
231
|
+
$hm_colors_gray_modern_950: #0d121c;
|
232
|
+
$hm_colors_gray_neutral_25: #fcfcfd;
|
233
|
+
$hm_colors_gray_neutral_50: #f9fafb;
|
234
|
+
$hm_colors_gray_neutral_100: #f3f4f6;
|
235
|
+
$hm_colors_gray_neutral_200: #e5e7eb;
|
236
|
+
$hm_colors_gray_neutral_300: #d2d6db;
|
237
|
+
$hm_colors_gray_neutral_400: #9da4ae;
|
238
|
+
$hm_colors_gray_neutral_500: #6c737f;
|
239
|
+
$hm_colors_gray_neutral_600: #4d5761;
|
240
|
+
$hm_colors_gray_neutral_700: #384250;
|
241
|
+
$hm_colors_gray_neutral_800: #1f2a37;
|
242
|
+
$hm_colors_gray_neutral_900: #111927;
|
243
|
+
$hm_colors_gray_neutral_950: #0d121c;
|
244
|
+
$hm_colors_gray_true_25: #fcfcfc;
|
245
|
+
$hm_colors_gray_true_50: #fafafa;
|
246
|
+
$hm_colors_gray_true_100: #f5f5f5;
|
247
|
+
$hm_colors_gray_true_200: #e5e5e5;
|
248
|
+
$hm_colors_gray_true_300: #d6d6d6;
|
249
|
+
$hm_colors_gray_true_400: #a3a3a3;
|
250
|
+
$hm_colors_gray_true_500: #737373;
|
251
|
+
$hm_colors_gray_true_600: #525252;
|
252
|
+
$hm_colors_gray_true_700: #424242;
|
253
|
+
$hm_colors_gray_true_800: #292929;
|
254
|
+
$hm_colors_gray_true_900: #141414;
|
255
|
+
$hm_colors_gray_true_950: #0f0f0f;
|
256
|
+
$hm_colors_gray_warm_25: #fdfdfc;
|
257
|
+
$hm_colors_gray_warm_50: #fafaf9;
|
258
|
+
$hm_colors_gray_warm_100: #f5f5f4;
|
259
|
+
$hm_colors_gray_warm_200: #e7e5e4;
|
260
|
+
$hm_colors_gray_warm_300: #d7d3d0;
|
261
|
+
$hm_colors_gray_warm_400: #a9a29d;
|
262
|
+
$hm_colors_gray_warm_500: #79716b;
|
263
|
+
$hm_colors_gray_warm_600: #57534e;
|
264
|
+
$hm_colors_gray_warm_700: #44403c;
|
265
|
+
$hm_colors_gray_warm_800: #292524;
|
266
|
+
$hm_colors_gray_warm_900: #1c1917;
|
267
|
+
$hm_colors_gray_warm_950: #171412;
|
268
|
+
$hm_colors_green_25: #f6fef9;
|
269
|
+
$hm_colors_green_50: #edfcf2;
|
270
|
+
$hm_colors_green_100: #d3f8df;
|
271
|
+
$hm_colors_green_200: #aaf0c4;
|
272
|
+
$hm_colors_green_300: #73e2a3;
|
273
|
+
$hm_colors_green_400: #3ccb7f;
|
274
|
+
$hm_colors_green_500: #16b364;
|
275
|
+
$hm_colors_green_600: #099250;
|
276
|
+
$hm_colors_green_700: #087443;
|
277
|
+
$hm_colors_green_800: #095c37;
|
278
|
+
$hm_colors_green_900: #084c2e;
|
279
|
+
$hm_colors_green_950: #052e1c;
|
280
|
+
$hm_colors_green_light_25: #fafef5;
|
281
|
+
$hm_colors_green_light_50: #f3fee7;
|
282
|
+
$hm_colors_green_light_100: #e3fbcc;
|
283
|
+
$hm_colors_green_light_200: #d0f8ab;
|
284
|
+
$hm_colors_green_light_300: #a6ef67;
|
285
|
+
$hm_colors_green_light_400: #85e13a;
|
286
|
+
$hm_colors_green_light_500: #66c61c;
|
287
|
+
$hm_colors_green_light_600: #4ca30d;
|
288
|
+
$hm_colors_green_light_700: #3b7c0f;
|
289
|
+
$hm_colors_green_light_800: #326212;
|
290
|
+
$hm_colors_green_light_900: #2b5314;
|
291
|
+
$hm_colors_green_light_950: #15290a;
|
292
|
+
$hm_colors_indigo_25: #f5f8ff;
|
293
|
+
$hm_colors_indigo_50: #eef4ff;
|
294
|
+
$hm_colors_indigo_100: #e0eaff;
|
295
|
+
$hm_colors_indigo_200: #c7d7fe;
|
296
|
+
$hm_colors_indigo_300: #a4bcfd;
|
297
|
+
$hm_colors_indigo_400: #8098f9;
|
298
|
+
$hm_colors_indigo_500: #6172f3;
|
299
|
+
$hm_colors_indigo_600: #444ce7;
|
300
|
+
$hm_colors_indigo_700: #3538cd;
|
301
|
+
$hm_colors_indigo_800: #2d31a6;
|
302
|
+
$hm_colors_indigo_900: #2d3282;
|
303
|
+
$hm_colors_indigo_950: #1f235b;
|
304
|
+
$hm_colors_moss_25: #fafdf7;
|
305
|
+
$hm_colors_moss_50: #f5fbee;
|
306
|
+
$hm_colors_moss_100: #e6f4d7;
|
307
|
+
$hm_colors_moss_200: #ceeab0;
|
308
|
+
$hm_colors_moss_300: #acdc79;
|
309
|
+
$hm_colors_moss_400: #86cb3c;
|
310
|
+
$hm_colors_moss_500: #669f2a;
|
311
|
+
$hm_colors_moss_600: #4f7a21;
|
312
|
+
$hm_colors_moss_700: #3f621a;
|
313
|
+
$hm_colors_moss_800: #335015;
|
314
|
+
$hm_colors_moss_900: #2b4212;
|
315
|
+
$hm_colors_moss_950: #1a280b;
|
316
|
+
$hm_colors_orange_25: #fefaf5;
|
317
|
+
$hm_colors_orange_50: #fef6ee;
|
318
|
+
$hm_colors_orange_100: #fdead7;
|
319
|
+
$hm_colors_orange_200: #f9dbaf;
|
320
|
+
$hm_colors_orange_300: #f7b27a;
|
321
|
+
$hm_colors_orange_400: #f38744;
|
322
|
+
$hm_colors_orange_500: #ef6820;
|
323
|
+
$hm_colors_orange_600: #e04f16;
|
324
|
+
$hm_colors_orange_700: #b93815;
|
325
|
+
$hm_colors_orange_800: #932f19;
|
326
|
+
$hm_colors_orange_900: #772917;
|
327
|
+
$hm_colors_orange_950: #511c10;
|
328
|
+
$hm_colors_orange_dark_25: #fff9f5;
|
329
|
+
$hm_colors_orange_dark_50: #fff4ed;
|
330
|
+
$hm_colors_orange_dark_100: #ffe6d5;
|
331
|
+
$hm_colors_orange_dark_200: #ffd6ae;
|
332
|
+
$hm_colors_orange_dark_300: #ff9c66;
|
333
|
+
$hm_colors_orange_dark_400: #ff692e;
|
334
|
+
$hm_colors_orange_dark_500: #ff4405;
|
335
|
+
$hm_colors_orange_dark_600: #e62e05;
|
336
|
+
$hm_colors_orange_dark_700: #bc1b06;
|
337
|
+
$hm_colors_orange_dark_800: #97180c;
|
338
|
+
$hm_colors_orange_dark_900: #771a0d;
|
339
|
+
$hm_colors_orange_dark_950: #57130a;
|
340
|
+
$hm_colors_pink_25: #fef6fb;
|
341
|
+
$hm_colors_pink_50: #fdf2fa;
|
342
|
+
$hm_colors_pink_100: #fce7f6;
|
343
|
+
$hm_colors_pink_200: #fcceee;
|
344
|
+
$hm_colors_pink_300: #faa7e0;
|
345
|
+
$hm_colors_pink_400: #f670c7;
|
346
|
+
$hm_colors_pink_500: #ee46bc;
|
347
|
+
$hm_colors_pink_600: #dd2590;
|
348
|
+
$hm_colors_pink_700: #c11574;
|
349
|
+
$hm_colors_pink_800: #9e165f;
|
350
|
+
$hm_colors_pink_900: #851651;
|
351
|
+
$hm_colors_pink_950: #4e0d30;
|
352
|
+
$hm_colors_purple_25: #fafaff;
|
353
|
+
$hm_colors_purple_50: #f4f3ff;
|
354
|
+
$hm_colors_purple_100: #ebe9fe;
|
355
|
+
$hm_colors_purple_200: #d9d6fe;
|
356
|
+
$hm_colors_purple_300: #bdb4fe;
|
357
|
+
$hm_colors_purple_400: #9b8afb;
|
358
|
+
$hm_colors_purple_500: #7a5af8;
|
359
|
+
$hm_colors_purple_600: #6938ef;
|
360
|
+
$hm_colors_purple_700: #5925dc;
|
361
|
+
$hm_colors_purple_800: #4a1fb8;
|
362
|
+
$hm_colors_purple_900: #3e1c96;
|
363
|
+
$hm_colors_purple_950: #27115f;
|
364
|
+
$hm_colors_ros_25: #fff5f6;
|
365
|
+
$hm_colors_ros_50: #fff1f3;
|
366
|
+
$hm_colors_ros_100: #ffe4e8;
|
367
|
+
$hm_colors_ros_200: #fecdd6;
|
368
|
+
$hm_colors_ros_300: #fea3b4;
|
369
|
+
$hm_colors_ros_400: #fd6f8e;
|
370
|
+
$hm_colors_ros_500: #f63d68;
|
371
|
+
$hm_colors_ros_600: #e31b54;
|
372
|
+
$hm_colors_ros_700: #c01048;
|
373
|
+
$hm_colors_ros_800: #a11043;
|
374
|
+
$hm_colors_ros_900: #89123e;
|
375
|
+
$hm_colors_ros_950: #510b24;
|
376
|
+
$hm_colors_success_25: #f6fef9;
|
377
|
+
$hm_colors_success_50: #ecfdf3;
|
378
|
+
$hm_colors_success_100: #dcfae6;
|
379
|
+
$hm_colors_success_200: #abefc6;
|
380
|
+
$hm_colors_success_300: #75e0a7;
|
381
|
+
$hm_colors_success_400: #47cd89;
|
382
|
+
$hm_colors_success_500: #17b26a;
|
383
|
+
$hm_colors_success_600: #079455;
|
384
|
+
$hm_colors_success_700: #067647;
|
385
|
+
$hm_colors_success_800: #085d3a;
|
386
|
+
$hm_colors_success_900: #074d31;
|
387
|
+
$hm_colors_success_950: #053321;
|
388
|
+
$hm_colors_teal_25: #f6fefc;
|
389
|
+
$hm_colors_teal_50: #f0fdf9;
|
390
|
+
$hm_colors_teal_100: #ccfbef;
|
391
|
+
$hm_colors_teal_200: #99f6e0;
|
392
|
+
$hm_colors_teal_300: #5fe9d0;
|
393
|
+
$hm_colors_teal_400: #2ed3b7;
|
394
|
+
$hm_colors_teal_500: #15b79e;
|
395
|
+
$hm_colors_teal_600: #0e9384;
|
396
|
+
$hm_colors_teal_700: #107569;
|
397
|
+
$hm_colors_teal_800: #125d56;
|
398
|
+
$hm_colors_teal_900: #134e48;
|
399
|
+
$hm_colors_teal_950: #0a2926;
|
400
|
+
$hm_colors_violet_25: #fbfaff;
|
401
|
+
$hm_colors_violet_50: #f5f3ff;
|
402
|
+
$hm_colors_violet_100: #ece9fe;
|
403
|
+
$hm_colors_violet_200: #ddd6fe;
|
404
|
+
$hm_colors_violet_300: #c3b5fd;
|
405
|
+
$hm_colors_violet_400: #a48afb;
|
406
|
+
$hm_colors_violet_500: #875bf7;
|
407
|
+
$hm_colors_violet_600: #7839ee;
|
408
|
+
$hm_colors_violet_700: #6927da;
|
409
|
+
$hm_colors_violet_800: #5720b7;
|
410
|
+
$hm_colors_violet_900: #491c96;
|
411
|
+
$hm_colors_violet_950: #2e125e;
|
412
|
+
$hm_colors_warning_25: #fffcf5;
|
413
|
+
$hm_colors_warning_50: #fffaeb;
|
414
|
+
$hm_colors_warning_100: #fef0c7;
|
415
|
+
$hm_colors_warning_200: #fedf89;
|
416
|
+
$hm_colors_warning_300: #fec84b;
|
417
|
+
$hm_colors_warning_400: #fdb022;
|
418
|
+
$hm_colors_warning_500: #f79009;
|
419
|
+
$hm_colors_warning_600: #dc6803;
|
420
|
+
$hm_colors_warning_700: #b54708;
|
421
|
+
$hm_colors_warning_800: #93370d;
|
422
|
+
$hm_colors_warning_900: #7a2e0e;
|
423
|
+
$hm_colors_warning_950: #4e1d09;
|
424
|
+
$hm_colors_yellow_25: #fefdf0;
|
425
|
+
$hm_colors_yellow_50: #fefbe8;
|
426
|
+
$hm_colors_yellow_100: #fef7c3;
|
427
|
+
$hm_colors_yellow_200: #feee95;
|
428
|
+
$hm_colors_yellow_300: #fde272;
|
429
|
+
$hm_colors_yellow_400: #fac515;
|
430
|
+
$hm_colors_yellow_500: #eaaa08;
|
431
|
+
$hm_colors_yellow_600: #ca8504;
|
432
|
+
$hm_colors_yellow_700: #a15c07;
|
433
|
+
$hm_colors_yellow_800: #854a0e;
|
434
|
+
$hm_colors_yellow_900: #713b12;
|
435
|
+
$hm_colors_yellow_950: #542c0d;
|
436
|
+
$hm_component_colors_alpha_alpha_black_10: #0000001a;
|
437
|
+
$hm_component_colors_alpha_alpha_black_100: #000000;
|
438
|
+
$hm_component_colors_alpha_alpha_black_20: #00000033;
|
439
|
+
$hm_component_colors_alpha_alpha_black_30: #0000004d;
|
440
|
+
$hm_component_colors_alpha_alpha_black_40: #00000066;
|
441
|
+
$hm_component_colors_alpha_alpha_black_50: #00000080;
|
442
|
+
$hm_component_colors_alpha_alpha_black_60: #00000099;
|
443
|
+
$hm_component_colors_alpha_alpha_black_70: #000000b3;
|
444
|
+
$hm_component_colors_alpha_alpha_black_80: #000000cc;
|
445
|
+
$hm_component_colors_alpha_alpha_black_90: #000000e6;
|
446
|
+
$hm_component_colors_alpha_alpha_white_10: #ffffff1a;
|
447
|
+
$hm_component_colors_alpha_alpha_white_100: #ffffff;
|
448
|
+
$hm_component_colors_alpha_alpha_white_20: #ffffff33;
|
449
|
+
$hm_component_colors_alpha_alpha_white_30: #ffffff4d;
|
450
|
+
$hm_component_colors_alpha_alpha_white_40: #ffffff66;
|
451
|
+
$hm_component_colors_alpha_alpha_white_50: #ffffff80;
|
452
|
+
$hm_component_colors_alpha_alpha_white_60: #ffffff99;
|
453
|
+
$hm_component_colors_alpha_alpha_white_70: #ffffffb3;
|
454
|
+
$hm_component_colors_alpha_alpha_white_80: #ffffffcc;
|
455
|
+
$hm_component_colors_alpha_alpha_white_90: #ffffffe6;
|
456
|
+
$hm_component_colors_components_app_store_badges_app_store_badge_border: #a6a6a6;
|
457
|
+
$hm_component_colors_components_application_navigation_nav_item_button_icon_fg: #667085;
|
458
|
+
$hm_component_colors_components_application_navigation_nav_item_button_icon_fg_active: #344054;
|
459
|
+
$hm_component_colors_components_application_navigation_nav_item_icon_fg: #667085;
|
460
|
+
$hm_component_colors_components_application_navigation_nav_item_icon_fg_active: #667085;
|
461
|
+
$hm_component_colors_components_avatars_avatar_bg: #f2f4f7;
|
462
|
+
$hm_component_colors_components_avatars_avatar_contrast_border: #00000014;
|
463
|
+
$hm_component_colors_components_avatars_avatar_focus_border: #98a2b324;
|
464
|
+
$hm_component_colors_components_avatars_avatar_profile_photo_border: #ffffff;
|
465
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_bg_hover: #f9fafb;
|
466
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_brand_bg_hover: #f9f5ff;
|
467
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_brand_fg_hover: #6941c6;
|
468
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_brand_icon_fg_hover: #6941c6;
|
469
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_fg: #475467;
|
470
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_fg_hover: #344054;
|
471
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_icon_fg: #667085;
|
472
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_icon_fg_hover: #344054;
|
473
|
+
$hm_component_colors_components_buttons_primary_button_primary_bg: #7f56d9;
|
474
|
+
$hm_component_colors_components_buttons_primary_button_primary_bg_hover: #6941c6;
|
475
|
+
$hm_component_colors_components_buttons_primary_button_primary_border: #7f56d9;
|
476
|
+
$hm_component_colors_components_buttons_primary_button_primary_border_hover: #6941c6;
|
477
|
+
$hm_component_colors_components_buttons_primary_button_primary_fg: #ffffff;
|
478
|
+
$hm_component_colors_components_buttons_primary_button_primary_fg_hover: #ffffff;
|
479
|
+
$hm_component_colors_components_buttons_primary_error_button_primary_error_bg: #d92d20;
|
480
|
+
$hm_component_colors_components_buttons_primary_error_button_primary_error_bg_hover: #b42318;
|
481
|
+
$hm_component_colors_components_buttons_primary_error_button_primary_error_border: #d92d20;
|
482
|
+
$hm_component_colors_components_buttons_primary_error_button_primary_error_border_hover: #b42318;
|
483
|
+
$hm_component_colors_components_buttons_primary_error_button_primary_error_fg: #ffffff;
|
484
|
+
$hm_component_colors_components_buttons_primary_error_button_primary_error_fg_hover: #ffffff;
|
485
|
+
$hm_component_colors_components_buttons_secondary_button_secondary_bg: #ffffff;
|
486
|
+
$hm_component_colors_components_buttons_secondary_button_secondary_bg_hover: #f9fafb;
|
487
|
+
$hm_component_colors_components_buttons_secondary_button_secondary_border: #d0d5dd;
|
488
|
+
$hm_component_colors_components_buttons_secondary_button_secondary_border_hover: #d0d5dd;
|
489
|
+
$hm_component_colors_components_buttons_secondary_button_secondary_fg: #344054;
|
490
|
+
$hm_component_colors_components_buttons_secondary_button_secondary_fg_hover: #182230;
|
491
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_bg: #ffffff;
|
492
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_bg_hover: #f9f5ff;
|
493
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_border: #d6bbfb;
|
494
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_border_hover: #d6bbfb;
|
495
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg: #6941c6;
|
496
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg_hover: #53389e;
|
497
|
+
$hm_component_colors_components_buttons_secondary_error_button_secondary_error_bg: #ffffff;
|
498
|
+
$hm_component_colors_components_buttons_secondary_error_button_secondary_error_bg_hover: #fef3f2;
|
499
|
+
$hm_component_colors_components_buttons_secondary_error_button_secondary_error_border: #fda29b;
|
500
|
+
$hm_component_colors_components_buttons_secondary_error_button_secondary_error_border_hover: #fda29b;
|
501
|
+
$hm_component_colors_components_buttons_secondary_error_button_secondary_error_fg: #b42318;
|
502
|
+
$hm_component_colors_components_buttons_secondary_error_button_secondary_error_fg_hover: #912018;
|
503
|
+
$hm_component_colors_components_buttons_tertiary_button_tertiary_bg_hover: #f9fafb;
|
504
|
+
$hm_component_colors_components_buttons_tertiary_button_tertiary_fg: #475467;
|
505
|
+
$hm_component_colors_components_buttons_tertiary_button_tertiary_fg_hover: #344054;
|
506
|
+
$hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_bg_hover: #f9f5ff;
|
507
|
+
$hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg: #6941c6;
|
508
|
+
$hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg_hover: #53389e;
|
509
|
+
$hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_bg_hover: #fef3f2;
|
510
|
+
$hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_fg: #b42318;
|
511
|
+
$hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_fg_hover: #912018;
|
512
|
+
$hm_component_colors_components_footers_footer_badge_bg: #ecfdf3;
|
513
|
+
$hm_component_colors_components_footers_footer_badge_border: #abefc6;
|
514
|
+
$hm_component_colors_components_footers_footer_badge_fg: #067647;
|
515
|
+
$hm_component_colors_components_footers_footer_button_fg: #e9d7fe;
|
516
|
+
$hm_component_colors_components_footers_footer_button_fg_hover: #ffffff;
|
517
|
+
$hm_component_colors_components_header_sections_header_abstract_100_bg: #f4ebff;
|
518
|
+
$hm_component_colors_components_header_sections_header_abstract_200_bg: #e9d7fe;
|
519
|
+
$hm_component_colors_components_header_sections_header_abstract_300_bg: #d6bbfb;
|
520
|
+
$hm_component_colors_components_header_sections_header_abstract_50_bg: #f9f5ff;
|
521
|
+
$hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_brand: #ffffff;
|
522
|
+
$hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_error: #ffffff;
|
523
|
+
$hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_gray: #ffffff;
|
524
|
+
$hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_success: #ffffff;
|
525
|
+
$hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_warning: #ffffff;
|
526
|
+
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_brand: #7f56d9;
|
527
|
+
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_error: #d92d20;
|
528
|
+
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_gray: #667085;
|
529
|
+
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_success: #079455;
|
530
|
+
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_warning: #dc6803;
|
531
|
+
$hm_component_colors_components_icons_featured_icons_modern_featured_icon_modern_border: #eaecf0;
|
532
|
+
$hm_component_colors_components_icons_icons_icon_fg_brand: #7f56d9;
|
533
|
+
$hm_component_colors_components_icons_icons_icon_fg_brand_on_brand: #e9d7fe;
|
534
|
+
$hm_component_colors_components_icons_social_icons_social_icon_fg_angellist: #000000;
|
535
|
+
$hm_component_colors_components_icons_social_icons_social_icon_fg_apple: #000000;
|
536
|
+
$hm_component_colors_components_icons_social_icons_social_icon_fg_github: #000000;
|
537
|
+
$hm_component_colors_components_icons_social_icons_social_icon_fg_instagram: #000100;
|
538
|
+
$hm_component_colors_components_icons_social_icons_social_icon_fg_tumblr: #001935;
|
539
|
+
$hm_component_colors_components_icons_social_icons_social_icon_fg_x: #242e36;
|
540
|
+
$hm_component_colors_components_mockups_screen_mockup_border: #101828;
|
541
|
+
$hm_component_colors_components_sliders_slider_handle_bg: #ffffff;
|
542
|
+
$hm_component_colors_components_sliders_slider_handle_border: #7f56d9;
|
543
|
+
$hm_component_colors_components_thumbnail_thumbnail_badge_brand_fg: #6941c6;
|
544
|
+
$hm_component_colors_components_thumbnail_thumbnail_badge_success_fg: #067647;
|
545
|
+
$hm_component_colors_components_toggles_toggle_button_fg_disabled: #f9fafb;
|
546
|
+
$hm_component_colors_components_tooltips_tooltip_supporting_text: #d0d5dd;
|
547
|
+
$hm_component_colors_components_wysiwyg_editor_wysiwyg_editor_icon_fg: #98a2b3;
|
548
|
+
$hm_component_colors_components_wysiwyg_editor_wysiwyg_editor_icon_fg_active: #667085;
|
549
|
+
$hm_component_colors_utility_blue_utility_blue_100: #d1e9ff;
|
550
|
+
$hm_component_colors_utility_blue_utility_blue_200: #b2ddff;
|
551
|
+
$hm_component_colors_utility_blue_utility_blue_300: #84caff;
|
552
|
+
$hm_component_colors_utility_blue_utility_blue_400: #53b1fd;
|
553
|
+
$hm_component_colors_utility_blue_utility_blue_50: #eff8ff;
|
554
|
+
$hm_component_colors_utility_blue_utility_blue_500: #2e90fa;
|
555
|
+
$hm_component_colors_utility_blue_utility_blue_600: #1570ef;
|
556
|
+
$hm_component_colors_utility_blue_utility_blue_700: #175cd3;
|
557
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_100: #d1e0ff;
|
558
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_200: #b2ccff;
|
559
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_300: #84adff;
|
560
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_400: #528bff;
|
561
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_50: #eff4ff;
|
562
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_500: #2970ff;
|
563
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_600: #155eef;
|
564
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_700: #004eeb;
|
565
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_100: #e0f2fe;
|
566
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_200: #b9e6fe;
|
567
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_300: #7cd4fd;
|
568
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_400: #36bffa;
|
569
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_50: #f0f9ff;
|
570
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_500: #0ba5ec;
|
571
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_600: #0086c9;
|
572
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_700: #026aa2;
|
573
|
+
$hm_component_colors_utility_brand_utility_brand_100: #f4ebff;
|
574
|
+
$hm_component_colors_utility_brand_utility_brand_100_alt: #f4ebff;
|
575
|
+
$hm_component_colors_utility_brand_utility_brand_200: #e9d7fe;
|
576
|
+
$hm_component_colors_utility_brand_utility_brand_200_alt: #e9d7fe;
|
577
|
+
$hm_component_colors_utility_brand_utility_brand_300: #d6bbfb;
|
578
|
+
$hm_component_colors_utility_brand_utility_brand_300_alt: #d6bbfb;
|
579
|
+
$hm_component_colors_utility_brand_utility_brand_400: #b692f6;
|
580
|
+
$hm_component_colors_utility_brand_utility_brand_400_alt: #b692f6;
|
581
|
+
$hm_component_colors_utility_brand_utility_brand_50: #f9f5ff;
|
582
|
+
$hm_component_colors_utility_brand_utility_brand_500: #9e77ed;
|
583
|
+
$hm_component_colors_utility_brand_utility_brand_500_alt: #9e77ed;
|
584
|
+
$hm_component_colors_utility_brand_utility_brand_50_alt: #f9f5ff;
|
585
|
+
$hm_component_colors_utility_brand_utility_brand_600: #7f56d9;
|
586
|
+
$hm_component_colors_utility_brand_utility_brand_600_alt: #7f56d9;
|
587
|
+
$hm_component_colors_utility_brand_utility_brand_700: #6941c6;
|
588
|
+
$hm_component_colors_utility_brand_utility_brand_700_alt: #6941c6;
|
589
|
+
$hm_component_colors_utility_brand_utility_brand_800: #53389e;
|
590
|
+
$hm_component_colors_utility_brand_utility_brand_800_alt: #53389e;
|
591
|
+
$hm_component_colors_utility_brand_utility_brand_900: #42307d;
|
592
|
+
$hm_component_colors_utility_brand_utility_brand_900_alt: #42307d;
|
593
|
+
$hm_component_colors_utility_error_utility_error_100: #fee4e2;
|
594
|
+
$hm_component_colors_utility_error_utility_error_200: #fecdca;
|
595
|
+
$hm_component_colors_utility_error_utility_error_300: #fda29b;
|
596
|
+
$hm_component_colors_utility_error_utility_error_400: #f97066;
|
597
|
+
$hm_component_colors_utility_error_utility_error_50: #fef3f2;
|
598
|
+
$hm_component_colors_utility_error_utility_error_500: #f04438;
|
599
|
+
$hm_component_colors_utility_error_utility_error_600: #d92d20;
|
600
|
+
$hm_component_colors_utility_error_utility_error_700: #b42318;
|
601
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_100: #fbe8ff;
|
602
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_200: #f6d0fe;
|
603
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_300: #eeaafd;
|
604
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_400: #e478fa;
|
605
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_50: #fdf4ff;
|
606
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_500: #d444f1;
|
607
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_600: #ba24d5;
|
608
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_700: #9f1ab1;
|
609
|
+
$hm_component_colors_utility_gray_utility_gray_100: #f2f4f7;
|
610
|
+
$hm_component_colors_utility_gray_utility_gray_200: #eaecf0;
|
611
|
+
$hm_component_colors_utility_gray_utility_gray_300: #d0d5dd;
|
612
|
+
$hm_component_colors_utility_gray_utility_gray_400: #98a2b3;
|
613
|
+
$hm_component_colors_utility_gray_utility_gray_50: #f9fafb;
|
614
|
+
$hm_component_colors_utility_gray_utility_gray_500: #667085;
|
615
|
+
$hm_component_colors_utility_gray_utility_gray_600: #475467;
|
616
|
+
$hm_component_colors_utility_gray_utility_gray_700: #344054;
|
617
|
+
$hm_component_colors_utility_gray_utility_gray_800: #182230;
|
618
|
+
$hm_component_colors_utility_gray_utility_gray_900: #101828;
|
619
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_100: #eaecf5;
|
620
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_200: #d5d9eb;
|
621
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_300: #b3b8db;
|
622
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_400: #717bbc;
|
623
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_50: #f8f9fc;
|
624
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_500: #4e5ba6;
|
625
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_600: #3e4784;
|
626
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_700: #363f72;
|
627
|
+
$hm_component_colors_utility_indigo_utility_indigo_100: #e0eaff;
|
628
|
+
$hm_component_colors_utility_indigo_utility_indigo_200: #c7d7fe;
|
629
|
+
$hm_component_colors_utility_indigo_utility_indigo_300: #a4bcfd;
|
630
|
+
$hm_component_colors_utility_indigo_utility_indigo_400: #8098f9;
|
631
|
+
$hm_component_colors_utility_indigo_utility_indigo_50: #eef4ff;
|
632
|
+
$hm_component_colors_utility_indigo_utility_indigo_500: #6172f3;
|
633
|
+
$hm_component_colors_utility_indigo_utility_indigo_600: #444ce7;
|
634
|
+
$hm_component_colors_utility_indigo_utility_indigo_700: #3538cd;
|
635
|
+
$hm_component_colors_utility_orange_utility_orange_100: #fdead7;
|
636
|
+
$hm_component_colors_utility_orange_utility_orange_200: #f9dbaf;
|
637
|
+
$hm_component_colors_utility_orange_utility_orange_300: #f7b27a;
|
638
|
+
$hm_component_colors_utility_orange_utility_orange_400: #f38744;
|
639
|
+
$hm_component_colors_utility_orange_utility_orange_50: #fef6ee;
|
640
|
+
$hm_component_colors_utility_orange_utility_orange_500: #ef6820;
|
641
|
+
$hm_component_colors_utility_orange_utility_orange_600: #e04f16;
|
642
|
+
$hm_component_colors_utility_orange_utility_orange_700: #b93815;
|
643
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_100: #ffe6d5;
|
644
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_200: #ffd6ae;
|
645
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_300: #ff9c66;
|
646
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_400: #ff692e;
|
647
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_50: #fff4ed;
|
648
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_500: #ff4405;
|
649
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_600: #e62e05;
|
650
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_700: #bc1b06;
|
651
|
+
$hm_component_colors_utility_pink_utility_pink_100: #fce7f6;
|
652
|
+
$hm_component_colors_utility_pink_utility_pink_200: #fcceee;
|
653
|
+
$hm_component_colors_utility_pink_utility_pink_300: #faa7e0;
|
654
|
+
$hm_component_colors_utility_pink_utility_pink_400: #f670c7;
|
655
|
+
$hm_component_colors_utility_pink_utility_pink_50: #fdf2fa;
|
656
|
+
$hm_component_colors_utility_pink_utility_pink_500: #ee46bc;
|
657
|
+
$hm_component_colors_utility_pink_utility_pink_600: #dd2590;
|
658
|
+
$hm_component_colors_utility_pink_utility_pink_700: #c11574;
|
659
|
+
$hm_component_colors_utility_purple_utility_purple_100: #ebe9fe;
|
660
|
+
$hm_component_colors_utility_purple_utility_purple_200: #d9d6fe;
|
661
|
+
$hm_component_colors_utility_purple_utility_purple_300: #bdb4fe;
|
662
|
+
$hm_component_colors_utility_purple_utility_purple_400: #9b8afb;
|
663
|
+
$hm_component_colors_utility_purple_utility_purple_50: #f4f3ff;
|
664
|
+
$hm_component_colors_utility_purple_utility_purple_500: #7a5af8;
|
665
|
+
$hm_component_colors_utility_purple_utility_purple_600: #6938ef;
|
666
|
+
$hm_component_colors_utility_purple_utility_purple_700: #5925dc;
|
667
|
+
$hm_component_colors_utility_success_utility_success_100: #dcfae6;
|
668
|
+
$hm_component_colors_utility_success_utility_success_200: #abefc6;
|
669
|
+
$hm_component_colors_utility_success_utility_success_300: #75e0a7;
|
670
|
+
$hm_component_colors_utility_success_utility_success_400: #47cd89;
|
671
|
+
$hm_component_colors_utility_success_utility_success_50: #ecfdf3;
|
672
|
+
$hm_component_colors_utility_success_utility_success_500: #17b26a;
|
673
|
+
$hm_component_colors_utility_success_utility_success_600: #079455;
|
674
|
+
$hm_component_colors_utility_success_utility_success_700: #067647;
|
675
|
+
$hm_component_colors_utility_warning_utility_warning_100: #fef0c7;
|
676
|
+
$hm_component_colors_utility_warning_utility_warning_200: #fedf89;
|
677
|
+
$hm_component_colors_utility_warning_utility_warning_300: #fec84b;
|
678
|
+
$hm_component_colors_utility_warning_utility_warning_400: #fdb022;
|
679
|
+
$hm_component_colors_utility_warning_utility_warning_50: #fffaeb;
|
680
|
+
$hm_component_colors_utility_warning_utility_warning_500: #f79009;
|
681
|
+
$hm_component_colors_utility_warning_utility_warning_600: #dc6803;
|
682
|
+
$hm_component_colors_utility_warning_utility_warning_700: #b54708;
|
683
|
+
$hm_radius_2xl: 1rem;
|
684
|
+
$hm_radius_3xl: 1.25rem;
|
685
|
+
$hm_radius_4xl: 1.5rem;
|
686
|
+
$hm_radius_full: 624.9375rem;
|
687
|
+
$hm_radius_lg: 0.625rem;
|
688
|
+
$hm_radius_md: 0.5rem;
|
689
|
+
$hm_radius_none: 0rem;
|
690
|
+
$hm_radius_sm: 0.375rem;
|
691
|
+
$hm_radius_xl: 0.75rem;
|
692
|
+
$hm_radius_xs: 0.25rem;
|
693
|
+
$hm_radius_xxs: 0.125rem;
|
694
|
+
$hm_spacing_10xl: 8rem;
|
695
|
+
$hm_spacing_11xl: 10rem;
|
696
|
+
$hm_spacing_2xl: 1.25rem;
|
697
|
+
$hm_spacing_3xl: 1.5rem;
|
698
|
+
$hm_spacing_4xl: 2rem;
|
699
|
+
$hm_spacing_5xl: 2.5rem;
|
700
|
+
$hm_spacing_6xl: 3rem;
|
701
|
+
$hm_spacing_7xl: 4rem;
|
702
|
+
$hm_spacing_8xl: 5rem;
|
703
|
+
$hm_spacing_9xl: 6rem;
|
704
|
+
$hm_spacing_lg: 0.75rem;
|
705
|
+
$hm_spacing_md: 0.5rem;
|
706
|
+
$hm_spacing_none: 0rem;
|
707
|
+
$hm_spacing_sm: 0.375rem;
|
708
|
+
$hm_spacing_xl: 1rem;
|
709
|
+
$hm_spacing_xs: 0.25rem;
|
710
|
+
$hm_spacing_xxs: 0.125rem;
|
711
|
+
$hm_paragraph_max_width: 45rem;
|
712
|
+
$hm_width_2xl: 64rem;
|
713
|
+
$hm_width_3xl: 80rem;
|
714
|
+
$hm_width_4xl: 90rem;
|
715
|
+
$hm_width_5xl: 100rem;
|
716
|
+
$hm_width_6xl: 120rem;
|
717
|
+
$hm_width_lg: 40rem;
|
718
|
+
$hm_width_md: 35rem;
|
719
|
+
$hm_width_sm: 30rem;
|
720
|
+
$hm_width_xl: 48rem;
|
721
|
+
$hm_width_xs: 24rem;
|
722
|
+
$hm_width_xxs: 20rem;
|
723
|
+
$hm_container_max_width_desktop: 80rem;
|
724
|
+
$hm_container_padding_desktop: 2rem;
|
725
|
+
$hm_container_padding_mobile: 1rem;
|
726
|
+
$hm_spacing_0: 0rem;
|
727
|
+
$hm_spacing_0_5: 0.125rem;
|
728
|
+
$hm_spacing_1: 0.25rem;
|
729
|
+
$hm_spacing_10: 2.5rem;
|
730
|
+
$hm_spacing_12: 3rem;
|
731
|
+
$hm_spacing_120: 30rem;
|
732
|
+
$hm_spacing_140: 35rem;
|
733
|
+
$hm_spacing_16: 4rem;
|
734
|
+
$hm_spacing_160: 40rem;
|
735
|
+
$hm_spacing_180: 45rem;
|
736
|
+
$hm_spacing_192: 48rem;
|
737
|
+
$hm_spacing_1_5: 0.375rem;
|
738
|
+
$hm_spacing_2: 0.5rem;
|
739
|
+
$hm_spacing_20: 5rem;
|
740
|
+
$hm_spacing_24: 6rem;
|
741
|
+
$hm_spacing_256: 64rem;
|
742
|
+
$hm_spacing_3: 0.75rem;
|
743
|
+
$hm_spacing_32: 8rem;
|
744
|
+
$hm_spacing_320: 80rem;
|
745
|
+
$hm_spacing_360: 90rem;
|
746
|
+
$hm_spacing_4: 1rem;
|
747
|
+
$hm_spacing_40: 10rem;
|
748
|
+
$hm_spacing_400: 100rem;
|
749
|
+
$hm_spacing_48: 12rem;
|
750
|
+
$hm_spacing_480: 120rem;
|
751
|
+
$hm_spacing_5: 1.25rem;
|
752
|
+
$hm_spacing_56: 14rem;
|
753
|
+
$hm_spacing_6: 1.5rem;
|
754
|
+
$hm_spacing_64: 16rem;
|
755
|
+
$hm_spacing_8: 2rem;
|
756
|
+
$hm_spacing_80: 20rem;
|
757
|
+
$hm_spacing_96: 24rem;
|