@ctrliq/quantic-tokens 0.0.1 → 1.61.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.
- package/README.md +11 -41
- package/dist/breakpoints.scss +8 -0
- package/dist/dark-mode.css +1430 -0
- package/dist/dark-mode.json +1426 -0
- package/dist/dark-mode.scss +1431 -0
- package/dist/light-mode.css +1432 -0
- package/dist/light-mode.json +1428 -0
- package/dist/light-mode.scss +1433 -0
- package/package.json +27 -7
|
@@ -0,0 +1,1426 @@
|
|
|
1
|
+
{
|
|
2
|
+
"breakpoint-mobile": "576px",
|
|
3
|
+
"breakpoint-tablet-portrait": "768px",
|
|
4
|
+
"breakpoint-tablet-landscape": "992px",
|
|
5
|
+
"breakpoint-desktop": "1200px",
|
|
6
|
+
"breakpoint-large-desktop": "1400px",
|
|
7
|
+
"container-padding-mobile": 16,
|
|
8
|
+
"container-padding-desktop": 32,
|
|
9
|
+
"container-max-width-desktop": 1280,
|
|
10
|
+
"color.base.white": "#ffffff",
|
|
11
|
+
"color.base.white-rgb": "255 255 255",
|
|
12
|
+
"color.base.black": "#000000",
|
|
13
|
+
"color.base.black-rgb": "0 0 0",
|
|
14
|
+
"color.base.transparent": "#ffffff00",
|
|
15
|
+
"color.gray-light-mode.25": "#fdfdfd",
|
|
16
|
+
"color.gray-light-mode.50": "#fafafa",
|
|
17
|
+
"color.gray-light-mode.100": "#f5f5f5",
|
|
18
|
+
"color.gray-light-mode.200": "#e9eaeb",
|
|
19
|
+
"color.gray-light-mode.300": "#d5d7da",
|
|
20
|
+
"color.gray-light-mode.400": "#a4a7ae",
|
|
21
|
+
"color.gray-light-mode.500": "#717680",
|
|
22
|
+
"color.gray-light-mode.600": "#535862",
|
|
23
|
+
"color.gray-light-mode.700": "#414651",
|
|
24
|
+
"color.gray-light-mode.800": "#252b37",
|
|
25
|
+
"color.gray-light-mode.900": "#181d27",
|
|
26
|
+
"color.gray-light-mode.950": "#0a0d12",
|
|
27
|
+
"color.gray-light-mode.25-rgb": "253 253 253",
|
|
28
|
+
"color.gray-light-mode.50-rgb": "250 250 250",
|
|
29
|
+
"color.gray-light-mode.100-rgb": "245 245 245",
|
|
30
|
+
"color.gray-light-mode.200-rgb": "233 234 235",
|
|
31
|
+
"color.gray-light-mode.300-rgb": "213 215 218",
|
|
32
|
+
"color.gray-light-mode.400-rgb": "164 167 174",
|
|
33
|
+
"color.gray-light-mode.500-rgb": "113 118 128",
|
|
34
|
+
"color.gray-light-mode.600-rgb": "83 88 98",
|
|
35
|
+
"color.gray-light-mode.700-rgb": "65 70 81",
|
|
36
|
+
"color.gray-light-mode.800-rgb": "37 43 55",
|
|
37
|
+
"color.gray-light-mode.900-rgb": "24 29 39",
|
|
38
|
+
"color.gray-light-mode.950-rgb": "10 13 18",
|
|
39
|
+
"color.gray-dark-mode.25": "#fafafa",
|
|
40
|
+
"color.gray-dark-mode.50": "#f7f7f7",
|
|
41
|
+
"color.gray-dark-mode.100": "#f0f0f1",
|
|
42
|
+
"color.gray-dark-mode.200": "#ececed",
|
|
43
|
+
"color.gray-dark-mode.300": "#cecfd2",
|
|
44
|
+
"color.gray-dark-mode.400": "#94979c",
|
|
45
|
+
"color.gray-dark-mode.500": "#85888e",
|
|
46
|
+
"color.gray-dark-mode.600": "#61656c",
|
|
47
|
+
"color.gray-dark-mode.700": "#373a41",
|
|
48
|
+
"color.gray-dark-mode.800": "#22262f",
|
|
49
|
+
"color.gray-dark-mode.850": "#1a1e25",
|
|
50
|
+
"color.gray-dark-mode.900": "#13161b",
|
|
51
|
+
"color.gray-dark-mode.950": "#0c0e12",
|
|
52
|
+
"color.gray-dark-mode.25-rgb": "250 250 250",
|
|
53
|
+
"color.gray-dark-mode.50-rgb": "247 247 247",
|
|
54
|
+
"color.gray-dark-mode.100-rgb": "240 240 241",
|
|
55
|
+
"color.gray-dark-mode.200-rgb": "236 236 237",
|
|
56
|
+
"color.gray-dark-mode.300-rgb": "206 207 210",
|
|
57
|
+
"color.gray-dark-mode.400-rgb": "148 151 156",
|
|
58
|
+
"color.gray-dark-mode.500-rgb": "133 136 142",
|
|
59
|
+
"color.gray-dark-mode.600-rgb": "97 101 108",
|
|
60
|
+
"color.gray-dark-mode.700-rgb": "55 58 65",
|
|
61
|
+
"color.gray-dark-mode.800-rgb": "34 38 47",
|
|
62
|
+
"color.gray-dark-mode.850-rgb": "26 30 37",
|
|
63
|
+
"color.gray-dark-mode.900-rgb": "19 22 27",
|
|
64
|
+
"color.gray-dark-mode.950-rgb": "12 14 18",
|
|
65
|
+
"color.gray-dark-mode-alpha.25": "#fffffffa",
|
|
66
|
+
"color.gray-dark-mode-alpha.50": "#fffffff5",
|
|
67
|
+
"color.gray-dark-mode-alpha.100": "#fffffff0",
|
|
68
|
+
"color.gray-dark-mode-alpha.200": "#ffffffeb",
|
|
69
|
+
"color.gray-dark-mode-alpha.300": "#ffffffcc",
|
|
70
|
+
"color.gray-dark-mode-alpha.400": "#ffffff8f",
|
|
71
|
+
"color.gray-dark-mode-alpha.500": "#ffffff80",
|
|
72
|
+
"color.gray-dark-mode-alpha.600": "#ffffff59",
|
|
73
|
+
"color.gray-dark-mode-alpha.700": "#ffffff29",
|
|
74
|
+
"color.gray-dark-mode-alpha.800": "#ffffff14",
|
|
75
|
+
"color.gray-dark-mode-alpha.900": "#ffffff0a",
|
|
76
|
+
"color.gray-dark-mode-alpha.950": "#ffffff00",
|
|
77
|
+
"color.brand.25": "#e9fdf1",
|
|
78
|
+
"color.brand.50": "#cbfce1",
|
|
79
|
+
"color.brand.100": "#52fbb2",
|
|
80
|
+
"color.brand.200": "#2be099",
|
|
81
|
+
"color.brand.300": "#17c484",
|
|
82
|
+
"color.brand.400": "#12a66f",
|
|
83
|
+
"color.brand.500": "#0b8759",
|
|
84
|
+
"color.brand.600": "#097049",
|
|
85
|
+
"color.brand.700": "#045134",
|
|
86
|
+
"color.brand.800": "#053722",
|
|
87
|
+
"color.brand.900": "#052315",
|
|
88
|
+
"color.brand.950": "#04140c",
|
|
89
|
+
"color.brand.25-rgb": "233 253 241",
|
|
90
|
+
"color.brand.50-rgb": "203 252 225",
|
|
91
|
+
"color.brand.100-rgb": "82 251 178",
|
|
92
|
+
"color.brand.200-rgb": "43 224 153",
|
|
93
|
+
"color.brand.300-rgb": "23 196 132",
|
|
94
|
+
"color.brand.400-rgb": "18 166 111",
|
|
95
|
+
"color.brand.500-rgb": "11 135 89",
|
|
96
|
+
"color.brand.600-rgb": "9 112 73",
|
|
97
|
+
"color.brand.700-rgb": "4 81 52",
|
|
98
|
+
"color.brand.800-rgb": "5 55 34",
|
|
99
|
+
"color.brand.900-rgb": "5 35 21",
|
|
100
|
+
"color.brand.950-rgb": "4 20 12",
|
|
101
|
+
"color.error.25": "#fffbfa",
|
|
102
|
+
"color.error.50": "#fef3f2",
|
|
103
|
+
"color.error.100": "#fee4e2",
|
|
104
|
+
"color.error.200": "#fecdca",
|
|
105
|
+
"color.error.300": "#fda29b",
|
|
106
|
+
"color.error.400": "#f97066",
|
|
107
|
+
"color.error.500": "#f04438",
|
|
108
|
+
"color.error.600": "#d92d20",
|
|
109
|
+
"color.error.700": "#b42318",
|
|
110
|
+
"color.error.800": "#912018",
|
|
111
|
+
"color.error.900": "#7a271a",
|
|
112
|
+
"color.error.950": "#55160c",
|
|
113
|
+
"color.error.25-rgb": "255 251 250",
|
|
114
|
+
"color.error.50-rgb": "254 243 242",
|
|
115
|
+
"color.error.100-rgb": "254 228 226",
|
|
116
|
+
"color.error.200-rgb": "254 205 202",
|
|
117
|
+
"color.error.300-rgb": "253 162 155",
|
|
118
|
+
"color.error.400-rgb": "249 112 102",
|
|
119
|
+
"color.error.500-rgb": "240 68 56",
|
|
120
|
+
"color.error.600-rgb": "217 45 32",
|
|
121
|
+
"color.error.700-rgb": "180 35 24",
|
|
122
|
+
"color.error.800-rgb": "145 32 24",
|
|
123
|
+
"color.error.900-rgb": "122 39 26",
|
|
124
|
+
"color.error.950-rgb": "85 22 12",
|
|
125
|
+
"color.warning.25": "#fffcf5",
|
|
126
|
+
"color.warning.50": "#fffaeb",
|
|
127
|
+
"color.warning.100": "#fef0c7",
|
|
128
|
+
"color.warning.200": "#fedf89",
|
|
129
|
+
"color.warning.300": "#fec84b",
|
|
130
|
+
"color.warning.400": "#fdb022",
|
|
131
|
+
"color.warning.500": "#f79009",
|
|
132
|
+
"color.warning.600": "#dc6803",
|
|
133
|
+
"color.warning.700": "#b54708",
|
|
134
|
+
"color.warning.800": "#93370d",
|
|
135
|
+
"color.warning.900": "#7a2e0e",
|
|
136
|
+
"color.warning.950": "#4e1d09",
|
|
137
|
+
"color.warning.25-rgb": "255 252 245",
|
|
138
|
+
"color.warning.50-rgb": "255 250 235",
|
|
139
|
+
"color.warning.100-rgb": "254 240 199",
|
|
140
|
+
"color.warning.200-rgb": "254 223 137",
|
|
141
|
+
"color.warning.300-rgb": "254 200 75",
|
|
142
|
+
"color.warning.400-rgb": "253 176 34",
|
|
143
|
+
"color.warning.500-rgb": "247 144 9",
|
|
144
|
+
"color.warning.600-rgb": "220 104 3",
|
|
145
|
+
"color.warning.700-rgb": "181 71 8",
|
|
146
|
+
"color.warning.800-rgb": "147 55 13",
|
|
147
|
+
"color.warning.900-rgb": "122 46 14",
|
|
148
|
+
"color.warning.950-rgb": "78 29 9",
|
|
149
|
+
"color.success.25": "#f6fef9",
|
|
150
|
+
"color.success.50": "#ecfdf3",
|
|
151
|
+
"color.success.100": "#dcfae6",
|
|
152
|
+
"color.success.200": "#abefc6",
|
|
153
|
+
"color.success.300": "#75e0a7",
|
|
154
|
+
"color.success.400": "#47cd89",
|
|
155
|
+
"color.success.500": "#17b26a",
|
|
156
|
+
"color.success.600": "#079455",
|
|
157
|
+
"color.success.700": "#067647",
|
|
158
|
+
"color.success.800": "#085d3a",
|
|
159
|
+
"color.success.900": "#074d31",
|
|
160
|
+
"color.success.950": "#053321",
|
|
161
|
+
"color.success.25-rgb": "246 254 249",
|
|
162
|
+
"color.success.50-rgb": "236 253 243",
|
|
163
|
+
"color.success.100-rgb": "220 250 230",
|
|
164
|
+
"color.success.200-rgb": "171 239 198",
|
|
165
|
+
"color.success.300-rgb": "117 224 167",
|
|
166
|
+
"color.success.400-rgb": "71 205 137",
|
|
167
|
+
"color.success.500-rgb": "23 178 106",
|
|
168
|
+
"color.success.600-rgb": "7 148 85",
|
|
169
|
+
"color.success.700-rgb": "6 118 71",
|
|
170
|
+
"color.success.800-rgb": "8 93 58",
|
|
171
|
+
"color.success.900-rgb": "7 77 49",
|
|
172
|
+
"color.success.950-rgb": "5 51 33",
|
|
173
|
+
"color.gray-blue.25": "#fcfcfd",
|
|
174
|
+
"color.gray-blue.50": "#f8f9fc",
|
|
175
|
+
"color.gray-blue.100": "#eaecf5",
|
|
176
|
+
"color.gray-blue.200": "#d5d9eb",
|
|
177
|
+
"color.gray-blue.300": "#b3b8db",
|
|
178
|
+
"color.gray-blue.400": "#717bbc",
|
|
179
|
+
"color.gray-blue.500": "#4e5ba6",
|
|
180
|
+
"color.gray-blue.600": "#3e4784",
|
|
181
|
+
"color.gray-blue.700": "#363f72",
|
|
182
|
+
"color.gray-blue.800": "#293056",
|
|
183
|
+
"color.gray-blue.900": "#101323",
|
|
184
|
+
"color.gray-blue.950": "#0d0f1c",
|
|
185
|
+
"color.gray-blue.25-rgb": "252 252 253",
|
|
186
|
+
"color.gray-blue.50-rgb": "248 249 252",
|
|
187
|
+
"color.gray-blue.100-rgb": "234 236 245",
|
|
188
|
+
"color.gray-blue.200-rgb": "213 217 235",
|
|
189
|
+
"color.gray-blue.300-rgb": "179 184 219",
|
|
190
|
+
"color.gray-blue.400-rgb": "113 123 188",
|
|
191
|
+
"color.gray-blue.500-rgb": "78 91 166",
|
|
192
|
+
"color.gray-blue.600-rgb": "62 71 132",
|
|
193
|
+
"color.gray-blue.700-rgb": "54 63 114",
|
|
194
|
+
"color.gray-blue.800-rgb": "41 48 86",
|
|
195
|
+
"color.gray-blue.900-rgb": "16 19 35",
|
|
196
|
+
"color.gray-blue.950-rgb": "13 15 28",
|
|
197
|
+
"color.gray-cool.25": "#fcfcfd",
|
|
198
|
+
"color.gray-cool.50": "#f9f9fb",
|
|
199
|
+
"color.gray-cool.100": "#eff1f5",
|
|
200
|
+
"color.gray-cool.200": "#dcdfea",
|
|
201
|
+
"color.gray-cool.300": "#b9c0d4",
|
|
202
|
+
"color.gray-cool.400": "#7d89b0",
|
|
203
|
+
"color.gray-cool.500": "#5d6b98",
|
|
204
|
+
"color.gray-cool.600": "#4a5578",
|
|
205
|
+
"color.gray-cool.700": "#404968",
|
|
206
|
+
"color.gray-cool.800": "#30374f",
|
|
207
|
+
"color.gray-cool.900": "#111322",
|
|
208
|
+
"color.gray-cool.950": "#0e101b",
|
|
209
|
+
"color.gray-cool.25-rgb": "252 252 253",
|
|
210
|
+
"color.gray-cool.50-rgb": "249 249 251",
|
|
211
|
+
"color.gray-cool.100-rgb": "239 241 245",
|
|
212
|
+
"color.gray-cool.200-rgb": "220 223 234",
|
|
213
|
+
"color.gray-cool.300-rgb": "185 192 212",
|
|
214
|
+
"color.gray-cool.400-rgb": "125 137 176",
|
|
215
|
+
"color.gray-cool.500-rgb": "93 107 152",
|
|
216
|
+
"color.gray-cool.600-rgb": "74 85 120",
|
|
217
|
+
"color.gray-cool.700-rgb": "64 73 104",
|
|
218
|
+
"color.gray-cool.800-rgb": "48 55 79",
|
|
219
|
+
"color.gray-cool.900-rgb": "17 19 34",
|
|
220
|
+
"color.gray-cool.950-rgb": "14 16 27",
|
|
221
|
+
"color.gray-modern.25": "#fcfcfd",
|
|
222
|
+
"color.gray-modern.50": "#f8fafc",
|
|
223
|
+
"color.gray-modern.100": "#eef2f6",
|
|
224
|
+
"color.gray-modern.200": "#e3e8ef",
|
|
225
|
+
"color.gray-modern.300": "#cdd5df",
|
|
226
|
+
"color.gray-modern.400": "#9aa4b2",
|
|
227
|
+
"color.gray-modern.500": "#697586",
|
|
228
|
+
"color.gray-modern.600": "#4b5565",
|
|
229
|
+
"color.gray-modern.700": "#364152",
|
|
230
|
+
"color.gray-modern.800": "#202939",
|
|
231
|
+
"color.gray-modern.900": "#121926",
|
|
232
|
+
"color.gray-modern.950": "#0d121c",
|
|
233
|
+
"color.gray-modern.25-rgb": "252 252 253",
|
|
234
|
+
"color.gray-modern.50-rgb": "248 250 252",
|
|
235
|
+
"color.gray-modern.100-rgb": "238 242 246",
|
|
236
|
+
"color.gray-modern.200-rgb": "227 232 239",
|
|
237
|
+
"color.gray-modern.300-rgb": "205 213 223",
|
|
238
|
+
"color.gray-modern.400-rgb": "154 164 178",
|
|
239
|
+
"color.gray-modern.500-rgb": "105 117 134",
|
|
240
|
+
"color.gray-modern.600-rgb": "75 85 101",
|
|
241
|
+
"color.gray-modern.700-rgb": "54 65 82",
|
|
242
|
+
"color.gray-modern.800-rgb": "32 41 57",
|
|
243
|
+
"color.gray-modern.900-rgb": "18 25 38",
|
|
244
|
+
"color.gray-modern.950-rgb": "13 18 28",
|
|
245
|
+
"color.gray-neutral.25": "#fcfcfd",
|
|
246
|
+
"color.gray-neutral.50": "#f9fafb",
|
|
247
|
+
"color.gray-neutral.100": "#f3f4f6",
|
|
248
|
+
"color.gray-neutral.200": "#e5e7eb",
|
|
249
|
+
"color.gray-neutral.300": "#d2d6db",
|
|
250
|
+
"color.gray-neutral.400": "#9da4ae",
|
|
251
|
+
"color.gray-neutral.500": "#6c737f",
|
|
252
|
+
"color.gray-neutral.600": "#4d5761",
|
|
253
|
+
"color.gray-neutral.700": "#384250",
|
|
254
|
+
"color.gray-neutral.800": "#1f2a37",
|
|
255
|
+
"color.gray-neutral.900": "#111927",
|
|
256
|
+
"color.gray-neutral.950": "#0d121c",
|
|
257
|
+
"color.gray-neutral.25-rgb": "252 252 253",
|
|
258
|
+
"color.gray-neutral.50-rgb": "249 250 251",
|
|
259
|
+
"color.gray-neutral.100-rgb": "243 244 246",
|
|
260
|
+
"color.gray-neutral.200-rgb": "229 231 235",
|
|
261
|
+
"color.gray-neutral.300-rgb": "210 214 219",
|
|
262
|
+
"color.gray-neutral.400-rgb": "157 164 174",
|
|
263
|
+
"color.gray-neutral.500-rgb": "108 115 127",
|
|
264
|
+
"color.gray-neutral.600-rgb": "77 87 97",
|
|
265
|
+
"color.gray-neutral.700-rgb": "56 66 80",
|
|
266
|
+
"color.gray-neutral.800-rgb": "31 42 55",
|
|
267
|
+
"color.gray-neutral.900-rgb": "17 25 39",
|
|
268
|
+
"color.gray-neutral.950-rgb": "13 18 28",
|
|
269
|
+
"color.gray-iron.25": "#fcfcfc",
|
|
270
|
+
"color.gray-iron.50": "#fafafa",
|
|
271
|
+
"color.gray-iron.100": "#f4f4f5",
|
|
272
|
+
"color.gray-iron.200": "#e4e4e7",
|
|
273
|
+
"color.gray-iron.300": "#d1d1d6",
|
|
274
|
+
"color.gray-iron.400": "#a0a0ab",
|
|
275
|
+
"color.gray-iron.500": "#70707b",
|
|
276
|
+
"color.gray-iron.600": "#51525c",
|
|
277
|
+
"color.gray-iron.700": "#3f3f46",
|
|
278
|
+
"color.gray-iron.800": "#26272b",
|
|
279
|
+
"color.gray-iron.900": "#1a1a1e",
|
|
280
|
+
"color.gray-iron.950": "#131316",
|
|
281
|
+
"color.gray-iron.25-rgb": "252 252 252",
|
|
282
|
+
"color.gray-iron.50-rgb": "250 250 250",
|
|
283
|
+
"color.gray-iron.100-rgb": "244 244 245",
|
|
284
|
+
"color.gray-iron.200-rgb": "228 228 231",
|
|
285
|
+
"color.gray-iron.300-rgb": "209 209 214",
|
|
286
|
+
"color.gray-iron.400-rgb": "160 160 171",
|
|
287
|
+
"color.gray-iron.500-rgb": "112 112 123",
|
|
288
|
+
"color.gray-iron.600-rgb": "81 82 92",
|
|
289
|
+
"color.gray-iron.700-rgb": "63 63 70",
|
|
290
|
+
"color.gray-iron.800-rgb": "38 39 43",
|
|
291
|
+
"color.gray-iron.900-rgb": "26 26 30",
|
|
292
|
+
"color.gray-iron.950-rgb": "19 19 22",
|
|
293
|
+
"color.gray-true.25": "#fcfcfc",
|
|
294
|
+
"color.gray-true.50": "#f7f7f7",
|
|
295
|
+
"color.gray-true.100": "#f5f5f5",
|
|
296
|
+
"color.gray-true.200": "#e5e5e5",
|
|
297
|
+
"color.gray-true.300": "#d6d6d6",
|
|
298
|
+
"color.gray-true.400": "#a3a3a3",
|
|
299
|
+
"color.gray-true.500": "#737373",
|
|
300
|
+
"color.gray-true.600": "#525252",
|
|
301
|
+
"color.gray-true.700": "#424242",
|
|
302
|
+
"color.gray-true.800": "#292929",
|
|
303
|
+
"color.gray-true.900": "#141414",
|
|
304
|
+
"color.gray-true.950": "#0f0f0f",
|
|
305
|
+
"color.gray-true.25-rgb": "252 252 252",
|
|
306
|
+
"color.gray-true.50-rgb": "247 247 247",
|
|
307
|
+
"color.gray-true.100-rgb": "245 245 245",
|
|
308
|
+
"color.gray-true.200-rgb": "229 229 229",
|
|
309
|
+
"color.gray-true.300-rgb": "214 214 214",
|
|
310
|
+
"color.gray-true.400-rgb": "163 163 163",
|
|
311
|
+
"color.gray-true.500-rgb": "115 115 115",
|
|
312
|
+
"color.gray-true.600-rgb": "82 82 82",
|
|
313
|
+
"color.gray-true.700-rgb": "66 66 66",
|
|
314
|
+
"color.gray-true.800-rgb": "41 41 41",
|
|
315
|
+
"color.gray-true.900-rgb": "20 20 20",
|
|
316
|
+
"color.gray-true.950-rgb": "15 15 15",
|
|
317
|
+
"color.gray-warm.25": "#fdfdfc",
|
|
318
|
+
"color.gray-warm.50": "#fafaf9",
|
|
319
|
+
"color.gray-warm.100": "#f5f5f4",
|
|
320
|
+
"color.gray-warm.200": "#e7e5e4",
|
|
321
|
+
"color.gray-warm.300": "#d7d3d0",
|
|
322
|
+
"color.gray-warm.400": "#a9a29d",
|
|
323
|
+
"color.gray-warm.500": "#79716b",
|
|
324
|
+
"color.gray-warm.600": "#57534e",
|
|
325
|
+
"color.gray-warm.700": "#44403c",
|
|
326
|
+
"color.gray-warm.800": "#292524",
|
|
327
|
+
"color.gray-warm.900": "#1c1917",
|
|
328
|
+
"color.gray-warm.950": "#171412",
|
|
329
|
+
"color.gray-warm.25-rgb": "253 253 252",
|
|
330
|
+
"color.gray-warm.50-rgb": "250 250 249",
|
|
331
|
+
"color.gray-warm.100-rgb": "245 245 244",
|
|
332
|
+
"color.gray-warm.200-rgb": "231 229 228",
|
|
333
|
+
"color.gray-warm.300-rgb": "215 211 208",
|
|
334
|
+
"color.gray-warm.400-rgb": "169 162 157",
|
|
335
|
+
"color.gray-warm.500-rgb": "121 113 107",
|
|
336
|
+
"color.gray-warm.600-rgb": "87 83 78",
|
|
337
|
+
"color.gray-warm.700-rgb": "68 64 60",
|
|
338
|
+
"color.gray-warm.800-rgb": "41 37 36",
|
|
339
|
+
"color.gray-warm.900-rgb": "28 25 23",
|
|
340
|
+
"color.gray-warm.950-rgb": "23 20 18",
|
|
341
|
+
"color.moss.25": "#fafdf7",
|
|
342
|
+
"color.moss.50": "#f5fbee",
|
|
343
|
+
"color.moss.100": "#e6f4d7",
|
|
344
|
+
"color.moss.200": "#ceeab0",
|
|
345
|
+
"color.moss.300": "#acdc79",
|
|
346
|
+
"color.moss.400": "#86cb3c",
|
|
347
|
+
"color.moss.500": "#669f2a",
|
|
348
|
+
"color.moss.600": "#4f7a21",
|
|
349
|
+
"color.moss.700": "#3f621a",
|
|
350
|
+
"color.moss.800": "#335015",
|
|
351
|
+
"color.moss.900": "#2b4212",
|
|
352
|
+
"color.moss.950": "#1a280b",
|
|
353
|
+
"color.moss.25-rgb": "250 253 247",
|
|
354
|
+
"color.moss.50-rgb": "245 251 238",
|
|
355
|
+
"color.moss.100-rgb": "230 244 215",
|
|
356
|
+
"color.moss.200-rgb": "206 234 176",
|
|
357
|
+
"color.moss.300-rgb": "172 220 121",
|
|
358
|
+
"color.moss.400-rgb": "134 203 60",
|
|
359
|
+
"color.moss.500-rgb": "102 159 42",
|
|
360
|
+
"color.moss.600-rgb": "79 122 33",
|
|
361
|
+
"color.moss.700-rgb": "63 98 26",
|
|
362
|
+
"color.moss.800-rgb": "51 80 21",
|
|
363
|
+
"color.moss.900-rgb": "43 66 18",
|
|
364
|
+
"color.moss.950-rgb": "26 40 11",
|
|
365
|
+
"color.green-light.25": "#fafef5",
|
|
366
|
+
"color.green-light.50": "#f3fee7",
|
|
367
|
+
"color.green-light.100": "#e3fbcc",
|
|
368
|
+
"color.green-light.200": "#d0f8ab",
|
|
369
|
+
"color.green-light.300": "#a6ef67",
|
|
370
|
+
"color.green-light.400": "#85e13a",
|
|
371
|
+
"color.green-light.500": "#66c61c",
|
|
372
|
+
"color.green-light.600": "#4ca30d",
|
|
373
|
+
"color.green-light.700": "#3b7c0f",
|
|
374
|
+
"color.green-light.800": "#326212",
|
|
375
|
+
"color.green-light.900": "#2b5314",
|
|
376
|
+
"color.green-light.950": "#15290a",
|
|
377
|
+
"color.green-light.25-rgb": "250 254 245",
|
|
378
|
+
"color.green-light.50-rgb": "243 254 231",
|
|
379
|
+
"color.green-light.100-rgb": "227 251 204",
|
|
380
|
+
"color.green-light.200-rgb": "208 248 171",
|
|
381
|
+
"color.green-light.300-rgb": "166 239 103",
|
|
382
|
+
"color.green-light.400-rgb": "133 225 58",
|
|
383
|
+
"color.green-light.500-rgb": "102 198 28",
|
|
384
|
+
"color.green-light.600-rgb": "76 163 13",
|
|
385
|
+
"color.green-light.700-rgb": "59 124 15",
|
|
386
|
+
"color.green-light.800-rgb": "50 98 18",
|
|
387
|
+
"color.green-light.900-rgb": "43 83 20",
|
|
388
|
+
"color.green-light.950-rgb": "21 41 10",
|
|
389
|
+
"color.green.25": "#e9fdf1",
|
|
390
|
+
"color.green.50": "#cbfce1",
|
|
391
|
+
"color.green.100": "#52fbb2",
|
|
392
|
+
"color.green.200": "#2be099",
|
|
393
|
+
"color.green.300": "#17c484",
|
|
394
|
+
"color.green.400": "#12a66f",
|
|
395
|
+
"color.green.500": "#0b8759",
|
|
396
|
+
"color.green.600": "#097049",
|
|
397
|
+
"color.green.700": "#045134",
|
|
398
|
+
"color.green.800": "#053722",
|
|
399
|
+
"color.green.900": "#052315",
|
|
400
|
+
"color.green.950": "#04140c",
|
|
401
|
+
"color.green.25-rgb": "233 253 241",
|
|
402
|
+
"color.green.50-rgb": "203 252 225",
|
|
403
|
+
"color.green.100-rgb": "82 251 178",
|
|
404
|
+
"color.green.200-rgb": "43 224 153",
|
|
405
|
+
"color.green.300-rgb": "23 196 132",
|
|
406
|
+
"color.green.400-rgb": "18 166 111",
|
|
407
|
+
"color.green.500-rgb": "11 135 89",
|
|
408
|
+
"color.green.600-rgb": "9 112 73",
|
|
409
|
+
"color.green.700-rgb": "4 81 52",
|
|
410
|
+
"color.green.800-rgb": "5 55 34",
|
|
411
|
+
"color.green.900-rgb": "5 35 21",
|
|
412
|
+
"color.green.950-rgb": "4 20 12",
|
|
413
|
+
"color.teal.25": "#f6fefc",
|
|
414
|
+
"color.teal.50": "#f0fdf9",
|
|
415
|
+
"color.teal.100": "#ccfbef",
|
|
416
|
+
"color.teal.200": "#99f6e0",
|
|
417
|
+
"color.teal.300": "#5fe9d0",
|
|
418
|
+
"color.teal.400": "#2ed3b7",
|
|
419
|
+
"color.teal.500": "#15b79e",
|
|
420
|
+
"color.teal.600": "#0e9384",
|
|
421
|
+
"color.teal.700": "#107569",
|
|
422
|
+
"color.teal.800": "#125d56",
|
|
423
|
+
"color.teal.900": "#134e48",
|
|
424
|
+
"color.teal.950": "#0a2926",
|
|
425
|
+
"color.teal.25-rgb": "246 254 252",
|
|
426
|
+
"color.teal.50-rgb": "240 253 249",
|
|
427
|
+
"color.teal.100-rgb": "204 251 239",
|
|
428
|
+
"color.teal.200-rgb": "153 246 224",
|
|
429
|
+
"color.teal.300-rgb": "95 233 208",
|
|
430
|
+
"color.teal.400-rgb": "46 211 183",
|
|
431
|
+
"color.teal.500-rgb": "21 183 158",
|
|
432
|
+
"color.teal.600-rgb": "14 147 132",
|
|
433
|
+
"color.teal.700-rgb": "16 117 105",
|
|
434
|
+
"color.teal.800-rgb": "18 93 86",
|
|
435
|
+
"color.teal.900-rgb": "19 78 72",
|
|
436
|
+
"color.teal.950-rgb": "10 41 38",
|
|
437
|
+
"color.cyan.25": "#f5feff",
|
|
438
|
+
"color.cyan.50": "#ecfdff",
|
|
439
|
+
"color.cyan.100": "#cff9fe",
|
|
440
|
+
"color.cyan.200": "#a5f0fc",
|
|
441
|
+
"color.cyan.300": "#67e3f9",
|
|
442
|
+
"color.cyan.400": "#22ccee",
|
|
443
|
+
"color.cyan.500": "#06aed4",
|
|
444
|
+
"color.cyan.600": "#088ab2",
|
|
445
|
+
"color.cyan.700": "#0e7090",
|
|
446
|
+
"color.cyan.800": "#155b75",
|
|
447
|
+
"color.cyan.900": "#164c63",
|
|
448
|
+
"color.cyan.950": "#0d2d3a",
|
|
449
|
+
"color.cyan.25-rgb": "245 254 255",
|
|
450
|
+
"color.cyan.50-rgb": "236 253 255",
|
|
451
|
+
"color.cyan.100-rgb": "207 249 254",
|
|
452
|
+
"color.cyan.200-rgb": "165 240 252",
|
|
453
|
+
"color.cyan.300-rgb": "103 227 249",
|
|
454
|
+
"color.cyan.400-rgb": "34 204 238",
|
|
455
|
+
"color.cyan.500-rgb": "6 174 212",
|
|
456
|
+
"color.cyan.600-rgb": "8 138 178",
|
|
457
|
+
"color.cyan.700-rgb": "14 112 144",
|
|
458
|
+
"color.cyan.800-rgb": "21 91 117",
|
|
459
|
+
"color.cyan.900-rgb": "22 76 99",
|
|
460
|
+
"color.cyan.950-rgb": "13 45 58",
|
|
461
|
+
"color.blue-light.25": "#f5fbff",
|
|
462
|
+
"color.blue-light.50": "#f0f9ff",
|
|
463
|
+
"color.blue-light.100": "#e0f2fe",
|
|
464
|
+
"color.blue-light.200": "#b9e6fe",
|
|
465
|
+
"color.blue-light.300": "#7cd4fd",
|
|
466
|
+
"color.blue-light.400": "#36bffa",
|
|
467
|
+
"color.blue-light.500": "#0ba5ec",
|
|
468
|
+
"color.blue-light.600": "#0086c9",
|
|
469
|
+
"color.blue-light.700": "#026aa2",
|
|
470
|
+
"color.blue-light.800": "#065986",
|
|
471
|
+
"color.blue-light.900": "#0b4a6f",
|
|
472
|
+
"color.blue-light.950": "#062c41",
|
|
473
|
+
"color.blue-light.25-rgb": "245 251 255",
|
|
474
|
+
"color.blue-light.50-rgb": "240 249 255",
|
|
475
|
+
"color.blue-light.100-rgb": "224 242 254",
|
|
476
|
+
"color.blue-light.200-rgb": "185 230 254",
|
|
477
|
+
"color.blue-light.300-rgb": "124 212 253",
|
|
478
|
+
"color.blue-light.400-rgb": "54 191 250",
|
|
479
|
+
"color.blue-light.500-rgb": "11 165 236",
|
|
480
|
+
"color.blue-light.600-rgb": "0 134 201",
|
|
481
|
+
"color.blue-light.700-rgb": "2 106 162",
|
|
482
|
+
"color.blue-light.800-rgb": "6 89 134",
|
|
483
|
+
"color.blue-light.900-rgb": "11 74 111",
|
|
484
|
+
"color.blue-light.950-rgb": "6 44 65",
|
|
485
|
+
"color.blue.25": "#f5faff",
|
|
486
|
+
"color.blue.50": "#eff8ff",
|
|
487
|
+
"color.blue.100": "#d1e9ff",
|
|
488
|
+
"color.blue.200": "#b2ddff",
|
|
489
|
+
"color.blue.300": "#84caff",
|
|
490
|
+
"color.blue.400": "#53b1fd",
|
|
491
|
+
"color.blue.500": "#2e90fa",
|
|
492
|
+
"color.blue.600": "#1570ef",
|
|
493
|
+
"color.blue.700": "#175cd3",
|
|
494
|
+
"color.blue.800": "#1849a9",
|
|
495
|
+
"color.blue.900": "#194185",
|
|
496
|
+
"color.blue.950": "#102a56",
|
|
497
|
+
"color.blue.25-rgb": "245 250 255",
|
|
498
|
+
"color.blue.50-rgb": "239 248 255",
|
|
499
|
+
"color.blue.100-rgb": "209 233 255",
|
|
500
|
+
"color.blue.200-rgb": "178 221 255",
|
|
501
|
+
"color.blue.300-rgb": "132 202 255",
|
|
502
|
+
"color.blue.400-rgb": "83 177 253",
|
|
503
|
+
"color.blue.500-rgb": "46 144 250",
|
|
504
|
+
"color.blue.600-rgb": "21 112 239",
|
|
505
|
+
"color.blue.700-rgb": "23 92 211",
|
|
506
|
+
"color.blue.800-rgb": "24 73 169",
|
|
507
|
+
"color.blue.900-rgb": "25 65 133",
|
|
508
|
+
"color.blue.950-rgb": "16 42 86",
|
|
509
|
+
"color.blue-dark.25": "#f5f8ff",
|
|
510
|
+
"color.blue-dark.50": "#eff4ff",
|
|
511
|
+
"color.blue-dark.100": "#d1e0ff",
|
|
512
|
+
"color.blue-dark.200": "#b2ccff",
|
|
513
|
+
"color.blue-dark.300": "#84adff",
|
|
514
|
+
"color.blue-dark.400": "#528bff",
|
|
515
|
+
"color.blue-dark.500": "#2970ff",
|
|
516
|
+
"color.blue-dark.600": "#155eef",
|
|
517
|
+
"color.blue-dark.700": "#004eeb",
|
|
518
|
+
"color.blue-dark.800": "#0040c1",
|
|
519
|
+
"color.blue-dark.900": "#00359e",
|
|
520
|
+
"color.blue-dark.950": "#002266",
|
|
521
|
+
"color.blue-dark.25-rgb": "245 248 255",
|
|
522
|
+
"color.blue-dark.50-rgb": "239 244 255",
|
|
523
|
+
"color.blue-dark.100-rgb": "209 224 255",
|
|
524
|
+
"color.blue-dark.200-rgb": "178 204 255",
|
|
525
|
+
"color.blue-dark.300-rgb": "132 173 255",
|
|
526
|
+
"color.blue-dark.400-rgb": "82 139 255",
|
|
527
|
+
"color.blue-dark.500-rgb": "41 112 255",
|
|
528
|
+
"color.blue-dark.600-rgb": "21 94 239",
|
|
529
|
+
"color.blue-dark.700-rgb": "0 78 235",
|
|
530
|
+
"color.blue-dark.800-rgb": "0 64 193",
|
|
531
|
+
"color.blue-dark.900-rgb": "0 53 158",
|
|
532
|
+
"color.blue-dark.950-rgb": "0 34 102",
|
|
533
|
+
"color.indigo.25": "#f5f8ff",
|
|
534
|
+
"color.indigo.50": "#eef4ff",
|
|
535
|
+
"color.indigo.100": "#e0eaff",
|
|
536
|
+
"color.indigo.200": "#c7d7fe",
|
|
537
|
+
"color.indigo.300": "#a4bcfd",
|
|
538
|
+
"color.indigo.400": "#8098f9",
|
|
539
|
+
"color.indigo.500": "#6172f3",
|
|
540
|
+
"color.indigo.600": "#444ce7",
|
|
541
|
+
"color.indigo.700": "#3538cd",
|
|
542
|
+
"color.indigo.800": "#2d31a6",
|
|
543
|
+
"color.indigo.900": "#2d3282",
|
|
544
|
+
"color.indigo.950": "#1f235b",
|
|
545
|
+
"color.indigo.25-rgb": "245 248 255",
|
|
546
|
+
"color.indigo.50-rgb": "238 244 255",
|
|
547
|
+
"color.indigo.100-rgb": "224 234 255",
|
|
548
|
+
"color.indigo.200-rgb": "199 215 254",
|
|
549
|
+
"color.indigo.300-rgb": "164 188 253",
|
|
550
|
+
"color.indigo.400-rgb": "128 152 249",
|
|
551
|
+
"color.indigo.500-rgb": "97 114 243",
|
|
552
|
+
"color.indigo.600-rgb": "68 76 231",
|
|
553
|
+
"color.indigo.700-rgb": "53 56 205",
|
|
554
|
+
"color.indigo.800-rgb": "45 49 166",
|
|
555
|
+
"color.indigo.900-rgb": "45 50 130",
|
|
556
|
+
"color.indigo.950-rgb": "31 35 91",
|
|
557
|
+
"color.violet.25": "#fbfaff",
|
|
558
|
+
"color.violet.50": "#f5f3ff",
|
|
559
|
+
"color.violet.100": "#ece9fe",
|
|
560
|
+
"color.violet.200": "#ddd6fe",
|
|
561
|
+
"color.violet.300": "#c3b5fd",
|
|
562
|
+
"color.violet.400": "#a48afb",
|
|
563
|
+
"color.violet.500": "#875bf7",
|
|
564
|
+
"color.violet.600": "#7839ee",
|
|
565
|
+
"color.violet.700": "#6927da",
|
|
566
|
+
"color.violet.800": "#5720b7",
|
|
567
|
+
"color.violet.900": "#491c96",
|
|
568
|
+
"color.violet.950": "#2e125e",
|
|
569
|
+
"color.violet.25-rgb": "251 250 255",
|
|
570
|
+
"color.violet.50-rgb": "245 243 255",
|
|
571
|
+
"color.violet.100-rgb": "236 233 254",
|
|
572
|
+
"color.violet.200-rgb": "221 214 254",
|
|
573
|
+
"color.violet.300-rgb": "195 181 253",
|
|
574
|
+
"color.violet.400-rgb": "164 138 251",
|
|
575
|
+
"color.violet.500-rgb": "135 91 247",
|
|
576
|
+
"color.violet.600-rgb": "120 57 238",
|
|
577
|
+
"color.violet.700-rgb": "105 39 218",
|
|
578
|
+
"color.violet.800-rgb": "87 32 183",
|
|
579
|
+
"color.violet.900-rgb": "73 28 150",
|
|
580
|
+
"color.violet.950-rgb": "46 18 94",
|
|
581
|
+
"color.purple.25": "#fafaff",
|
|
582
|
+
"color.purple.50": "#f4f3ff",
|
|
583
|
+
"color.purple.100": "#ebe9fe",
|
|
584
|
+
"color.purple.200": "#d9d6fe",
|
|
585
|
+
"color.purple.300": "#bdb4fe",
|
|
586
|
+
"color.purple.400": "#9b8afb",
|
|
587
|
+
"color.purple.500": "#7a5af8",
|
|
588
|
+
"color.purple.600": "#6938ef",
|
|
589
|
+
"color.purple.700": "#5925dc",
|
|
590
|
+
"color.purple.800": "#4a1fb8",
|
|
591
|
+
"color.purple.900": "#3e1c96",
|
|
592
|
+
"color.purple.950": "#27115f",
|
|
593
|
+
"color.purple.25-rgb": "250 250 255",
|
|
594
|
+
"color.purple.50-rgb": "244 243 255",
|
|
595
|
+
"color.purple.100-rgb": "235 233 254",
|
|
596
|
+
"color.purple.200-rgb": "217 214 254",
|
|
597
|
+
"color.purple.300-rgb": "189 180 254",
|
|
598
|
+
"color.purple.400-rgb": "155 138 251",
|
|
599
|
+
"color.purple.500-rgb": "122 90 248",
|
|
600
|
+
"color.purple.600-rgb": "105 56 239",
|
|
601
|
+
"color.purple.700-rgb": "89 37 220",
|
|
602
|
+
"color.purple.800-rgb": "74 31 184",
|
|
603
|
+
"color.purple.900-rgb": "62 28 150",
|
|
604
|
+
"color.purple.950-rgb": "39 17 95",
|
|
605
|
+
"color.fuchsia.25": "#fefaff",
|
|
606
|
+
"color.fuchsia.50": "#fdf4ff",
|
|
607
|
+
"color.fuchsia.100": "#fbe8ff",
|
|
608
|
+
"color.fuchsia.200": "#f6d0fe",
|
|
609
|
+
"color.fuchsia.300": "#eeaafd",
|
|
610
|
+
"color.fuchsia.400": "#e478fa",
|
|
611
|
+
"color.fuchsia.500": "#d444f1",
|
|
612
|
+
"color.fuchsia.600": "#ba24d5",
|
|
613
|
+
"color.fuchsia.700": "#9f1ab1",
|
|
614
|
+
"color.fuchsia.800": "#821890",
|
|
615
|
+
"color.fuchsia.900": "#6f1877",
|
|
616
|
+
"color.fuchsia.950": "#47104c",
|
|
617
|
+
"color.fuchsia.25-rgb": "254 250 255",
|
|
618
|
+
"color.fuchsia.50-rgb": "253 244 255",
|
|
619
|
+
"color.fuchsia.100-rgb": "251 232 255",
|
|
620
|
+
"color.fuchsia.200-rgb": "246 208 254",
|
|
621
|
+
"color.fuchsia.300-rgb": "238 170 253",
|
|
622
|
+
"color.fuchsia.400-rgb": "228 120 250",
|
|
623
|
+
"color.fuchsia.500-rgb": "212 68 241",
|
|
624
|
+
"color.fuchsia.600-rgb": "186 36 213",
|
|
625
|
+
"color.fuchsia.700-rgb": "159 26 177",
|
|
626
|
+
"color.fuchsia.800-rgb": "130 24 144",
|
|
627
|
+
"color.fuchsia.900-rgb": "111 24 119",
|
|
628
|
+
"color.fuchsia.950-rgb": "71 16 76",
|
|
629
|
+
"color.pink.25": "#fef6fb",
|
|
630
|
+
"color.pink.50": "#fdf2fa",
|
|
631
|
+
"color.pink.100": "#fce7f6",
|
|
632
|
+
"color.pink.200": "#fcceee",
|
|
633
|
+
"color.pink.300": "#faa7e0",
|
|
634
|
+
"color.pink.400": "#f670c7",
|
|
635
|
+
"color.pink.500": "#ee46bc",
|
|
636
|
+
"color.pink.600": "#dd2590",
|
|
637
|
+
"color.pink.700": "#c11574",
|
|
638
|
+
"color.pink.800": "#9e165f",
|
|
639
|
+
"color.pink.900": "#851651",
|
|
640
|
+
"color.pink.950": "#4e0d30",
|
|
641
|
+
"color.pink.25-rgb": "254 246 251",
|
|
642
|
+
"color.pink.50-rgb": "253 242 250",
|
|
643
|
+
"color.pink.100-rgb": "252 231 246",
|
|
644
|
+
"color.pink.200-rgb": "252 206 238",
|
|
645
|
+
"color.pink.300-rgb": "250 167 224",
|
|
646
|
+
"color.pink.400-rgb": "246 112 199",
|
|
647
|
+
"color.pink.500-rgb": "238 70 188",
|
|
648
|
+
"color.pink.600-rgb": "221 37 144",
|
|
649
|
+
"color.pink.700-rgb": "193 21 116",
|
|
650
|
+
"color.pink.800-rgb": "158 22 95",
|
|
651
|
+
"color.pink.900-rgb": "133 22 81",
|
|
652
|
+
"color.pink.950-rgb": "78 13 48",
|
|
653
|
+
"color.rose.25": "#fff5f6",
|
|
654
|
+
"color.rose.50": "#fff1f3",
|
|
655
|
+
"color.rose.100": "#ffe4e8",
|
|
656
|
+
"color.rose.200": "#fecdd6",
|
|
657
|
+
"color.rose.300": "#fea3b4",
|
|
658
|
+
"color.rose.400": "#fd6f8e",
|
|
659
|
+
"color.rose.500": "#f63d68",
|
|
660
|
+
"color.rose.600": "#e31b54",
|
|
661
|
+
"color.rose.700": "#c01048",
|
|
662
|
+
"color.rose.800": "#a11043",
|
|
663
|
+
"color.rose.900": "#89123e",
|
|
664
|
+
"color.rose.950": "#510b24",
|
|
665
|
+
"color.rose.25-rgb": "255 245 246",
|
|
666
|
+
"color.rose.50-rgb": "255 241 243",
|
|
667
|
+
"color.rose.100-rgb": "255 228 232",
|
|
668
|
+
"color.rose.200-rgb": "254 205 214",
|
|
669
|
+
"color.rose.300-rgb": "254 163 180",
|
|
670
|
+
"color.rose.400-rgb": "253 111 142",
|
|
671
|
+
"color.rose.500-rgb": "246 61 104",
|
|
672
|
+
"color.rose.600-rgb": "227 27 84",
|
|
673
|
+
"color.rose.700-rgb": "192 16 72",
|
|
674
|
+
"color.rose.800-rgb": "161 16 67",
|
|
675
|
+
"color.rose.900-rgb": "137 18 62",
|
|
676
|
+
"color.rose.950-rgb": "81 11 36",
|
|
677
|
+
"color.orange-dark.25": "#fff9f5",
|
|
678
|
+
"color.orange-dark.50": "#fff4ed",
|
|
679
|
+
"color.orange-dark.100": "#ffe6d5",
|
|
680
|
+
"color.orange-dark.200": "#ffd6ae",
|
|
681
|
+
"color.orange-dark.300": "#ff9c66",
|
|
682
|
+
"color.orange-dark.400": "#ff692e",
|
|
683
|
+
"color.orange-dark.500": "#ff4405",
|
|
684
|
+
"color.orange-dark.600": "#e62e05",
|
|
685
|
+
"color.orange-dark.700": "#bc1b06",
|
|
686
|
+
"color.orange-dark.800": "#97180c",
|
|
687
|
+
"color.orange-dark.900": "#771a0d",
|
|
688
|
+
"color.orange-dark.950": "#57130a",
|
|
689
|
+
"color.orange-dark.25-rgb": "255 249 245",
|
|
690
|
+
"color.orange-dark.50-rgb": "255 244 237",
|
|
691
|
+
"color.orange-dark.100-rgb": "255 230 213",
|
|
692
|
+
"color.orange-dark.200-rgb": "255 214 174",
|
|
693
|
+
"color.orange-dark.300-rgb": "255 156 102",
|
|
694
|
+
"color.orange-dark.400-rgb": "255 105 46",
|
|
695
|
+
"color.orange-dark.500-rgb": "255 68 5",
|
|
696
|
+
"color.orange-dark.600-rgb": "230 46 5",
|
|
697
|
+
"color.orange-dark.700-rgb": "188 27 6",
|
|
698
|
+
"color.orange-dark.800-rgb": "151 24 12",
|
|
699
|
+
"color.orange-dark.900-rgb": "119 26 13",
|
|
700
|
+
"color.orange-dark.950-rgb": "87 19 10",
|
|
701
|
+
"color.orange.25": "#fefaf5",
|
|
702
|
+
"color.orange.50": "#fef6ee",
|
|
703
|
+
"color.orange.100": "#fdead7",
|
|
704
|
+
"color.orange.200": "#f9dbaf",
|
|
705
|
+
"color.orange.300": "#f7b27a",
|
|
706
|
+
"color.orange.400": "#f38744",
|
|
707
|
+
"color.orange.500": "#ef6820",
|
|
708
|
+
"color.orange.600": "#e04f16",
|
|
709
|
+
"color.orange.700": "#b93815",
|
|
710
|
+
"color.orange.800": "#932f19",
|
|
711
|
+
"color.orange.900": "#772917",
|
|
712
|
+
"color.orange.950": "#511c10",
|
|
713
|
+
"color.orange.25-rgb": "254 250 245",
|
|
714
|
+
"color.orange.50-rgb": "254 246 238",
|
|
715
|
+
"color.orange.100-rgb": "253 234 215",
|
|
716
|
+
"color.orange.200-rgb": "249 219 175",
|
|
717
|
+
"color.orange.300-rgb": "247 178 122",
|
|
718
|
+
"color.orange.400-rgb": "243 135 68",
|
|
719
|
+
"color.orange.500-rgb": "239 104 32",
|
|
720
|
+
"color.orange.600-rgb": "224 79 22",
|
|
721
|
+
"color.orange.700-rgb": "185 56 21",
|
|
722
|
+
"color.orange.800-rgb": "147 47 25",
|
|
723
|
+
"color.orange.900-rgb": "119 41 23",
|
|
724
|
+
"color.orange.950-rgb": "81 28 16",
|
|
725
|
+
"color.yellow.25": "#fefdf0",
|
|
726
|
+
"color.yellow.50": "#fefbe8",
|
|
727
|
+
"color.yellow.100": "#fef7c3",
|
|
728
|
+
"color.yellow.200": "#feee95",
|
|
729
|
+
"color.yellow.300": "#fde272",
|
|
730
|
+
"color.yellow.400": "#fac515",
|
|
731
|
+
"color.yellow.500": "#eaaa08",
|
|
732
|
+
"color.yellow.600": "#ca8504",
|
|
733
|
+
"color.yellow.700": "#a15c07",
|
|
734
|
+
"color.yellow.800": "#854a0e",
|
|
735
|
+
"color.yellow.900": "#713b12",
|
|
736
|
+
"color.yellow.950": "#542c0d",
|
|
737
|
+
"color.yellow.25-rgb": "254 253 240",
|
|
738
|
+
"color.yellow.50-rgb": "254 251 232",
|
|
739
|
+
"color.yellow.100-rgb": "254 247 195",
|
|
740
|
+
"color.yellow.200-rgb": "254 238 149",
|
|
741
|
+
"color.yellow.300-rgb": "253 226 114",
|
|
742
|
+
"color.yellow.400-rgb": "250 197 21",
|
|
743
|
+
"color.yellow.500-rgb": "234 170 8",
|
|
744
|
+
"color.yellow.600-rgb": "202 133 4",
|
|
745
|
+
"color.yellow.700-rgb": "161 92 7",
|
|
746
|
+
"color.yellow.800-rgb": "133 74 14",
|
|
747
|
+
"color.yellow.900-rgb": "113 59 18",
|
|
748
|
+
"color.yellow.950-rgb": "84 44 13",
|
|
749
|
+
"spacing.0": 0,
|
|
750
|
+
"spacing.1": 4,
|
|
751
|
+
"spacing.2": 8,
|
|
752
|
+
"spacing.3": 12,
|
|
753
|
+
"spacing.4": 16,
|
|
754
|
+
"spacing.5": 20,
|
|
755
|
+
"spacing.6": 24,
|
|
756
|
+
"spacing.8": 32,
|
|
757
|
+
"spacing.10": 40,
|
|
758
|
+
"spacing.12": 48,
|
|
759
|
+
"spacing.15": 60,
|
|
760
|
+
"spacing.16": 64,
|
|
761
|
+
"spacing.20": 80,
|
|
762
|
+
"spacing.24": 96,
|
|
763
|
+
"spacing.32": 128,
|
|
764
|
+
"spacing.40": 160,
|
|
765
|
+
"spacing.48": 192,
|
|
766
|
+
"spacing.56": 224,
|
|
767
|
+
"spacing.64": 256,
|
|
768
|
+
"spacing.80": 320,
|
|
769
|
+
"spacing.96": 384,
|
|
770
|
+
"spacing.120": 480,
|
|
771
|
+
"spacing.140": 560,
|
|
772
|
+
"spacing.160": 640,
|
|
773
|
+
"spacing.180": 720,
|
|
774
|
+
"spacing.192": 768,
|
|
775
|
+
"spacing.256": 1024,
|
|
776
|
+
"spacing.320": 1280,
|
|
777
|
+
"spacing.360": 1440,
|
|
778
|
+
"spacing.400": 1600,
|
|
779
|
+
"spacing.480": 1920,
|
|
780
|
+
"spacing.0-5": 2,
|
|
781
|
+
"spacing.1-5": 6,
|
|
782
|
+
"radius-xxs": 2,
|
|
783
|
+
"radius-xs": 4,
|
|
784
|
+
"radius-sm": 6,
|
|
785
|
+
"radius-md": 8,
|
|
786
|
+
"radius-lg": 10,
|
|
787
|
+
"radius-xl": 12,
|
|
788
|
+
"radius-2xl": 16,
|
|
789
|
+
"radius-3xl": 20,
|
|
790
|
+
"radius-4xl": 24,
|
|
791
|
+
"radius-full": 9999,
|
|
792
|
+
"spacing-none": 0,
|
|
793
|
+
"spacing-xxs": 2,
|
|
794
|
+
"spacing-xs": 4,
|
|
795
|
+
"spacing-sm": 6,
|
|
796
|
+
"spacing-md": 8,
|
|
797
|
+
"spacing-lg": 12,
|
|
798
|
+
"spacing-xl": 16,
|
|
799
|
+
"spacing-2xl": 20,
|
|
800
|
+
"spacing-3xl": 24,
|
|
801
|
+
"spacing-4xl": 32,
|
|
802
|
+
"spacing-5xl": 40,
|
|
803
|
+
"spacing-6xl": 48,
|
|
804
|
+
"spacing-7xl": 64,
|
|
805
|
+
"spacing-8xl": 80,
|
|
806
|
+
"spacing-9xl": 96,
|
|
807
|
+
"spacing-10xl": 128,
|
|
808
|
+
"spacing-11xl": 160,
|
|
809
|
+
"font-family-display": "Satoshi, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif",
|
|
810
|
+
"font-family-body": "Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif",
|
|
811
|
+
"font-weight-regular": 400,
|
|
812
|
+
"font-weight-regular-italic": 400,
|
|
813
|
+
"font-weight-medium": 500,
|
|
814
|
+
"font-weight-medium-italic": 500,
|
|
815
|
+
"font-weight-semibold": 600,
|
|
816
|
+
"font-weight-semibold-italic": 600,
|
|
817
|
+
"font-weight-bold": 700,
|
|
818
|
+
"font-weight-bold-italic": 700,
|
|
819
|
+
"font-size-body-xs": 12,
|
|
820
|
+
"line-height-body-xs": 18,
|
|
821
|
+
"line-height-body-sm": 20,
|
|
822
|
+
"line-height-body-md": 24,
|
|
823
|
+
"line-height-body-lg": 28,
|
|
824
|
+
"line-height-body-xl": 30,
|
|
825
|
+
"line-height-display-xs": 32,
|
|
826
|
+
"line-height-display-sm": 38,
|
|
827
|
+
"line-height-display-md": 44,
|
|
828
|
+
"line-height-display-lg": 60,
|
|
829
|
+
"line-height-display-xl": 72,
|
|
830
|
+
"line-height-display-2xl": 90,
|
|
831
|
+
"font-size-body-sm": 14,
|
|
832
|
+
"font-size-body-md": 16,
|
|
833
|
+
"font-size-body-lg": 18,
|
|
834
|
+
"font-size-body-xl": 20,
|
|
835
|
+
"font-size-display-xs": 24,
|
|
836
|
+
"font-size-display-sm": 30,
|
|
837
|
+
"font-size-display-md": 36,
|
|
838
|
+
"font-size-display-lg": 48,
|
|
839
|
+
"font-size-display-xl": 60,
|
|
840
|
+
"font-size-display-2xl": 72,
|
|
841
|
+
"width-xxs": 320,
|
|
842
|
+
"width-xs": 384,
|
|
843
|
+
"width-sm": 480,
|
|
844
|
+
"width-md": 560,
|
|
845
|
+
"width-lg": 640,
|
|
846
|
+
"width-xl": 768,
|
|
847
|
+
"width-2xl": 1024,
|
|
848
|
+
"width-3xl": 1280,
|
|
849
|
+
"width-4xl": 1440,
|
|
850
|
+
"width-5xl": 1600,
|
|
851
|
+
"width-6xl": 1920,
|
|
852
|
+
"width-paragraph-max": 720,
|
|
853
|
+
"text-primary": "#f7f7f7",
|
|
854
|
+
"text-primary-rgb": "247 247 247",
|
|
855
|
+
"text-primary_on-brand": "#13161b",
|
|
856
|
+
"text-primary_on-brand-rgb": "19 22 27",
|
|
857
|
+
"text-secondary": "#cecfd2",
|
|
858
|
+
"text-secondary-rgb": "206 207 210",
|
|
859
|
+
"text-secondary_hover": "#ececed",
|
|
860
|
+
"text-secondary_hover-rgb": "236 236 237",
|
|
861
|
+
"text-secondary_on-brand": "#cecfd2",
|
|
862
|
+
"text-secondary_on-brand-rgb": "206 207 210",
|
|
863
|
+
"text-tertiary": "#94979c",
|
|
864
|
+
"text-tertiary-rgb": "148 151 156",
|
|
865
|
+
"text-tertiary_hover": "#cecfd2",
|
|
866
|
+
"text-tertiary_hover-rgb": "206 207 210",
|
|
867
|
+
"text-tertiary_on-brand": "#94979c",
|
|
868
|
+
"text-tertiary_on-brand-rgb": "148 151 156",
|
|
869
|
+
"text-quaternary": "#94979c",
|
|
870
|
+
"text-quaternary-rgb": "148 151 156",
|
|
871
|
+
"text-quaternary_on-brand": "#94979c",
|
|
872
|
+
"text-quaternary_on-brand-rgb": "148 151 156",
|
|
873
|
+
"text-white": "#ffffff",
|
|
874
|
+
"text-white-rgb": "255 255 255",
|
|
875
|
+
"text-disabled": "#85888e",
|
|
876
|
+
"text-disabled-rgb": "133 136 142",
|
|
877
|
+
"text-placeholder": "#85888e",
|
|
878
|
+
"text-placeholder-rgb": "133 136 142",
|
|
879
|
+
"text-placeholder_subtle": "#373a41",
|
|
880
|
+
"text-placeholder_subtle-rgb": "55 58 65",
|
|
881
|
+
"text-brand-primary": "#f7f7f7",
|
|
882
|
+
"text-brand-primary-rgb": "247 247 247",
|
|
883
|
+
"text-brand-secondary": "#cecfd2",
|
|
884
|
+
"text-brand-secondary-rgb": "206 207 210",
|
|
885
|
+
"text-brand-secondary_hover": "#ececed",
|
|
886
|
+
"text-brand-secondary_hover-rgb": "236 236 237",
|
|
887
|
+
"text-brand-tertiary": "#94979c",
|
|
888
|
+
"text-brand-tertiary-rgb": "148 151 156",
|
|
889
|
+
"text-brand-tertiary_alt": "#f7f7f7",
|
|
890
|
+
"text-brand-tertiary_alt-rgb": "247 247 247",
|
|
891
|
+
"text-error-primary": "#f97066",
|
|
892
|
+
"text-error-primary-rgb": "249 112 102",
|
|
893
|
+
"text-error-primary_hover": "#fda29b",
|
|
894
|
+
"text-error-primary_hover-rgb": "253 162 155",
|
|
895
|
+
"text-warning-primary": "#fdb022",
|
|
896
|
+
"text-warning-primary-rgb": "253 176 34",
|
|
897
|
+
"text-success-primary": "#47cd89",
|
|
898
|
+
"text-success-primary-rgb": "71 205 137",
|
|
899
|
+
"text-logo-green": "#0b8759",
|
|
900
|
+
"text-logo-green-rgb": "11 135 89",
|
|
901
|
+
"text-logo-neutral": "#d5d7da",
|
|
902
|
+
"text-logo-neutral-rgb": "213 215 218",
|
|
903
|
+
"border-primary": "#373a41",
|
|
904
|
+
"border-primary-rgb": "55 58 65",
|
|
905
|
+
"border-secondary": "#22262f",
|
|
906
|
+
"border-secondary-rgb": "34 38 47",
|
|
907
|
+
"border-secondary_alt": "#373a41",
|
|
908
|
+
"border-secondary_alt-rgb": "55 58 65",
|
|
909
|
+
"border-tertiary": "#22262f",
|
|
910
|
+
"border-tertiary-rgb": "34 38 47",
|
|
911
|
+
"border-disabled": "#373a41",
|
|
912
|
+
"border-disabled-rgb": "55 58 65",
|
|
913
|
+
"border-disabled_subtle": "#22262f",
|
|
914
|
+
"border-disabled_subtle-rgb": "34 38 47",
|
|
915
|
+
"border-brand": "#12a66f",
|
|
916
|
+
"border-brand-rgb": "18 166 111",
|
|
917
|
+
"border-brand_alt": "#373a41",
|
|
918
|
+
"border-brand_alt-rgb": "55 58 65",
|
|
919
|
+
"border-error": "#f97066",
|
|
920
|
+
"border-error-rgb": "249 112 102",
|
|
921
|
+
"border-error_subtle": "#f04438",
|
|
922
|
+
"border-error_subtle-rgb": "240 68 56",
|
|
923
|
+
"fg-primary": "#ffffff",
|
|
924
|
+
"fg-primary-rgb": "255 255 255",
|
|
925
|
+
"alpha-white-10": "#0c0e121a",
|
|
926
|
+
"alpha-white-20": "#0c0e1233",
|
|
927
|
+
"alpha-white-30": "#0c0e124d",
|
|
928
|
+
"alpha-white-40": "#0c0e1266",
|
|
929
|
+
"alpha-white-50": "#0c0e1280",
|
|
930
|
+
"alpha-white-60": "#0c0e1299",
|
|
931
|
+
"alpha-white-70": "#0c0e12b2",
|
|
932
|
+
"alpha-white-80": "#0c0e12cc",
|
|
933
|
+
"alpha-white-90": "#0c0e12e5",
|
|
934
|
+
"alpha-white-100": "#0c0e12",
|
|
935
|
+
"alpha-white-100-rgb": "12 14 18",
|
|
936
|
+
"alpha-black-10": "#ffffff1a",
|
|
937
|
+
"alpha-black-20": "#ffffff33",
|
|
938
|
+
"alpha-black-30": "#ffffff4d",
|
|
939
|
+
"alpha-black-40": "#ffffff66",
|
|
940
|
+
"alpha-black-50": "#ffffff80",
|
|
941
|
+
"alpha-black-60": "#ffffff99",
|
|
942
|
+
"alpha-black-70": "#ffffffb2",
|
|
943
|
+
"alpha-black-80": "#ffffffcc",
|
|
944
|
+
"alpha-black-90": "#ffffffe5",
|
|
945
|
+
"alpha-black-100": "#ffffff",
|
|
946
|
+
"alpha-black-100-rgb": "255 255 255",
|
|
947
|
+
"utility-gray-50": "#13161b",
|
|
948
|
+
"utility-gray-50-rgb": "19 22 27",
|
|
949
|
+
"app-store-badge-border": "#ffffff",
|
|
950
|
+
"app-store-badge-border-rgb": "255 255 255",
|
|
951
|
+
"avatar-styles-bg-neutral": "#e0e0e0",
|
|
952
|
+
"avatar-styles-bg-neutral-rgb": "224 224 224",
|
|
953
|
+
"button-primary-icon": "#04140c",
|
|
954
|
+
"button-primary-icon-rgb": "4 20 12",
|
|
955
|
+
"button-primary-icon_hover": "#04140c",
|
|
956
|
+
"button-primary-icon_hover-rgb": "4 20 12",
|
|
957
|
+
"button-destructive-primary-icon": "#fda29b",
|
|
958
|
+
"button-destructive-primary-icon-rgb": "253 162 155",
|
|
959
|
+
"button-destructive-primary-icon_hover": "#fecdca",
|
|
960
|
+
"button-destructive-primary-icon_hover-rgb": "254 205 202",
|
|
961
|
+
"button-tertiary": "#13161b80",
|
|
962
|
+
"button-tertiary-hover": "#1a1e25",
|
|
963
|
+
"button-tertiary-hover-rgb": "26 30 37",
|
|
964
|
+
"footer-button-fg": "#cecfd2",
|
|
965
|
+
"footer-button-fg-rgb": "206 207 210",
|
|
966
|
+
"footer-button-fg_hover": "#f0f0f1",
|
|
967
|
+
"footer-button-fg_hover-rgb": "240 240 241",
|
|
968
|
+
"icon-fg-brand": "#94979c",
|
|
969
|
+
"icon-fg-brand-rgb": "148 151 156",
|
|
970
|
+
"icon-fg-brand_on-brand": "#94979c",
|
|
971
|
+
"icon-fg-brand_on-brand-rgb": "148 151 156",
|
|
972
|
+
"featured-icon-light-fg-brand": "#2be099",
|
|
973
|
+
"featured-icon-light-fg-brand-rgb": "43 224 153",
|
|
974
|
+
"featured-icon-light-fg-gray": "#ececed",
|
|
975
|
+
"featured-icon-light-fg-gray-rgb": "236 236 237",
|
|
976
|
+
"featured-icon-light-fg-error": "#fecdca",
|
|
977
|
+
"featured-icon-light-fg-error-rgb": "254 205 202",
|
|
978
|
+
"featured-icon-light-fg-warning": "#fedf89",
|
|
979
|
+
"featured-icon-light-fg-warning-rgb": "254 223 137",
|
|
980
|
+
"featured-icon-light-fg-success": "#abefc6",
|
|
981
|
+
"featured-icon-light-fg-success-rgb": "171 239 198",
|
|
982
|
+
"screen-mockup-border": "#373a41",
|
|
983
|
+
"screen-mockup-border-rgb": "55 58 65",
|
|
984
|
+
"slider-handle-bg": "#12a66f",
|
|
985
|
+
"slider-handle-bg-rgb": "18 166 111",
|
|
986
|
+
"slider-handle-border": "#13161b",
|
|
987
|
+
"slider-handle-border-rgb": "19 22 27",
|
|
988
|
+
"toggle-button-fg_disabled": "#61656c",
|
|
989
|
+
"toggle-button-fg_disabled-rgb": "97 101 108",
|
|
990
|
+
"toggle-border": "#ffffff00",
|
|
991
|
+
"toggle-slim-border_pressed": "#ffffff00",
|
|
992
|
+
"toggle-slim-border_pressed-hover": "#ffffff00",
|
|
993
|
+
"tooltip-supporting-text": "#cecfd2",
|
|
994
|
+
"tooltip-supporting-text-rgb": "206 207 210",
|
|
995
|
+
"text-editor-icon-fg": "#94979c",
|
|
996
|
+
"text-editor-icon-fg-rgb": "148 151 156",
|
|
997
|
+
"text-editor-icon-fg_active": "#ffffff",
|
|
998
|
+
"text-editor-icon-fg_active-rgb": "255 255 255",
|
|
999
|
+
"utility-gray-100": "#22262f",
|
|
1000
|
+
"utility-gray-100-rgb": "34 38 47",
|
|
1001
|
+
"utility-gray-200": "#373a41",
|
|
1002
|
+
"utility-gray-200-rgb": "55 58 65",
|
|
1003
|
+
"utility-gray-300": "#373a41",
|
|
1004
|
+
"utility-gray-300-rgb": "55 58 65",
|
|
1005
|
+
"utility-gray-400": "#61656c",
|
|
1006
|
+
"utility-gray-400-rgb": "97 101 108",
|
|
1007
|
+
"utility-gray-500": "#85888e",
|
|
1008
|
+
"utility-gray-500-rgb": "133 136 142",
|
|
1009
|
+
"utility-gray-600": "#94979c",
|
|
1010
|
+
"utility-gray-600-rgb": "148 151 156",
|
|
1011
|
+
"utility-gray-700": "#cecfd2",
|
|
1012
|
+
"utility-gray-700-rgb": "206 207 210",
|
|
1013
|
+
"utility-gray-800": "#ececed",
|
|
1014
|
+
"utility-gray-800-rgb": "236 236 237",
|
|
1015
|
+
"utility-gray-900": "#f0f0f1",
|
|
1016
|
+
"utility-gray-900-rgb": "240 240 241",
|
|
1017
|
+
"utility-brand-50": "#04140c",
|
|
1018
|
+
"utility-brand-50-rgb": "4 20 12",
|
|
1019
|
+
"utility-brand-50_alt": "#13161b",
|
|
1020
|
+
"utility-brand-50_alt-rgb": "19 22 27",
|
|
1021
|
+
"utility-brand-100": "#052315",
|
|
1022
|
+
"utility-brand-100-rgb": "5 35 21",
|
|
1023
|
+
"utility-brand-100_alt": "#22262f",
|
|
1024
|
+
"utility-brand-100_alt-rgb": "34 38 47",
|
|
1025
|
+
"utility-brand-200": "#053722",
|
|
1026
|
+
"utility-brand-200-rgb": "5 55 34",
|
|
1027
|
+
"utility-brand-200_alt": "#373a41",
|
|
1028
|
+
"utility-brand-200_alt-rgb": "55 58 65",
|
|
1029
|
+
"utility-brand-300": "#045134",
|
|
1030
|
+
"utility-brand-300-rgb": "4 81 52",
|
|
1031
|
+
"utility-brand-300_alt": "#373a41",
|
|
1032
|
+
"utility-brand-300_alt-rgb": "55 58 65",
|
|
1033
|
+
"utility-brand-400": "#097049",
|
|
1034
|
+
"utility-brand-400-rgb": "9 112 73",
|
|
1035
|
+
"utility-brand-400_alt": "#61656c",
|
|
1036
|
+
"utility-brand-400_alt-rgb": "97 101 108",
|
|
1037
|
+
"utility-brand-500": "#0b8759",
|
|
1038
|
+
"utility-brand-500-rgb": "11 135 89",
|
|
1039
|
+
"utility-brand-500_alt": "#85888e",
|
|
1040
|
+
"utility-brand-500_alt-rgb": "133 136 142",
|
|
1041
|
+
"utility-brand-600": "#12a66f",
|
|
1042
|
+
"utility-brand-600-rgb": "18 166 111",
|
|
1043
|
+
"utility-brand-600_alt": "#94979c",
|
|
1044
|
+
"utility-brand-600_alt-rgb": "148 151 156",
|
|
1045
|
+
"utility-brand-700": "#17c484",
|
|
1046
|
+
"utility-brand-700-rgb": "23 196 132",
|
|
1047
|
+
"utility-brand-700_alt": "#cecfd2",
|
|
1048
|
+
"utility-brand-700_alt-rgb": "206 207 210",
|
|
1049
|
+
"utility-brand-800": "#2be099",
|
|
1050
|
+
"utility-brand-800-rgb": "43 224 153",
|
|
1051
|
+
"utility-brand-800_alt": "#ececed",
|
|
1052
|
+
"utility-brand-800_alt-rgb": "236 236 237",
|
|
1053
|
+
"utility-brand-900": "#52fbb2",
|
|
1054
|
+
"utility-brand-900-rgb": "82 251 178",
|
|
1055
|
+
"utility-brand-900_alt": "#f0f0f1",
|
|
1056
|
+
"utility-brand-900_alt-rgb": "240 240 241",
|
|
1057
|
+
"utility-error-50": "#55160c",
|
|
1058
|
+
"utility-error-50-rgb": "85 22 12",
|
|
1059
|
+
"utility-error-100": "#7a271a",
|
|
1060
|
+
"utility-error-100-rgb": "122 39 26",
|
|
1061
|
+
"utility-error-200": "#912018",
|
|
1062
|
+
"utility-error-200-rgb": "145 32 24",
|
|
1063
|
+
"utility-error-300": "#b42318",
|
|
1064
|
+
"utility-error-300-rgb": "180 35 24",
|
|
1065
|
+
"utility-error-400": "#d92d20",
|
|
1066
|
+
"utility-error-400-rgb": "217 45 32",
|
|
1067
|
+
"utility-error-500": "#f04438",
|
|
1068
|
+
"utility-error-500-rgb": "240 68 56",
|
|
1069
|
+
"utility-error-600": "#f97066",
|
|
1070
|
+
"utility-error-600-rgb": "249 112 102",
|
|
1071
|
+
"utility-error-700": "#fda29b",
|
|
1072
|
+
"utility-error-700-rgb": "253 162 155",
|
|
1073
|
+
"utility-warning-50": "#4e1d09",
|
|
1074
|
+
"utility-warning-50-rgb": "78 29 9",
|
|
1075
|
+
"utility-warning-100": "#7a2e0e",
|
|
1076
|
+
"utility-warning-100-rgb": "122 46 14",
|
|
1077
|
+
"utility-warning-200": "#93370d",
|
|
1078
|
+
"utility-warning-200-rgb": "147 55 13",
|
|
1079
|
+
"utility-warning-300": "#b54708",
|
|
1080
|
+
"utility-warning-300-rgb": "181 71 8",
|
|
1081
|
+
"utility-warning-400": "#dc6803",
|
|
1082
|
+
"utility-warning-400-rgb": "220 104 3",
|
|
1083
|
+
"utility-warning-500": "#f79009",
|
|
1084
|
+
"utility-warning-500-rgb": "247 144 9",
|
|
1085
|
+
"utility-warning-600": "#fdb022",
|
|
1086
|
+
"utility-warning-600-rgb": "253 176 34",
|
|
1087
|
+
"utility-warning-700": "#fec84b",
|
|
1088
|
+
"utility-warning-700-rgb": "254 200 75",
|
|
1089
|
+
"utility-success-50": "#053321",
|
|
1090
|
+
"utility-success-50-rgb": "5 51 33",
|
|
1091
|
+
"utility-success-100": "#074d31",
|
|
1092
|
+
"utility-success-100-rgb": "7 77 49",
|
|
1093
|
+
"utility-success-200": "#085d3a",
|
|
1094
|
+
"utility-success-200-rgb": "8 93 58",
|
|
1095
|
+
"utility-success-300": "#067647",
|
|
1096
|
+
"utility-success-300-rgb": "6 118 71",
|
|
1097
|
+
"utility-success-400": "#079455",
|
|
1098
|
+
"utility-success-400-rgb": "7 148 85",
|
|
1099
|
+
"utility-success-500": "#17b26a",
|
|
1100
|
+
"utility-success-500-rgb": "23 178 106",
|
|
1101
|
+
"utility-success-600": "#47cd89",
|
|
1102
|
+
"utility-success-600-rgb": "71 205 137",
|
|
1103
|
+
"utility-success-700": "#75e0a7",
|
|
1104
|
+
"utility-success-700-rgb": "117 224 167",
|
|
1105
|
+
"utility-gray-blue-50": "#0d0f1c",
|
|
1106
|
+
"utility-gray-blue-50-rgb": "13 15 28",
|
|
1107
|
+
"utility-gray-blue-100": "#101323",
|
|
1108
|
+
"utility-gray-blue-100-rgb": "16 19 35",
|
|
1109
|
+
"utility-gray-blue-200": "#293056",
|
|
1110
|
+
"utility-gray-blue-200-rgb": "41 48 86",
|
|
1111
|
+
"utility-gray-blue-300": "#363f72",
|
|
1112
|
+
"utility-gray-blue-300-rgb": "54 63 114",
|
|
1113
|
+
"utility-gray-blue-400": "#3e4784",
|
|
1114
|
+
"utility-gray-blue-400-rgb": "62 71 132",
|
|
1115
|
+
"utility-gray-blue-500": "#4e5ba6",
|
|
1116
|
+
"utility-gray-blue-500-rgb": "78 91 166",
|
|
1117
|
+
"utility-gray-blue-600": "#717bbc",
|
|
1118
|
+
"utility-gray-blue-600-rgb": "113 123 188",
|
|
1119
|
+
"utility-gray-blue-700": "#b3b8db",
|
|
1120
|
+
"utility-gray-blue-700-rgb": "179 184 219",
|
|
1121
|
+
"utility-green-50": "#04140c",
|
|
1122
|
+
"utility-green-50-rgb": "4 20 12",
|
|
1123
|
+
"utility-green-100": "#052315",
|
|
1124
|
+
"utility-green-100-rgb": "5 35 21",
|
|
1125
|
+
"utility-green-200": "#053722",
|
|
1126
|
+
"utility-green-200-rgb": "5 55 34",
|
|
1127
|
+
"utility-green-300": "#045134",
|
|
1128
|
+
"utility-green-300-rgb": "4 81 52",
|
|
1129
|
+
"utility-green-400": "#097049",
|
|
1130
|
+
"utility-green-400-rgb": "9 112 73",
|
|
1131
|
+
"utility-green-500": "#0b8759",
|
|
1132
|
+
"utility-green-500-rgb": "11 135 89",
|
|
1133
|
+
"utility-green-600": "#12a66f",
|
|
1134
|
+
"utility-green-600-rgb": "18 166 111",
|
|
1135
|
+
"utility-green-700": "#17c484",
|
|
1136
|
+
"utility-green-700-rgb": "23 196 132",
|
|
1137
|
+
"utility-blue-light-50": "#062c41",
|
|
1138
|
+
"utility-blue-light-50-rgb": "6 44 65",
|
|
1139
|
+
"utility-blue-light-100": "#0b4a6f",
|
|
1140
|
+
"utility-blue-light-100-rgb": "11 74 111",
|
|
1141
|
+
"utility-blue-light-200": "#065986",
|
|
1142
|
+
"utility-blue-light-200-rgb": "6 89 134",
|
|
1143
|
+
"utility-blue-light-300": "#026aa2",
|
|
1144
|
+
"utility-blue-light-300-rgb": "2 106 162",
|
|
1145
|
+
"utility-blue-light-400": "#0086c9",
|
|
1146
|
+
"utility-blue-light-400-rgb": "0 134 201",
|
|
1147
|
+
"utility-blue-light-500": "#0ba5ec",
|
|
1148
|
+
"utility-blue-light-500-rgb": "11 165 236",
|
|
1149
|
+
"utility-blue-light-600": "#36bffa",
|
|
1150
|
+
"utility-blue-light-600-rgb": "54 191 250",
|
|
1151
|
+
"utility-blue-light-700": "#7cd4fd",
|
|
1152
|
+
"utility-blue-light-700-rgb": "124 212 253",
|
|
1153
|
+
"utility-blue-50": "#102a56",
|
|
1154
|
+
"utility-blue-50-rgb": "16 42 86",
|
|
1155
|
+
"utility-blue-100": "#194185",
|
|
1156
|
+
"utility-blue-100-rgb": "25 65 133",
|
|
1157
|
+
"utility-blue-200": "#1849a9",
|
|
1158
|
+
"utility-blue-200-rgb": "24 73 169",
|
|
1159
|
+
"utility-blue-300": "#175cd3",
|
|
1160
|
+
"utility-blue-300-rgb": "23 92 211",
|
|
1161
|
+
"utility-blue-400": "#1570ef",
|
|
1162
|
+
"utility-blue-400-rgb": "21 112 239",
|
|
1163
|
+
"utility-blue-500": "#2e90fa",
|
|
1164
|
+
"utility-blue-500-rgb": "46 144 250",
|
|
1165
|
+
"utility-blue-600": "#53b1fd",
|
|
1166
|
+
"utility-blue-600-rgb": "83 177 253",
|
|
1167
|
+
"utility-blue-700": "#84caff",
|
|
1168
|
+
"utility-blue-700-rgb": "132 202 255",
|
|
1169
|
+
"utility-blue-dark-50": "#002266",
|
|
1170
|
+
"utility-blue-dark-50-rgb": "0 34 102",
|
|
1171
|
+
"utility-blue-dark-100": "#00359e",
|
|
1172
|
+
"utility-blue-dark-100-rgb": "0 53 158",
|
|
1173
|
+
"utility-blue-dark-200": "#0040c1",
|
|
1174
|
+
"utility-blue-dark-200-rgb": "0 64 193",
|
|
1175
|
+
"utility-blue-dark-300": "#004eeb",
|
|
1176
|
+
"utility-blue-dark-300-rgb": "0 78 235",
|
|
1177
|
+
"utility-blue-dark-400": "#155eef",
|
|
1178
|
+
"utility-blue-dark-400-rgb": "21 94 239",
|
|
1179
|
+
"utility-blue-dark-500": "#2970ff",
|
|
1180
|
+
"utility-blue-dark-500-rgb": "41 112 255",
|
|
1181
|
+
"utility-blue-dark-600": "#528bff",
|
|
1182
|
+
"utility-blue-dark-600-rgb": "82 139 255",
|
|
1183
|
+
"utility-blue-dark-700": "#84adff",
|
|
1184
|
+
"utility-blue-dark-700-rgb": "132 173 255",
|
|
1185
|
+
"utility-indigo-50": "#1f235b",
|
|
1186
|
+
"utility-indigo-50-rgb": "31 35 91",
|
|
1187
|
+
"utility-indigo-100": "#2d3282",
|
|
1188
|
+
"utility-indigo-100-rgb": "45 50 130",
|
|
1189
|
+
"utility-indigo-200": "#2d31a6",
|
|
1190
|
+
"utility-indigo-200-rgb": "45 49 166",
|
|
1191
|
+
"utility-indigo-300": "#3538cd",
|
|
1192
|
+
"utility-indigo-300-rgb": "53 56 205",
|
|
1193
|
+
"utility-indigo-400": "#444ce7",
|
|
1194
|
+
"utility-indigo-400-rgb": "68 76 231",
|
|
1195
|
+
"utility-indigo-500": "#6172f3",
|
|
1196
|
+
"utility-indigo-500-rgb": "97 114 243",
|
|
1197
|
+
"utility-indigo-600": "#8098f9",
|
|
1198
|
+
"utility-indigo-600-rgb": "128 152 249",
|
|
1199
|
+
"utility-indigo-700": "#a4bcfd",
|
|
1200
|
+
"utility-indigo-700-rgb": "164 188 253",
|
|
1201
|
+
"utility-purple-50": "#27115f",
|
|
1202
|
+
"utility-purple-50-rgb": "39 17 95",
|
|
1203
|
+
"utility-purple-100": "#3e1c96",
|
|
1204
|
+
"utility-purple-100-rgb": "62 28 150",
|
|
1205
|
+
"utility-purple-200": "#4a1fb8",
|
|
1206
|
+
"utility-purple-200-rgb": "74 31 184",
|
|
1207
|
+
"utility-purple-300": "#5925dc",
|
|
1208
|
+
"utility-purple-300-rgb": "89 37 220",
|
|
1209
|
+
"utility-purple-400": "#6938ef",
|
|
1210
|
+
"utility-purple-400-rgb": "105 56 239",
|
|
1211
|
+
"utility-purple-500": "#7a5af8",
|
|
1212
|
+
"utility-purple-500-rgb": "122 90 248",
|
|
1213
|
+
"utility-purple-600": "#9b8afb",
|
|
1214
|
+
"utility-purple-600-rgb": "155 138 251",
|
|
1215
|
+
"utility-purple-700": "#bdb4fe",
|
|
1216
|
+
"utility-purple-700-rgb": "189 180 254",
|
|
1217
|
+
"utility-fuchsia-50": "#47104c",
|
|
1218
|
+
"utility-fuchsia-50-rgb": "71 16 76",
|
|
1219
|
+
"utility-fuchsia-100": "#6f1877",
|
|
1220
|
+
"utility-fuchsia-100-rgb": "111 24 119",
|
|
1221
|
+
"utility-fuchsia-200": "#821890",
|
|
1222
|
+
"utility-fuchsia-200-rgb": "130 24 144",
|
|
1223
|
+
"utility-fuchsia-300": "#9f1ab1",
|
|
1224
|
+
"utility-fuchsia-300-rgb": "159 26 177",
|
|
1225
|
+
"utility-fuchsia-400": "#ba24d5",
|
|
1226
|
+
"utility-fuchsia-400-rgb": "186 36 213",
|
|
1227
|
+
"utility-fuchsia-500": "#d444f1",
|
|
1228
|
+
"utility-fuchsia-500-rgb": "212 68 241",
|
|
1229
|
+
"utility-fuchsia-600": "#e478fa",
|
|
1230
|
+
"utility-fuchsia-600-rgb": "228 120 250",
|
|
1231
|
+
"utility-fuchsia-700": "#eeaafd",
|
|
1232
|
+
"utility-fuchsia-700-rgb": "238 170 253",
|
|
1233
|
+
"utility-pink-50": "#4e0d30",
|
|
1234
|
+
"utility-pink-50-rgb": "78 13 48",
|
|
1235
|
+
"utility-pink-100": "#851651",
|
|
1236
|
+
"utility-pink-100-rgb": "133 22 81",
|
|
1237
|
+
"utility-pink-200": "#9e165f",
|
|
1238
|
+
"utility-pink-200-rgb": "158 22 95",
|
|
1239
|
+
"utility-pink-300": "#c11574",
|
|
1240
|
+
"utility-pink-300-rgb": "193 21 116",
|
|
1241
|
+
"utility-pink-400": "#dd2590",
|
|
1242
|
+
"utility-pink-400-rgb": "221 37 144",
|
|
1243
|
+
"utility-pink-500": "#ee46bc",
|
|
1244
|
+
"utility-pink-500-rgb": "238 70 188",
|
|
1245
|
+
"utility-pink-600": "#f670c7",
|
|
1246
|
+
"utility-pink-600-rgb": "246 112 199",
|
|
1247
|
+
"utility-pink-700": "#faa7e0",
|
|
1248
|
+
"utility-pink-700-rgb": "250 167 224",
|
|
1249
|
+
"utility-orange-dark-50": "#57130a",
|
|
1250
|
+
"utility-orange-dark-50-rgb": "87 19 10",
|
|
1251
|
+
"utility-orange-dark-100": "#771a0d",
|
|
1252
|
+
"utility-orange-dark-100-rgb": "119 26 13",
|
|
1253
|
+
"utility-orange-dark-200": "#97180c",
|
|
1254
|
+
"utility-orange-dark-200-rgb": "151 24 12",
|
|
1255
|
+
"utility-orange-dark-300": "#bc1b06",
|
|
1256
|
+
"utility-orange-dark-300-rgb": "188 27 6",
|
|
1257
|
+
"utility-orange-dark-400": "#e62e05",
|
|
1258
|
+
"utility-orange-dark-400-rgb": "230 46 5",
|
|
1259
|
+
"utility-orange-dark-500": "#ff4405",
|
|
1260
|
+
"utility-orange-dark-500-rgb": "255 68 5",
|
|
1261
|
+
"utility-orange-dark-600": "#ff692e",
|
|
1262
|
+
"utility-orange-dark-600-rgb": "255 105 46",
|
|
1263
|
+
"utility-orange-dark-700": "#ff9c66",
|
|
1264
|
+
"utility-orange-dark-700-rgb": "255 156 102",
|
|
1265
|
+
"utility-orange-50": "#511c10",
|
|
1266
|
+
"utility-orange-50-rgb": "81 28 16",
|
|
1267
|
+
"utility-orange-100": "#772917",
|
|
1268
|
+
"utility-orange-100-rgb": "119 41 23",
|
|
1269
|
+
"utility-orange-200": "#932f19",
|
|
1270
|
+
"utility-orange-200-rgb": "147 47 25",
|
|
1271
|
+
"utility-orange-300": "#b93815",
|
|
1272
|
+
"utility-orange-300-rgb": "185 56 21",
|
|
1273
|
+
"utility-orange-400": "#e04f16",
|
|
1274
|
+
"utility-orange-400-rgb": "224 79 22",
|
|
1275
|
+
"utility-orange-500": "#ef6820",
|
|
1276
|
+
"utility-orange-500-rgb": "239 104 32",
|
|
1277
|
+
"utility-orange-600": "#f38744",
|
|
1278
|
+
"utility-orange-600-rgb": "243 135 68",
|
|
1279
|
+
"utility-orange-700": "#f7b27a",
|
|
1280
|
+
"utility-orange-700-rgb": "247 178 122",
|
|
1281
|
+
"fg-secondary": "#cecfd2",
|
|
1282
|
+
"fg-secondary-rgb": "206 207 210",
|
|
1283
|
+
"fg-secondary_hover": "#ececed",
|
|
1284
|
+
"fg-secondary_hover-rgb": "236 236 237",
|
|
1285
|
+
"fg-tertiary": "#94979c",
|
|
1286
|
+
"fg-tertiary-rgb": "148 151 156",
|
|
1287
|
+
"fg-tertiary_hover": "#cecfd2",
|
|
1288
|
+
"fg-tertiary_hover-rgb": "206 207 210",
|
|
1289
|
+
"fg-quaternary": "#61656c",
|
|
1290
|
+
"fg-quaternary-rgb": "97 101 108",
|
|
1291
|
+
"fg-quaternary_hover": "#85888e",
|
|
1292
|
+
"fg-quaternary_hover-rgb": "133 136 142",
|
|
1293
|
+
"fg-white": "#ffffff",
|
|
1294
|
+
"fg-white-rgb": "255 255 255",
|
|
1295
|
+
"fg-disabled": "#85888e",
|
|
1296
|
+
"fg-disabled-rgb": "133 136 142",
|
|
1297
|
+
"fg-disabled_subtle": "#61656c",
|
|
1298
|
+
"fg-disabled_subtle-rgb": "97 101 108",
|
|
1299
|
+
"fg-brand-primary": "#12a66f",
|
|
1300
|
+
"fg-brand-primary-rgb": "18 166 111",
|
|
1301
|
+
"fg-brand-primary_alt": "#cecfd2",
|
|
1302
|
+
"fg-brand-primary_alt-rgb": "206 207 210",
|
|
1303
|
+
"fg-brand-secondary": "#0b8759",
|
|
1304
|
+
"fg-brand-secondary-rgb": "11 135 89",
|
|
1305
|
+
"fg-brand-secondary_alt": "#61656c",
|
|
1306
|
+
"fg-brand-secondary_alt-rgb": "97 101 108",
|
|
1307
|
+
"fg-brand-secondary_hover": "#85888e",
|
|
1308
|
+
"fg-brand-secondary_hover-rgb": "133 136 142",
|
|
1309
|
+
"fg-error-primary": "#f04438",
|
|
1310
|
+
"fg-error-primary-rgb": "240 68 56",
|
|
1311
|
+
"fg-error-secondary": "#f97066",
|
|
1312
|
+
"fg-error-secondary-rgb": "249 112 102",
|
|
1313
|
+
"fg-warning-primary": "#f79009",
|
|
1314
|
+
"fg-warning-primary-rgb": "247 144 9",
|
|
1315
|
+
"fg-warning-secondary": "#fdb022",
|
|
1316
|
+
"fg-warning-secondary-rgb": "253 176 34",
|
|
1317
|
+
"fg-success-primary": "#17b26a",
|
|
1318
|
+
"fg-success-primary-rgb": "23 178 106",
|
|
1319
|
+
"fg-success-secondary": "#47cd89",
|
|
1320
|
+
"fg-success-secondary-rgb": "71 205 137",
|
|
1321
|
+
"bg-primary": "#13161b",
|
|
1322
|
+
"bg-primary-rgb": "19 22 27",
|
|
1323
|
+
"focus-ring": "#0b8759",
|
|
1324
|
+
"focus-ring-rgb": "11 135 89",
|
|
1325
|
+
"focus-ring-error": "#f04438",
|
|
1326
|
+
"focus-ring-error-rgb": "240 68 56",
|
|
1327
|
+
"shadow-xs": "#ffffff00",
|
|
1328
|
+
"shadow-main-centre-md": "#ffffff00",
|
|
1329
|
+
"shadow-main-centre-lg": "#ffffff00",
|
|
1330
|
+
"shadow-overlay-lg": "#ffffff00",
|
|
1331
|
+
"shadow-grid-md": "#ffffff00",
|
|
1332
|
+
"shadow-sm_01": "#ffffff00",
|
|
1333
|
+
"shadow-sm_02": "#ffffff00",
|
|
1334
|
+
"shadow-md_01": "#ffffff00",
|
|
1335
|
+
"shadow-md_02": "#ffffff00",
|
|
1336
|
+
"shadow-lg_01": "#ffffff00",
|
|
1337
|
+
"shadow-lg_02": "#ffffff00",
|
|
1338
|
+
"shadow-lg_03": "#ffffff00",
|
|
1339
|
+
"shadow-xl_01": "#ffffff00",
|
|
1340
|
+
"shadow-xl_02": "#ffffff00",
|
|
1341
|
+
"shadow-xl_03": "#ffffff00",
|
|
1342
|
+
"shadow-2xl_01": "#ffffff00",
|
|
1343
|
+
"shadow-2xl_02": "#ffffff00",
|
|
1344
|
+
"shadow-3xl_01": "#ffffff00",
|
|
1345
|
+
"shadow-3xl_02": "#ffffff00",
|
|
1346
|
+
"shadow-skeumorphic-inner": "#0c0e120d",
|
|
1347
|
+
"shadow-skeumorphic-inner-border": "#0c0e122e",
|
|
1348
|
+
"bg-primary_alt": "#1a1e25",
|
|
1349
|
+
"bg-primary_alt-rgb": "26 30 37",
|
|
1350
|
+
"bg-primary_hover": "#22262f",
|
|
1351
|
+
"bg-primary_hover-rgb": "34 38 47",
|
|
1352
|
+
"bg-primary-solid": "#1a1e25",
|
|
1353
|
+
"bg-primary-solid-rgb": "26 30 37",
|
|
1354
|
+
"bg-secondary": "#1a1e25",
|
|
1355
|
+
"bg-secondary-rgb": "26 30 37",
|
|
1356
|
+
"bg-secondary_alt": "#13161b",
|
|
1357
|
+
"bg-secondary_alt-rgb": "19 22 27",
|
|
1358
|
+
"bg-secondary_hover": "#22262f",
|
|
1359
|
+
"bg-secondary_hover-rgb": "34 38 47",
|
|
1360
|
+
"bg-secondary_subtle": "#13161b",
|
|
1361
|
+
"bg-secondary_subtle-rgb": "19 22 27",
|
|
1362
|
+
"bg-secondary-solid": "#61656c",
|
|
1363
|
+
"bg-secondary-solid-rgb": "97 101 108",
|
|
1364
|
+
"bg-tertiary": "#373a41",
|
|
1365
|
+
"bg-tertiary-rgb": "55 58 65",
|
|
1366
|
+
"bg-quaternary": "#373a41",
|
|
1367
|
+
"bg-quaternary-rgb": "55 58 65",
|
|
1368
|
+
"bg-active": "#22262f",
|
|
1369
|
+
"bg-active-rgb": "34 38 47",
|
|
1370
|
+
"bg-disabled": "#22262f",
|
|
1371
|
+
"bg-disabled-rgb": "34 38 47",
|
|
1372
|
+
"bg-disabled_subtle": "#13161b",
|
|
1373
|
+
"bg-disabled_subtle-rgb": "19 22 27",
|
|
1374
|
+
"bg-overlay": "#22262f",
|
|
1375
|
+
"bg-overlay-rgb": "34 38 47",
|
|
1376
|
+
"bg-brand-primary": "#12a66f",
|
|
1377
|
+
"bg-brand-primary-rgb": "18 166 111",
|
|
1378
|
+
"bg-brand-primary_hover": "#17c484",
|
|
1379
|
+
"bg-brand-primary_hover-rgb": "23 196 132",
|
|
1380
|
+
"bg-brand-primary_alt": "#1a1e25",
|
|
1381
|
+
"bg-brand-primary_alt-rgb": "26 30 37",
|
|
1382
|
+
"bg-brand-secondary": "#097049",
|
|
1383
|
+
"bg-brand-secondary-rgb": "9 112 73",
|
|
1384
|
+
"bg-brand-solid": "#12a66f",
|
|
1385
|
+
"bg-brand-solid-rgb": "18 166 111",
|
|
1386
|
+
"bg-brand-solid_hover": "#0b8759",
|
|
1387
|
+
"bg-brand-solid_hover-rgb": "11 135 89",
|
|
1388
|
+
"bg-brand-section": "#1a1e25",
|
|
1389
|
+
"bg-brand-section-rgb": "26 30 37",
|
|
1390
|
+
"bg-brand-section_subtle": "#13161b",
|
|
1391
|
+
"bg-brand-section_subtle-rgb": "19 22 27",
|
|
1392
|
+
"bg-error-primary": "#55160c",
|
|
1393
|
+
"bg-error-primary-rgb": "85 22 12",
|
|
1394
|
+
"bg-error-secondary": "#d92d20",
|
|
1395
|
+
"bg-error-secondary-rgb": "217 45 32",
|
|
1396
|
+
"bg-error-solid": "#d92d20",
|
|
1397
|
+
"bg-error-solid-rgb": "217 45 32",
|
|
1398
|
+
"bg-warning-primary": "#4e1d09",
|
|
1399
|
+
"bg-warning-primary-rgb": "78 29 9",
|
|
1400
|
+
"bg-warning-secondary": "#dc6803",
|
|
1401
|
+
"bg-warning-secondary-rgb": "220 104 3",
|
|
1402
|
+
"bg-warning-solid": "#dc6803",
|
|
1403
|
+
"bg-warning-solid-rgb": "220 104 3",
|
|
1404
|
+
"bg-success-primary": "#053321",
|
|
1405
|
+
"bg-success-primary-rgb": "5 51 33",
|
|
1406
|
+
"bg-success-secondary": "#079455",
|
|
1407
|
+
"bg-success-secondary-rgb": "7 148 85",
|
|
1408
|
+
"bg-success-solid": "#079455",
|
|
1409
|
+
"bg-success-solid-rgb": "7 148 85",
|
|
1410
|
+
"utility-yellow-50": "#542c0d",
|
|
1411
|
+
"utility-yellow-50-rgb": "84 44 13",
|
|
1412
|
+
"utility-yellow-100": "#713b12",
|
|
1413
|
+
"utility-yellow-100-rgb": "113 59 18",
|
|
1414
|
+
"utility-yellow-200": "#854a0e",
|
|
1415
|
+
"utility-yellow-200-rgb": "133 74 14",
|
|
1416
|
+
"utility-yellow-300": "#a15c07",
|
|
1417
|
+
"utility-yellow-300-rgb": "161 92 7",
|
|
1418
|
+
"utility-yellow-400": "#ca8504",
|
|
1419
|
+
"utility-yellow-400-rgb": "202 133 4",
|
|
1420
|
+
"utility-yellow-500": "#eaaa08",
|
|
1421
|
+
"utility-yellow-500-rgb": "234 170 8",
|
|
1422
|
+
"utility-yellow-600": "#fac515",
|
|
1423
|
+
"utility-yellow-600-rgb": "250 197 21",
|
|
1424
|
+
"utility-yellow-700": "#fde272",
|
|
1425
|
+
"utility-yellow-700-rgb": "253 226 114"
|
|
1426
|
+
}
|