@aurodesignsystem/design-tokens 4.5.0 → 4.6.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/CHANGELOG.md +14 -0
- package/README.md +5 -1
- package/dist/tokens/CSSCustomProperties.css +9 -9
- package/dist/tokens/CSSSizeCustomProperties.css +1 -1
- package/dist/tokens/JSData--color.js +237 -219
- package/dist/tokens/JSONVariablesFlat.json +8 -8
- package/dist/tokens/JSONVariablesNested.json +17 -15
- package/dist/tokens/JSObject--allTokens.js +237 -219
- package/dist/tokens/JSObject--deprecated.js +1 -1
- package/dist/tokens/JSVariables--color.js +9 -9
- package/dist/tokens/SCSSVariableMap.scss +1 -1
- package/dist/tokens/SCSSVariables.scss +9 -9
- package/dist/tokens/SCSSVariablesMapFlat.scss +9 -9
- package/dist/tokens/SassCustomProperties.scss +9 -9
- package/dist/tokens/SassSizeCustomProperties.scss +1 -1
- package/dist/tokens/darkmode/CSSCustomProperties.css +1 -1
- package/dist/tokens/darkmode/JSDataColor.js +1 -1
- package/dist/tokens/darkmode/JSObject--deprecatedDark.js +1 -1
- package/dist/tokens/darkmode/JSVariablesColor.js +1 -1
- package/dist/tokens/darkmode/SCSSVariables.scss +1 -1
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +1 -1
- package/dist/tokens/darkmode/SassCustomProperties.scss +1 -1
- package/dist/tokens/excursion/JSONVariablesFlat.json +699 -30
- package/dist/tokens/excursion/JSONVariablesNested.json +1156 -39
- package/package.json +1 -1
- package/src/color/background.json +69 -67
- package/src/themes/excursion/animation.json +21 -0
- package/src/themes/excursion/asset/font.json +35 -0
- package/src/themes/excursion/color/alert.json +90 -0
- package/src/themes/excursion/color/background.json +208 -1
- package/src/themes/excursion/color/base.json +1295 -226
- package/src/themes/excursion/color/border.json +288 -0
- package/src/themes/excursion/color/brand.json +1388 -93
- package/src/themes/excursion/color/container.json +464 -0
- package/src/themes/excursion/color/excursion.json +254 -0
- package/src/themes/excursion/color/icon.json +476 -0
- package/src/themes/excursion/color/text.json +270 -0
- package/src/themes/excursion/color/tier.json +180 -0
- package/src/themes/excursion/color/ui.json +125 -0
- package/src/themes/excursion/comments.json +34 -0
- package/src/themes/excursion/depth copy.json +22 -0
- package/src/themes/excursion/elevation.json +22 -0
- package/src/themes/excursion/grid-breakpoint.json +29 -0
- package/src/themes/excursion/grid-column.json +29 -0
- package/src/themes/excursion/grid-gutter.json +29 -0
- package/src/themes/excursion/grid-margin.json +29 -0
- package/src/themes/excursion/size/radius.json +9 -0
- package/src/themes/excursion/size/scale.json +234 -0
- package/src/themes/excursion/size/unitless-scale.json +82 -0
- package/src/themes/excursion/text.json +572 -0
|
@@ -1,253 +1,1548 @@
|
|
|
1
1
|
{
|
|
2
2
|
"color": {
|
|
3
|
-
"
|
|
4
|
-
"
|
|
3
|
+
"brand": {
|
|
4
|
+
"neutral": {
|
|
5
5
|
"100": {
|
|
6
|
-
"value": "#
|
|
7
|
-
"comment": "",
|
|
6
|
+
"value": "#f7f8fa",
|
|
7
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
8
8
|
"public": true,
|
|
9
|
-
"
|
|
9
|
+
"neutral": true,
|
|
10
|
+
"usage": "TBD...",
|
|
10
11
|
"wcag": "n/a",
|
|
11
12
|
"deprecated": false
|
|
12
13
|
},
|
|
13
14
|
"200": {
|
|
14
|
-
"value": "#
|
|
15
|
-
"comment": "",
|
|
15
|
+
"value": "#e4e8ec",
|
|
16
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
16
17
|
"public": true,
|
|
17
|
-
"
|
|
18
|
+
"neutral": true,
|
|
19
|
+
"usage": "TBD...",
|
|
20
|
+
"wcag": "n/a",
|
|
21
|
+
"deprecated": false
|
|
22
|
+
},
|
|
23
|
+
"300": {
|
|
24
|
+
"value": "#ccd2db",
|
|
25
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
26
|
+
"public": true,
|
|
27
|
+
"neutral": true,
|
|
28
|
+
"usage": "TBD...",
|
|
29
|
+
"wcag": "n/a",
|
|
30
|
+
"deprecated": false
|
|
31
|
+
},
|
|
32
|
+
"400": {
|
|
33
|
+
"value": "#afb9c6",
|
|
34
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
35
|
+
"public": true,
|
|
36
|
+
"neutral": true,
|
|
37
|
+
"usage": "TBD...",
|
|
38
|
+
"wcag": "n/a",
|
|
39
|
+
"deprecated": false
|
|
40
|
+
},
|
|
41
|
+
"500": {
|
|
42
|
+
"value": "#939fad",
|
|
43
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
44
|
+
"public": true,
|
|
45
|
+
"neutral": true,
|
|
46
|
+
"usage": "TBD...",
|
|
47
|
+
"wcag": "n/a",
|
|
48
|
+
"deprecated": false
|
|
49
|
+
},
|
|
50
|
+
"600": {
|
|
51
|
+
"value": "#7e8894",
|
|
52
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
53
|
+
"public": true,
|
|
54
|
+
"neutral": true,
|
|
55
|
+
"usage": "TBD...",
|
|
56
|
+
"wcag": "n/a",
|
|
57
|
+
"deprecated": false
|
|
58
|
+
},
|
|
59
|
+
"700": {
|
|
60
|
+
"value": "#6a717c",
|
|
61
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
62
|
+
"public": true,
|
|
63
|
+
"neutral": true,
|
|
64
|
+
"usage": "TBD...",
|
|
65
|
+
"wcag": "n/a",
|
|
66
|
+
"deprecated": false
|
|
67
|
+
},
|
|
68
|
+
"800": {
|
|
69
|
+
"value": "#585e67",
|
|
70
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
71
|
+
"public": true,
|
|
72
|
+
"neutral": true,
|
|
73
|
+
"usage": "TBD...",
|
|
18
74
|
"wcag": "n/a",
|
|
19
75
|
"deprecated": false
|
|
20
76
|
},
|
|
21
77
|
"900": {
|
|
22
|
-
"value": "#
|
|
23
|
-
"comment": "",
|
|
78
|
+
"value": "#484d55",
|
|
79
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
24
80
|
"public": true,
|
|
25
|
-
"
|
|
81
|
+
"neutral": true,
|
|
82
|
+
"usage": "TBD...",
|
|
26
83
|
"wcag": "n/a",
|
|
27
84
|
"deprecated": false
|
|
28
85
|
},
|
|
29
86
|
"1000": {
|
|
30
|
-
"value": "#
|
|
31
|
-
"comment": "",
|
|
87
|
+
"value": "#393d43",
|
|
88
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
32
89
|
"public": true,
|
|
33
|
-
"
|
|
90
|
+
"neutral": true,
|
|
91
|
+
"usage": "TBD...",
|
|
34
92
|
"wcag": "n/a",
|
|
35
93
|
"deprecated": false
|
|
36
94
|
}
|
|
37
95
|
},
|
|
38
|
-
"
|
|
96
|
+
"gray": {
|
|
39
97
|
"100": {
|
|
40
|
-
"value": "#
|
|
41
|
-
"comment": "",
|
|
98
|
+
"value": "#f7f7f7",
|
|
99
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
42
100
|
"public": true,
|
|
43
|
-
"
|
|
101
|
+
"neutral": true,
|
|
102
|
+
"usage": "Neutral accent",
|
|
44
103
|
"wcag": "n/a",
|
|
45
104
|
"deprecated": false
|
|
46
105
|
},
|
|
47
106
|
"200": {
|
|
48
|
-
"value": "#
|
|
49
|
-
"comment": "",
|
|
107
|
+
"value": "#dddddd",
|
|
108
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
50
109
|
"public": true,
|
|
51
|
-
"
|
|
110
|
+
"neutral": true,
|
|
111
|
+
"usage": "Neutral accent",
|
|
52
112
|
"wcag": "n/a",
|
|
53
113
|
"deprecated": false
|
|
54
114
|
},
|
|
55
115
|
"300": {
|
|
56
|
-
"value": "#
|
|
57
|
-
"comment": "",
|
|
116
|
+
"value": "#c5c5c5",
|
|
117
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
58
118
|
"public": true,
|
|
59
|
-
"
|
|
119
|
+
"neutral": true,
|
|
120
|
+
"usage": "Neutral accent",
|
|
60
121
|
"wcag": "n/a",
|
|
61
122
|
"deprecated": false
|
|
62
123
|
},
|
|
63
124
|
"400": {
|
|
64
|
-
"value": "#
|
|
65
|
-
"comment": "",
|
|
125
|
+
"value": "#adadad",
|
|
126
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
66
127
|
"public": true,
|
|
67
|
-
"
|
|
128
|
+
"neutral": true,
|
|
129
|
+
"usage": "Neutral accent",
|
|
68
130
|
"wcag": "n/a",
|
|
69
131
|
"deprecated": false
|
|
70
132
|
},
|
|
71
133
|
"500": {
|
|
72
|
-
"value": "#
|
|
73
|
-
"comment": "",
|
|
134
|
+
"value": "#959595",
|
|
135
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
74
136
|
"public": true,
|
|
75
|
-
"
|
|
137
|
+
"neutral": true,
|
|
138
|
+
"usage": "Neutral accent",
|
|
76
139
|
"wcag": "n/a",
|
|
77
140
|
"deprecated": false
|
|
78
141
|
},
|
|
79
142
|
"600": {
|
|
80
|
-
"value": "#
|
|
81
|
-
"comment": "",
|
|
143
|
+
"value": "#7e7e7e",
|
|
144
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
82
145
|
"public": true,
|
|
83
|
-
"
|
|
146
|
+
"neutral": true,
|
|
147
|
+
"usage": "Neutral accent",
|
|
84
148
|
"wcag": "n/a",
|
|
85
149
|
"deprecated": false
|
|
86
150
|
},
|
|
87
151
|
"700": {
|
|
88
|
-
"value": "#
|
|
89
|
-
"comment": "",
|
|
152
|
+
"value": "#676767",
|
|
153
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
90
154
|
"public": true,
|
|
91
|
-
"
|
|
155
|
+
"neutral": true,
|
|
156
|
+
"usage": "Neutral accent",
|
|
92
157
|
"wcag": "n/a",
|
|
93
158
|
"deprecated": false
|
|
94
159
|
},
|
|
95
160
|
"800": {
|
|
96
|
-
"value": "#
|
|
97
|
-
"comment": "",
|
|
161
|
+
"value": "#525252",
|
|
162
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
98
163
|
"public": true,
|
|
99
|
-
"
|
|
164
|
+
"neutral": true,
|
|
165
|
+
"usage": "Neutral accent",
|
|
100
166
|
"wcag": "n/a",
|
|
101
167
|
"deprecated": false
|
|
102
168
|
},
|
|
103
169
|
"900": {
|
|
104
|
-
"value": "#
|
|
105
|
-
"comment": "",
|
|
170
|
+
"value": "#3d3d3d",
|
|
171
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
106
172
|
"public": true,
|
|
107
|
-
"
|
|
173
|
+
"neutral": true,
|
|
174
|
+
"usage": "Neutral accent",
|
|
108
175
|
"wcag": "n/a",
|
|
109
176
|
"deprecated": false
|
|
110
177
|
},
|
|
111
178
|
"1000": {
|
|
112
|
-
"value": "#
|
|
113
|
-
"comment": "",
|
|
179
|
+
"value": "#2a2a2a",
|
|
180
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
114
181
|
"public": true,
|
|
115
|
-
"
|
|
182
|
+
"neutral": true,
|
|
183
|
+
"usage": "Neutral accent",
|
|
116
184
|
"wcag": "n/a",
|
|
117
185
|
"deprecated": false
|
|
118
186
|
}
|
|
119
187
|
},
|
|
120
|
-
"
|
|
188
|
+
"red": {
|
|
189
|
+
"100": {
|
|
190
|
+
"value": "#fef7f5",
|
|
191
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
192
|
+
"public": true,
|
|
193
|
+
"usage": "Neutral accent",
|
|
194
|
+
"wcag": "n/a",
|
|
195
|
+
"deprecated": false
|
|
196
|
+
},
|
|
197
|
+
"200": {
|
|
198
|
+
"value": "#fae2da",
|
|
199
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
200
|
+
"public": true,
|
|
201
|
+
"usage": "Neutral accent",
|
|
202
|
+
"wcag": "n/a",
|
|
203
|
+
"deprecated": false
|
|
204
|
+
},
|
|
205
|
+
"300": {
|
|
206
|
+
"value": "#f5c7b8",
|
|
207
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
208
|
+
"public": true,
|
|
209
|
+
"usage": "Neutral accent",
|
|
210
|
+
"wcag": "n/a",
|
|
211
|
+
"deprecated": false
|
|
212
|
+
},
|
|
213
|
+
"400": {
|
|
214
|
+
"value": "#f0a68d",
|
|
215
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
216
|
+
"public": true,
|
|
217
|
+
"usage": "Neutral accent",
|
|
218
|
+
"wcag": "n/a",
|
|
219
|
+
"deprecated": false
|
|
220
|
+
},
|
|
221
|
+
"500": {
|
|
222
|
+
"value": "#e9815e",
|
|
223
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
224
|
+
"public": true,
|
|
225
|
+
"usage": "Neutral accent",
|
|
226
|
+
"wcag": "n/a",
|
|
227
|
+
"deprecated": false
|
|
228
|
+
},
|
|
229
|
+
"600": {
|
|
230
|
+
"value": "#e35c2f",
|
|
231
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
232
|
+
"public": true,
|
|
233
|
+
"usage": "Neutral accent",
|
|
234
|
+
"wcag": "n/a",
|
|
235
|
+
"deprecated": false
|
|
236
|
+
},
|
|
237
|
+
"700": {
|
|
238
|
+
"value": "#d03a08",
|
|
239
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
240
|
+
"public": true,
|
|
241
|
+
"usage": "Neutral accent",
|
|
242
|
+
"wcag": "n/a",
|
|
243
|
+
"deprecated": false
|
|
244
|
+
},
|
|
245
|
+
"800": {
|
|
246
|
+
"value": "#ae3007",
|
|
247
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
248
|
+
"public": true,
|
|
249
|
+
"usage": "Neutral accent",
|
|
250
|
+
"wcag": "n/a",
|
|
251
|
+
"deprecated": false
|
|
252
|
+
},
|
|
253
|
+
"900": {
|
|
254
|
+
"value": "#902806",
|
|
255
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
256
|
+
"public": true,
|
|
257
|
+
"usage": "Neutral accent",
|
|
258
|
+
"wcag": "n/a",
|
|
259
|
+
"deprecated": false
|
|
260
|
+
},
|
|
261
|
+
"1000": {
|
|
262
|
+
"value": "#732005",
|
|
263
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
264
|
+
"public": true,
|
|
265
|
+
"usage": "Neutral accent",
|
|
266
|
+
"wcag": "n/a",
|
|
267
|
+
"deprecated": false
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"yellow": {
|
|
271
|
+
"100": {
|
|
272
|
+
"value": "#fff9df",
|
|
273
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
274
|
+
"public": true,
|
|
275
|
+
"usage": "Neutral accent",
|
|
276
|
+
"wcag": "n/a",
|
|
277
|
+
"deprecated": false
|
|
278
|
+
},
|
|
279
|
+
"200": {
|
|
280
|
+
"value": "#ffe87e",
|
|
281
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
282
|
+
"public": true,
|
|
283
|
+
"usage": "Neutral accent",
|
|
284
|
+
"wcag": "n/a",
|
|
285
|
+
"deprecated": false
|
|
286
|
+
},
|
|
287
|
+
"300": {
|
|
288
|
+
"value": "#f9ce06",
|
|
289
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
290
|
+
"public": true,
|
|
291
|
+
"usage": "Neutral accent",
|
|
292
|
+
"wcag": "n/a",
|
|
293
|
+
"deprecated": false
|
|
294
|
+
},
|
|
295
|
+
"400": {
|
|
296
|
+
"value": "#d6b622",
|
|
297
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
298
|
+
"public": true,
|
|
299
|
+
"usage": "Neutral accent",
|
|
300
|
+
"wcag": "n/a",
|
|
301
|
+
"deprecated": false
|
|
302
|
+
},
|
|
303
|
+
"500": {
|
|
304
|
+
"value": "#b49d35",
|
|
305
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
306
|
+
"public": true,
|
|
307
|
+
"usage": "Neutral accent",
|
|
308
|
+
"wcag": "n/a",
|
|
309
|
+
"deprecated": false
|
|
310
|
+
},
|
|
311
|
+
"600": {
|
|
312
|
+
"value": "#96873e",
|
|
313
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
314
|
+
"public": true,
|
|
315
|
+
"usage": "Neutral accent",
|
|
316
|
+
"wcag": "n/a",
|
|
317
|
+
"deprecated": false
|
|
318
|
+
},
|
|
319
|
+
"700": {
|
|
320
|
+
"value": "#7c7140",
|
|
321
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
322
|
+
"public": true,
|
|
323
|
+
"usage": "Neutral accent",
|
|
324
|
+
"wcag": "n/a",
|
|
325
|
+
"deprecated": false
|
|
326
|
+
},
|
|
327
|
+
"800": {
|
|
328
|
+
"value": "#665e3d",
|
|
329
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
330
|
+
"public": true,
|
|
331
|
+
"usage": "Neutral accent",
|
|
332
|
+
"wcag": "n/a",
|
|
333
|
+
"deprecated": false
|
|
334
|
+
},
|
|
335
|
+
"900": {
|
|
336
|
+
"value": "#524e38",
|
|
337
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
338
|
+
"public": true,
|
|
339
|
+
"usage": "Neutral accent",
|
|
340
|
+
"wcag": "n/a",
|
|
341
|
+
"deprecated": false
|
|
342
|
+
},
|
|
343
|
+
"1000": {
|
|
344
|
+
"value": "#403d30",
|
|
345
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
346
|
+
"public": true,
|
|
347
|
+
"usage": "Neutral accent",
|
|
348
|
+
"wcag": "n/a",
|
|
349
|
+
"deprecated": false
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"lime": {
|
|
121
353
|
"100": {
|
|
122
|
-
"value": "#
|
|
123
|
-
"comment": "",
|
|
354
|
+
"value": "#f5fbeb",
|
|
355
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
124
356
|
"public": true,
|
|
125
|
-
"usage": "",
|
|
357
|
+
"usage": "Neutral accent",
|
|
126
358
|
"wcag": "n/a",
|
|
127
359
|
"deprecated": false
|
|
128
360
|
},
|
|
129
361
|
"200": {
|
|
130
|
-
"value": "#
|
|
131
|
-
"comment": "",
|
|
362
|
+
"value": "#d8efb4",
|
|
363
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
132
364
|
"public": true,
|
|
133
|
-
"usage": "",
|
|
365
|
+
"usage": "Neutral accent",
|
|
134
366
|
"wcag": "n/a",
|
|
135
367
|
"deprecated": false
|
|
136
368
|
},
|
|
137
369
|
"300": {
|
|
138
|
-
"value": "#
|
|
139
|
-
"comment": "",
|
|
370
|
+
"value": "#badd81",
|
|
371
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
140
372
|
"public": true,
|
|
141
|
-
"usage": "",
|
|
373
|
+
"usage": "Neutral accent",
|
|
142
374
|
"wcag": "n/a",
|
|
143
375
|
"deprecated": false
|
|
144
376
|
},
|
|
145
377
|
"400": {
|
|
146
|
-
"value": "#
|
|
147
|
-
"comment": "",
|
|
378
|
+
"value": "#a2c270",
|
|
379
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
148
380
|
"public": true,
|
|
149
|
-
"usage": "",
|
|
381
|
+
"usage": "Neutral accent",
|
|
150
382
|
"wcag": "n/a",
|
|
151
383
|
"deprecated": false
|
|
152
384
|
},
|
|
153
385
|
"500": {
|
|
154
386
|
"value": "#8ca761",
|
|
155
|
-
"comment": "",
|
|
387
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
156
388
|
"public": true,
|
|
157
|
-
"usage": "",
|
|
389
|
+
"usage": "Neutral accent",
|
|
158
390
|
"wcag": "n/a",
|
|
159
391
|
"deprecated": false
|
|
160
392
|
},
|
|
161
393
|
"600": {
|
|
162
394
|
"value": "#778f53",
|
|
163
|
-
"comment": "",
|
|
395
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
164
396
|
"public": true,
|
|
165
|
-
"usage": "",
|
|
397
|
+
"usage": "Neutral accent",
|
|
166
398
|
"wcag": "n/a",
|
|
167
399
|
"deprecated": false
|
|
168
400
|
},
|
|
169
401
|
"700": {
|
|
170
|
-
"value": "#
|
|
171
|
-
"comment": "",
|
|
402
|
+
"value": "#647845",
|
|
403
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
172
404
|
"public": true,
|
|
173
|
-
"usage": "",
|
|
405
|
+
"usage": "Neutral accent",
|
|
174
406
|
"wcag": "n/a",
|
|
175
407
|
"deprecated": false
|
|
176
408
|
},
|
|
177
409
|
"800": {
|
|
178
|
-
"value": "#
|
|
179
|
-
"comment": "",
|
|
410
|
+
"value": "#53643a",
|
|
411
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
180
412
|
"public": true,
|
|
181
|
-
"usage": "",
|
|
413
|
+
"usage": "Neutral accent",
|
|
182
414
|
"wcag": "n/a",
|
|
183
415
|
"deprecated": false
|
|
184
416
|
},
|
|
185
417
|
"900": {
|
|
186
|
-
"value": "#
|
|
187
|
-
"comment": "",
|
|
418
|
+
"value": "#44522f",
|
|
419
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
188
420
|
"public": true,
|
|
189
|
-
"usage": "",
|
|
421
|
+
"usage": "Neutral accent",
|
|
190
422
|
"wcag": "n/a",
|
|
191
423
|
"deprecated": false
|
|
192
424
|
},
|
|
193
425
|
"1000": {
|
|
194
|
-
"value": "#
|
|
195
|
-
"comment": "",
|
|
426
|
+
"value": "#364126",
|
|
427
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
196
428
|
"public": true,
|
|
197
|
-
"usage": "",
|
|
429
|
+
"usage": "Neutral accent",
|
|
198
430
|
"wcag": "n/a",
|
|
199
431
|
"deprecated": false
|
|
200
432
|
}
|
|
201
433
|
},
|
|
202
|
-
"
|
|
434
|
+
"green": {
|
|
435
|
+
"100": {
|
|
436
|
+
"value": "#f3faf7",
|
|
437
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
438
|
+
"public": true,
|
|
439
|
+
"usage": "Neutral accent",
|
|
440
|
+
"wcag": "n/a",
|
|
441
|
+
"deprecated": false
|
|
442
|
+
},
|
|
443
|
+
"200": {
|
|
444
|
+
"value": "#d4ece4",
|
|
445
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
446
|
+
"public": true,
|
|
447
|
+
"usage": "Neutral accent",
|
|
448
|
+
"wcag": "n/a",
|
|
449
|
+
"deprecated": false
|
|
450
|
+
},
|
|
451
|
+
"300": {
|
|
452
|
+
"value": "#addbca",
|
|
453
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
454
|
+
"public": true,
|
|
455
|
+
"usage": "Neutral accent",
|
|
456
|
+
"wcag": "n/a",
|
|
457
|
+
"deprecated": false
|
|
458
|
+
},
|
|
459
|
+
"400": {
|
|
460
|
+
"value": "#7ec6ac",
|
|
461
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
462
|
+
"public": true,
|
|
463
|
+
"usage": "Neutral accent",
|
|
464
|
+
"wcag": "n/a",
|
|
465
|
+
"deprecated": false
|
|
466
|
+
},
|
|
467
|
+
"500": {
|
|
468
|
+
"value": "#51ae8c",
|
|
469
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
470
|
+
"public": true,
|
|
471
|
+
"usage": "Neutral accent",
|
|
472
|
+
"wcag": "n/a",
|
|
473
|
+
"deprecated": false
|
|
474
|
+
},
|
|
475
|
+
"600": {
|
|
476
|
+
"value": "#459578",
|
|
477
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
478
|
+
"public": true,
|
|
479
|
+
"usage": "Neutral accent",
|
|
480
|
+
"wcag": "n/a",
|
|
481
|
+
"deprecated": false
|
|
482
|
+
},
|
|
483
|
+
"700": {
|
|
484
|
+
"value": "#3a7d64",
|
|
485
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
486
|
+
"public": true,
|
|
487
|
+
"usage": "Neutral accent",
|
|
488
|
+
"wcag": "n/a",
|
|
489
|
+
"deprecated": false
|
|
490
|
+
},
|
|
491
|
+
"800": {
|
|
492
|
+
"value": "#306854",
|
|
493
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
494
|
+
"public": true,
|
|
495
|
+
"usage": "Neutral accent",
|
|
496
|
+
"wcag": "n/a",
|
|
497
|
+
"deprecated": false
|
|
498
|
+
},
|
|
499
|
+
"900": {
|
|
500
|
+
"value": "#285545",
|
|
501
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
502
|
+
"public": true,
|
|
503
|
+
"usage": "Neutral accent",
|
|
504
|
+
"wcag": "n/a",
|
|
505
|
+
"deprecated": false
|
|
506
|
+
},
|
|
507
|
+
"1000": {
|
|
508
|
+
"value": "#1f4436",
|
|
509
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
510
|
+
"public": true,
|
|
511
|
+
"usage": "Neutral accent",
|
|
512
|
+
"wcag": "n/a",
|
|
513
|
+
"deprecated": false
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
"turquoise": {
|
|
203
517
|
"100": {
|
|
204
|
-
"value": "#
|
|
205
|
-
"comment": "",
|
|
518
|
+
"value": "#f7fafa",
|
|
519
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
206
520
|
"public": true,
|
|
207
|
-
"usage": "",
|
|
521
|
+
"usage": "Neutral accent",
|
|
208
522
|
"wcag": "n/a",
|
|
209
523
|
"deprecated": false
|
|
210
524
|
},
|
|
211
525
|
"200": {
|
|
212
|
-
"value": "#
|
|
213
|
-
"comment": "",
|
|
526
|
+
"value": "#dfe9ea",
|
|
527
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
214
528
|
"public": true,
|
|
215
|
-
"usage": "",
|
|
529
|
+
"usage": "Neutral accent",
|
|
216
530
|
"wcag": "n/a",
|
|
217
531
|
"deprecated": false
|
|
218
532
|
},
|
|
219
533
|
"300": {
|
|
220
|
-
"value": "#
|
|
221
|
-
"comment": "",
|
|
534
|
+
"value": "#c2d5d6",
|
|
535
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
222
536
|
"public": true,
|
|
223
|
-
"usage": "",
|
|
537
|
+
"usage": "Neutral accent",
|
|
224
538
|
"wcag": "n/a",
|
|
225
539
|
"deprecated": false
|
|
226
540
|
},
|
|
227
541
|
"400": {
|
|
228
|
-
"value": "#
|
|
229
|
-
"comment": "",
|
|
542
|
+
"value": "#9fbdbe",
|
|
543
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
230
544
|
"public": true,
|
|
231
|
-
"usage": "",
|
|
545
|
+
"usage": "Neutral accent",
|
|
232
546
|
"wcag": "n/a",
|
|
233
547
|
"deprecated": false
|
|
234
548
|
},
|
|
235
549
|
"500": {
|
|
236
|
-
"value": "#
|
|
237
|
-
"comment": "",
|
|
550
|
+
"value": "#7ba5a6",
|
|
551
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
238
552
|
"public": true,
|
|
239
|
-
"usage": "",
|
|
553
|
+
"usage": "Neutral accent",
|
|
240
554
|
"wcag": "n/a",
|
|
241
555
|
"deprecated": false
|
|
242
556
|
},
|
|
243
557
|
"600": {
|
|
244
|
-
"value": "#
|
|
245
|
-
"comment": "",
|
|
558
|
+
"value": "#5c8f91",
|
|
559
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
560
|
+
"public": true,
|
|
561
|
+
"usage": "Neutral accent",
|
|
562
|
+
"wcag": "n/a",
|
|
563
|
+
"deprecated": false
|
|
564
|
+
},
|
|
565
|
+
"700": {
|
|
566
|
+
"value": "#3d7a7d",
|
|
567
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
568
|
+
"public": true,
|
|
569
|
+
"usage": "Neutral accent",
|
|
570
|
+
"wcag": "n/a",
|
|
571
|
+
"deprecated": false
|
|
572
|
+
},
|
|
573
|
+
"800": {
|
|
574
|
+
"value": "#21686a",
|
|
575
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
576
|
+
"public": true,
|
|
577
|
+
"usage": "Neutral accent",
|
|
578
|
+
"wcag": "n/a",
|
|
579
|
+
"deprecated": false
|
|
580
|
+
},
|
|
581
|
+
"900": {
|
|
582
|
+
"value": "#085659",
|
|
583
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
584
|
+
"public": true,
|
|
585
|
+
"usage": "Neutral accent",
|
|
586
|
+
"wcag": "n/a",
|
|
587
|
+
"deprecated": false
|
|
588
|
+
},
|
|
589
|
+
"1000": {
|
|
590
|
+
"value": "#004447",
|
|
591
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
246
592
|
"public": true,
|
|
247
|
-
"usage": "",
|
|
593
|
+
"usage": "Neutral accent",
|
|
248
594
|
"wcag": "n/a",
|
|
249
595
|
"deprecated": false
|
|
250
596
|
}
|
|
597
|
+
},
|
|
598
|
+
"cyan": {
|
|
599
|
+
"100": {
|
|
600
|
+
"value": "#ebfafd",
|
|
601
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
602
|
+
"public": true,
|
|
603
|
+
"usage": "Neutral accent",
|
|
604
|
+
"wcag": "n/a",
|
|
605
|
+
"deprecated": false
|
|
606
|
+
},
|
|
607
|
+
"200": {
|
|
608
|
+
"value": "#a8e9f7",
|
|
609
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
610
|
+
"public": true,
|
|
611
|
+
"usage": "Neutral accent",
|
|
612
|
+
"wcag": "n/a",
|
|
613
|
+
"deprecated": false
|
|
614
|
+
},
|
|
615
|
+
"300": {
|
|
616
|
+
"value": "#6ad5ef",
|
|
617
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
618
|
+
"public": true,
|
|
619
|
+
"usage": "Neutral accent",
|
|
620
|
+
"wcag": "n/a",
|
|
621
|
+
"deprecated": false
|
|
622
|
+
},
|
|
623
|
+
"400": {
|
|
624
|
+
"value": "#56bbde",
|
|
625
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
626
|
+
"public": true,
|
|
627
|
+
"usage": "Neutral accent",
|
|
628
|
+
"wcag": "n/a",
|
|
629
|
+
"deprecated": false
|
|
630
|
+
},
|
|
631
|
+
"500": {
|
|
632
|
+
"value": "#4aa2c7",
|
|
633
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
634
|
+
"public": true,
|
|
635
|
+
"usage": "Neutral accent",
|
|
636
|
+
"wcag": "n/a",
|
|
637
|
+
"deprecated": false
|
|
638
|
+
},
|
|
639
|
+
"600": {
|
|
640
|
+
"value": "#3e89aa",
|
|
641
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
642
|
+
"public": true,
|
|
643
|
+
"usage": "Neutral accent",
|
|
644
|
+
"wcag": "n/a",
|
|
645
|
+
"deprecated": false
|
|
646
|
+
},
|
|
647
|
+
"700": {
|
|
648
|
+
"value": "#32718e",
|
|
649
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
650
|
+
"public": true,
|
|
651
|
+
"usage": "Neutral accent",
|
|
652
|
+
"wcag": "n/a",
|
|
653
|
+
"deprecated": false
|
|
654
|
+
},
|
|
655
|
+
"800": {
|
|
656
|
+
"value": "#275b72",
|
|
657
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
658
|
+
"public": true,
|
|
659
|
+
"usage": "Neutral accent",
|
|
660
|
+
"wcag": "n/a",
|
|
661
|
+
"deprecated": false
|
|
662
|
+
},
|
|
663
|
+
"900": {
|
|
664
|
+
"value": "#1d4658",
|
|
665
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
666
|
+
"public": true,
|
|
667
|
+
"usage": "Neutral accent",
|
|
668
|
+
"wcag": "n/a",
|
|
669
|
+
"deprecated": false
|
|
670
|
+
},
|
|
671
|
+
"1000": {
|
|
672
|
+
"value": "#12303d",
|
|
673
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
674
|
+
"public": true,
|
|
675
|
+
"usage": "Neutral accent",
|
|
676
|
+
"wcag": "n/a",
|
|
677
|
+
"deprecated": false
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
"blue": {
|
|
681
|
+
"100": {
|
|
682
|
+
"value": "#f0f7fd",
|
|
683
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
684
|
+
"public": true,
|
|
685
|
+
"usage": "Neutral accent",
|
|
686
|
+
"wcag": "n/a",
|
|
687
|
+
"deprecated": false
|
|
688
|
+
},
|
|
689
|
+
"200": {
|
|
690
|
+
"value": "#c9e0f7",
|
|
691
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
692
|
+
"public": true,
|
|
693
|
+
"usage": "Neutral accent",
|
|
694
|
+
"wcag": "n/a",
|
|
695
|
+
"deprecated": false
|
|
696
|
+
},
|
|
697
|
+
"300": {
|
|
698
|
+
"value": "#a0c9f1",
|
|
699
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
700
|
+
"public": true,
|
|
701
|
+
"usage": "Neutral accent",
|
|
702
|
+
"wcag": "n/a",
|
|
703
|
+
"deprecated": false
|
|
704
|
+
},
|
|
705
|
+
"400": {
|
|
706
|
+
"value": "#79b2ec",
|
|
707
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
708
|
+
"public": true,
|
|
709
|
+
"usage": "Neutral accent",
|
|
710
|
+
"wcag": "n/a",
|
|
711
|
+
"deprecated": false
|
|
712
|
+
},
|
|
713
|
+
"500": {
|
|
714
|
+
"value": "#5398e6",
|
|
715
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
716
|
+
"public": true,
|
|
717
|
+
"usage": "Neutral accent",
|
|
718
|
+
"wcag": "n/a",
|
|
719
|
+
"deprecated": false
|
|
720
|
+
},
|
|
721
|
+
"600": {
|
|
722
|
+
"value": "#3b7fd2",
|
|
723
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
724
|
+
"public": true,
|
|
725
|
+
"usage": "Neutral accent",
|
|
726
|
+
"wcag": "n/a",
|
|
727
|
+
"deprecated": false
|
|
728
|
+
},
|
|
729
|
+
"700": {
|
|
730
|
+
"value": "#2c67b5",
|
|
731
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
732
|
+
"public": true,
|
|
733
|
+
"usage": "Neutral accent",
|
|
734
|
+
"wcag": "n/a",
|
|
735
|
+
"deprecated": false
|
|
736
|
+
},
|
|
737
|
+
"800": {
|
|
738
|
+
"value": "#225296",
|
|
739
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
740
|
+
"public": true,
|
|
741
|
+
"usage": "Neutral accent",
|
|
742
|
+
"wcag": "n/a",
|
|
743
|
+
"deprecated": false
|
|
744
|
+
},
|
|
745
|
+
"900": {
|
|
746
|
+
"value": "#193d73",
|
|
747
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
748
|
+
"public": true,
|
|
749
|
+
"usage": "Neutral accent",
|
|
750
|
+
"wcag": "n/a",
|
|
751
|
+
"deprecated": false
|
|
752
|
+
},
|
|
753
|
+
"1000": {
|
|
754
|
+
"value": "#102a51",
|
|
755
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
756
|
+
"public": true,
|
|
757
|
+
"usage": "Neutral accent",
|
|
758
|
+
"wcag": "n/a",
|
|
759
|
+
"deprecated": false
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
"navy": {
|
|
763
|
+
"100": {
|
|
764
|
+
"value": "#f2d7fb",
|
|
765
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
766
|
+
"public": true,
|
|
767
|
+
"usage": "Neutral accent",
|
|
768
|
+
"wcag": "n/a",
|
|
769
|
+
"deprecated": false
|
|
770
|
+
},
|
|
771
|
+
"200": {
|
|
772
|
+
"value": "#cfe0ef",
|
|
773
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
774
|
+
"public": true,
|
|
775
|
+
"usage": "Neutral accent",
|
|
776
|
+
"wcag": "n/a",
|
|
777
|
+
"deprecated": false
|
|
778
|
+
},
|
|
779
|
+
"300": {
|
|
780
|
+
"value": "#acc9e2",
|
|
781
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
782
|
+
"public": true,
|
|
783
|
+
"usage": "Neutral accent",
|
|
784
|
+
"wcag": "n/a",
|
|
785
|
+
"deprecated": false
|
|
786
|
+
},
|
|
787
|
+
"400": {
|
|
788
|
+
"value": "#89b2d4",
|
|
789
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
790
|
+
"public": true,
|
|
791
|
+
"usage": "Neutral accent",
|
|
792
|
+
"wcag": "n/a",
|
|
793
|
+
"deprecated": false
|
|
794
|
+
},
|
|
795
|
+
"500": {
|
|
796
|
+
"value": "#6899c6",
|
|
797
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
798
|
+
"public": true,
|
|
799
|
+
"usage": "Neutral accent",
|
|
800
|
+
"wcag": "n/a",
|
|
801
|
+
"deprecated": false
|
|
802
|
+
},
|
|
803
|
+
"600": {
|
|
804
|
+
"value": "#4a82b7",
|
|
805
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
806
|
+
"public": true,
|
|
807
|
+
"usage": "Neutral accent",
|
|
808
|
+
"wcag": "n/a",
|
|
809
|
+
"deprecated": false
|
|
810
|
+
},
|
|
811
|
+
"700": {
|
|
812
|
+
"value": "#326aa5",
|
|
813
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
814
|
+
"public": true,
|
|
815
|
+
"usage": "Neutral accent",
|
|
816
|
+
"wcag": "n/a",
|
|
817
|
+
"deprecated": false
|
|
818
|
+
},
|
|
819
|
+
"800": {
|
|
820
|
+
"value": "#265688",
|
|
821
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
822
|
+
"public": true,
|
|
823
|
+
"usage": "Neutral accent",
|
|
824
|
+
"wcag": "n/a",
|
|
825
|
+
"deprecated": false
|
|
826
|
+
},
|
|
827
|
+
"900": {
|
|
828
|
+
"value": "#194069",
|
|
829
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
830
|
+
"public": true,
|
|
831
|
+
"usage": "Neutral accent",
|
|
832
|
+
"wcag": "n/a",
|
|
833
|
+
"deprecated": false
|
|
834
|
+
},
|
|
835
|
+
"1000": {
|
|
836
|
+
"value": "#0e2b4f",
|
|
837
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
838
|
+
"public": true,
|
|
839
|
+
"usage": "Neutral accent",
|
|
840
|
+
"wcag": "n/a",
|
|
841
|
+
"deprecated": false
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
"purple": {
|
|
845
|
+
"100": {
|
|
846
|
+
"value": "#fbf8fe",
|
|
847
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
848
|
+
"public": true,
|
|
849
|
+
"usage": "Neutral accent",
|
|
850
|
+
"wcag": "n/a",
|
|
851
|
+
"deprecated": false
|
|
852
|
+
},
|
|
853
|
+
"200": {
|
|
854
|
+
"value": "#ede3fd",
|
|
855
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
856
|
+
"public": true,
|
|
857
|
+
"usage": "Neutral accent",
|
|
858
|
+
"wcag": "n/a",
|
|
859
|
+
"deprecated": false
|
|
860
|
+
},
|
|
861
|
+
"300": {
|
|
862
|
+
"value": "#ddc9fb",
|
|
863
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
864
|
+
"public": true,
|
|
865
|
+
"usage": "Neutral accent",
|
|
866
|
+
"wcag": "n/a",
|
|
867
|
+
"deprecated": false
|
|
868
|
+
},
|
|
869
|
+
"400": {
|
|
870
|
+
"value": "#c9a9f8",
|
|
871
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
872
|
+
"public": true,
|
|
873
|
+
"usage": "Neutral accent",
|
|
874
|
+
"wcag": "n/a",
|
|
875
|
+
"deprecated": false
|
|
876
|
+
},
|
|
877
|
+
"500": {
|
|
878
|
+
"value": "#b588f5",
|
|
879
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
880
|
+
"public": true,
|
|
881
|
+
"usage": "Neutral accent",
|
|
882
|
+
"wcag": "n/a",
|
|
883
|
+
"deprecated": false
|
|
884
|
+
},
|
|
885
|
+
"600": {
|
|
886
|
+
"value": "#a268f3",
|
|
887
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
888
|
+
"public": true,
|
|
889
|
+
"usage": "Neutral accent",
|
|
890
|
+
"wcag": "n/a",
|
|
891
|
+
"deprecated": false
|
|
892
|
+
},
|
|
893
|
+
"700": {
|
|
894
|
+
"value": "#8d47f0",
|
|
895
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
896
|
+
"public": true,
|
|
897
|
+
"usage": "Neutral accent",
|
|
898
|
+
"wcag": "n/a",
|
|
899
|
+
"deprecated": false
|
|
900
|
+
},
|
|
901
|
+
"800": {
|
|
902
|
+
"value": "#7633d7",
|
|
903
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
904
|
+
"public": true,
|
|
905
|
+
"usage": "Neutral accent",
|
|
906
|
+
"wcag": "n/a",
|
|
907
|
+
"deprecated": false
|
|
908
|
+
},
|
|
909
|
+
"900": {
|
|
910
|
+
"value": "#622ab2",
|
|
911
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
912
|
+
"public": true,
|
|
913
|
+
"usage": "Neutral accent",
|
|
914
|
+
"wcag": "n/a",
|
|
915
|
+
"deprecated": false
|
|
916
|
+
},
|
|
917
|
+
"1000": {
|
|
918
|
+
"value": "#4e228d",
|
|
919
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
920
|
+
"public": true,
|
|
921
|
+
"usage": "Neutral accent",
|
|
922
|
+
"wcag": "n/a",
|
|
923
|
+
"deprecated": false
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
"pink": {
|
|
927
|
+
"100": {
|
|
928
|
+
"value": "#fff7f8",
|
|
929
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
930
|
+
"public": true,
|
|
931
|
+
"usage": "Neutral accent",
|
|
932
|
+
"wcag": "n/a",
|
|
933
|
+
"deprecated": false
|
|
934
|
+
},
|
|
935
|
+
"200": {
|
|
936
|
+
"value": "#fde0e6",
|
|
937
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
938
|
+
"public": true,
|
|
939
|
+
"usage": "Neutral accent",
|
|
940
|
+
"wcag": "n/a",
|
|
941
|
+
"deprecated": false
|
|
942
|
+
},
|
|
943
|
+
"300": {
|
|
944
|
+
"value": "#fcc2ce",
|
|
945
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
946
|
+
"public": true,
|
|
947
|
+
"usage": "Neutral accent",
|
|
948
|
+
"wcag": "n/a",
|
|
949
|
+
"deprecated": false
|
|
950
|
+
},
|
|
951
|
+
"400": {
|
|
952
|
+
"value": "#fa9db0",
|
|
953
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
954
|
+
"public": true,
|
|
955
|
+
"usage": "Neutral accent",
|
|
956
|
+
"wcag": "n/a",
|
|
957
|
+
"deprecated": false
|
|
958
|
+
},
|
|
959
|
+
"500": {
|
|
960
|
+
"value": "#f7738e",
|
|
961
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
962
|
+
"public": true,
|
|
963
|
+
"usage": "Neutral accent",
|
|
964
|
+
"wcag": "n/a",
|
|
965
|
+
"deprecated": false
|
|
966
|
+
},
|
|
967
|
+
"600": {
|
|
968
|
+
"value": "#e45472",
|
|
969
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
970
|
+
"public": true,
|
|
971
|
+
"usage": "Neutral accent",
|
|
972
|
+
"wcag": "n/a",
|
|
973
|
+
"deprecated": false
|
|
974
|
+
},
|
|
975
|
+
"700": {
|
|
976
|
+
"value": "#bf475f",
|
|
977
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
978
|
+
"public": true,
|
|
979
|
+
"usage": "Neutral accent",
|
|
980
|
+
"wcag": "n/a",
|
|
981
|
+
"deprecated": false
|
|
982
|
+
},
|
|
983
|
+
"800": {
|
|
984
|
+
"value": "#a03b50",
|
|
985
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
986
|
+
"public": true,
|
|
987
|
+
"usage": "Neutral accent",
|
|
988
|
+
"wcag": "n/a",
|
|
989
|
+
"deprecated": false
|
|
990
|
+
},
|
|
991
|
+
"900": {
|
|
992
|
+
"value": "#833142",
|
|
993
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
994
|
+
"public": true,
|
|
995
|
+
"usage": "Neutral accent",
|
|
996
|
+
"wcag": "n/a",
|
|
997
|
+
"deprecated": false
|
|
998
|
+
},
|
|
999
|
+
"1000": {
|
|
1000
|
+
"value": "#692734",
|
|
1001
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1002
|
+
"public": true,
|
|
1003
|
+
"usage": "Neutral accent",
|
|
1004
|
+
"wcag": "n/a",
|
|
1005
|
+
"deprecated": false
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
"midnight": {
|
|
1009
|
+
"100": {
|
|
1010
|
+
"value": "c1daf0",
|
|
1011
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1012
|
+
"public": true,
|
|
1013
|
+
"neutral": true,
|
|
1014
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1015
|
+
"wcag": "n/a",
|
|
1016
|
+
"deprecated": true,
|
|
1017
|
+
"version": "4.5.0",
|
|
1018
|
+
"reference": "n/a"
|
|
1019
|
+
},
|
|
1020
|
+
"200": {
|
|
1021
|
+
"value": "569ed7",
|
|
1022
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1023
|
+
"public": true,
|
|
1024
|
+
"neutral": true,
|
|
1025
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1026
|
+
"wcag": "n/a",
|
|
1027
|
+
"deprecated": true,
|
|
1028
|
+
"version": "4.5.0",
|
|
1029
|
+
"reference": "n/a"
|
|
1030
|
+
},
|
|
1031
|
+
"300": {
|
|
1032
|
+
"value": "156fad",
|
|
1033
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1034
|
+
"public": true,
|
|
1035
|
+
"neutral": true,
|
|
1036
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1037
|
+
"wcag": "n/a",
|
|
1038
|
+
"deprecated": true,
|
|
1039
|
+
"version": "4.5.0",
|
|
1040
|
+
"reference": "n/a"
|
|
1041
|
+
},
|
|
1042
|
+
"400": {
|
|
1043
|
+
"value": "01426a",
|
|
1044
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1045
|
+
"public": true,
|
|
1046
|
+
"neutral": true,
|
|
1047
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1048
|
+
"wcag": "n/a",
|
|
1049
|
+
"deprecated": true,
|
|
1050
|
+
"version": "4.5.0",
|
|
1051
|
+
"reference": "n/a"
|
|
1052
|
+
},
|
|
1053
|
+
"500": {
|
|
1054
|
+
"value": "00274a",
|
|
1055
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1056
|
+
"public": true,
|
|
1057
|
+
"neutral": true,
|
|
1058
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1059
|
+
"wcag": "n/a",
|
|
1060
|
+
"deprecated": true,
|
|
1061
|
+
"version": "4.5.0",
|
|
1062
|
+
"reference": "n/a"
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
"atlas": {
|
|
1066
|
+
"100": {
|
|
1067
|
+
"value": "cde6ff",
|
|
1068
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1069
|
+
"public": true,
|
|
1070
|
+
"neutral": true,
|
|
1071
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1072
|
+
"wcag": "n/a",
|
|
1073
|
+
"deprecated": true,
|
|
1074
|
+
"version": "4.5.0",
|
|
1075
|
+
"reference": "n/a"
|
|
1076
|
+
},
|
|
1077
|
+
"200": {
|
|
1078
|
+
"value": "6bb7fb",
|
|
1079
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1080
|
+
"public": true,
|
|
1081
|
+
"neutral": true,
|
|
1082
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1083
|
+
"wcag": "n/a",
|
|
1084
|
+
"deprecated": true,
|
|
1085
|
+
"version": "4.5.0",
|
|
1086
|
+
"reference": "n/a"
|
|
1087
|
+
},
|
|
1088
|
+
"300": {
|
|
1089
|
+
"value": "2492eb",
|
|
1090
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1091
|
+
"public": true,
|
|
1092
|
+
"neutral": true,
|
|
1093
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1094
|
+
"wcag": "n/a",
|
|
1095
|
+
"deprecated": true,
|
|
1096
|
+
"version": "4.5.0",
|
|
1097
|
+
"reference": "n/a"
|
|
1098
|
+
},
|
|
1099
|
+
"400": {
|
|
1100
|
+
"value": "0074c8",
|
|
1101
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1102
|
+
"public": true,
|
|
1103
|
+
"neutral": true,
|
|
1104
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1105
|
+
"wcag": "n/a",
|
|
1106
|
+
"deprecated": true,
|
|
1107
|
+
"version": "4.5.0",
|
|
1108
|
+
"reference": "n/a"
|
|
1109
|
+
},
|
|
1110
|
+
"400-opacity-20": {
|
|
1111
|
+
"value": "0074c833",
|
|
1112
|
+
"comment": "color brand atlas 400 @ 20%",
|
|
1113
|
+
"opacity": true,
|
|
1114
|
+
"public": true,
|
|
1115
|
+
"neutral": true,
|
|
1116
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1117
|
+
"wcag": "n/a",
|
|
1118
|
+
"deprecated": true,
|
|
1119
|
+
"version": "4.5.0",
|
|
1120
|
+
"reference": "n/a"
|
|
1121
|
+
},
|
|
1122
|
+
"500": {
|
|
1123
|
+
"value": "054687",
|
|
1124
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1125
|
+
"public": true,
|
|
1126
|
+
"neutral": true,
|
|
1127
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1128
|
+
"wcag": "n/a",
|
|
1129
|
+
"deprecated": true,
|
|
1130
|
+
"version": "4.5.0",
|
|
1131
|
+
"reference": "n/a"
|
|
1132
|
+
}
|
|
1133
|
+
},
|
|
1134
|
+
"breeze": {
|
|
1135
|
+
"100": {
|
|
1136
|
+
"value": "c0f7ff",
|
|
1137
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1138
|
+
"public": true,
|
|
1139
|
+
"neutral": true,
|
|
1140
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1141
|
+
"wcag": "n/a",
|
|
1142
|
+
"deprecated": true,
|
|
1143
|
+
"version": "4.5.0",
|
|
1144
|
+
"reference": "n/a"
|
|
1145
|
+
},
|
|
1146
|
+
"200": {
|
|
1147
|
+
"value": "5de3f7",
|
|
1148
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1149
|
+
"public": true,
|
|
1150
|
+
"neutral": true,
|
|
1151
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1152
|
+
"wcag": "n/a",
|
|
1153
|
+
"deprecated": true,
|
|
1154
|
+
"version": "4.5.0",
|
|
1155
|
+
"reference": "n/a"
|
|
1156
|
+
},
|
|
1157
|
+
"300": {
|
|
1158
|
+
"value": "00cff0",
|
|
1159
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1160
|
+
"public": true,
|
|
1161
|
+
"neutral": true,
|
|
1162
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1163
|
+
"wcag": "n/a",
|
|
1164
|
+
"deprecated": true,
|
|
1165
|
+
"version": "4.5.0",
|
|
1166
|
+
"reference": "n/a"
|
|
1167
|
+
},
|
|
1168
|
+
"300-opacity-30": {
|
|
1169
|
+
"value": "00cff04d",
|
|
1170
|
+
"comment": "breeze 300 @ 30%",
|
|
1171
|
+
"public": true,
|
|
1172
|
+
"neutral": true,
|
|
1173
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1174
|
+
"wcag": "n/a",
|
|
1175
|
+
"deprecated": true,
|
|
1176
|
+
"version": "4.5.0",
|
|
1177
|
+
"reference": "n/a"
|
|
1178
|
+
},
|
|
1179
|
+
"400": {
|
|
1180
|
+
"value": "099dc5",
|
|
1181
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1182
|
+
"public": true,
|
|
1183
|
+
"neutral": true,
|
|
1184
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1185
|
+
"wcag": "n/a",
|
|
1186
|
+
"deprecated": true,
|
|
1187
|
+
"version": "4.5.0",
|
|
1188
|
+
"reference": "n/a"
|
|
1189
|
+
},
|
|
1190
|
+
"500": {
|
|
1191
|
+
"value": "0b5575",
|
|
1192
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1193
|
+
"public": true,
|
|
1194
|
+
"neutral": true,
|
|
1195
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1196
|
+
"wcag": "n/a",
|
|
1197
|
+
"deprecated": true,
|
|
1198
|
+
"version": "4.5.0",
|
|
1199
|
+
"reference": "n/a"
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1202
|
+
"tropical": {
|
|
1203
|
+
"100": {
|
|
1204
|
+
"value": "e2ffcd",
|
|
1205
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1206
|
+
"public": true,
|
|
1207
|
+
"neutral": true,
|
|
1208
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1209
|
+
"wcag": "n/a",
|
|
1210
|
+
"deprecated": true,
|
|
1211
|
+
"version": "4.5.0",
|
|
1212
|
+
"reference": "n/a"
|
|
1213
|
+
},
|
|
1214
|
+
"200": {
|
|
1215
|
+
"value": "d0fba6",
|
|
1216
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1217
|
+
"public": true,
|
|
1218
|
+
"neutral": true,
|
|
1219
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1220
|
+
"wcag": "n/a",
|
|
1221
|
+
"deprecated": true,
|
|
1222
|
+
"version": "4.5.0",
|
|
1223
|
+
"reference": "n/a"
|
|
1224
|
+
},
|
|
1225
|
+
"300": {
|
|
1226
|
+
"value": "c0e585",
|
|
1227
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1228
|
+
"public": true,
|
|
1229
|
+
"neutral": true,
|
|
1230
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1231
|
+
"wcag": "n/a",
|
|
1232
|
+
"deprecated": true,
|
|
1233
|
+
"version": "4.5.0",
|
|
1234
|
+
"reference": "n/a"
|
|
1235
|
+
},
|
|
1236
|
+
"400": {
|
|
1237
|
+
"value": "91be62",
|
|
1238
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1239
|
+
"public": true,
|
|
1240
|
+
"neutral": true,
|
|
1241
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1242
|
+
"wcag": "n/a",
|
|
1243
|
+
"deprecated": true,
|
|
1244
|
+
"version": "4.5.0",
|
|
1245
|
+
"reference": "n/a"
|
|
1246
|
+
},
|
|
1247
|
+
"500": {
|
|
1248
|
+
"value": "5e8741",
|
|
1249
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1250
|
+
"public": true,
|
|
1251
|
+
"neutral": true,
|
|
1252
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1253
|
+
"wcag": "n/a",
|
|
1254
|
+
"deprecated": true,
|
|
1255
|
+
"version": "4.5.0",
|
|
1256
|
+
"reference": "n/a"
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
"alpine": {
|
|
1260
|
+
"100": {
|
|
1261
|
+
"value": "bcaae6",
|
|
1262
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1263
|
+
"public": true,
|
|
1264
|
+
"neutral": true,
|
|
1265
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1266
|
+
"wcag": "n/a",
|
|
1267
|
+
"deprecated": true,
|
|
1268
|
+
"version": "4.5.0",
|
|
1269
|
+
"reference": "n/a"
|
|
1270
|
+
},
|
|
1271
|
+
"200": {
|
|
1272
|
+
"value": "9e73ea",
|
|
1273
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1274
|
+
"public": true,
|
|
1275
|
+
"neutral": true,
|
|
1276
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1277
|
+
"wcag": "n/a",
|
|
1278
|
+
"deprecated": true,
|
|
1279
|
+
"version": "4.5.0",
|
|
1280
|
+
"reference": "n/a"
|
|
1281
|
+
},
|
|
1282
|
+
"300": {
|
|
1283
|
+
"value": "8439ef",
|
|
1284
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1285
|
+
"public": true,
|
|
1286
|
+
"neutral": true,
|
|
1287
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1288
|
+
"wcag": "n/a",
|
|
1289
|
+
"deprecated": true,
|
|
1290
|
+
"version": "4.5.0",
|
|
1291
|
+
"reference": "n/a"
|
|
1292
|
+
},
|
|
1293
|
+
"400": {
|
|
1294
|
+
"value": "631db8",
|
|
1295
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1296
|
+
"public": true,
|
|
1297
|
+
"neutral": true,
|
|
1298
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1299
|
+
"wcag": "n/a",
|
|
1300
|
+
"deprecated": true,
|
|
1301
|
+
"version": "4.5.0",
|
|
1302
|
+
"reference": "n/a"
|
|
1303
|
+
},
|
|
1304
|
+
"500": {
|
|
1305
|
+
"value": "39115c",
|
|
1306
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1307
|
+
"public": true,
|
|
1308
|
+
"neutral": true,
|
|
1309
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1310
|
+
"wcag": "n/a",
|
|
1311
|
+
"deprecated": true,
|
|
1312
|
+
"version": "4.5.0",
|
|
1313
|
+
"reference": "n/a"
|
|
1314
|
+
}
|
|
1315
|
+
},
|
|
1316
|
+
"flamingo": {
|
|
1317
|
+
"100": {
|
|
1318
|
+
"value": "ffebee",
|
|
1319
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1320
|
+
"public": true,
|
|
1321
|
+
"neutral": true,
|
|
1322
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1323
|
+
"wcag": "n/a",
|
|
1324
|
+
"deprecated": true,
|
|
1325
|
+
"version": "4.5.0",
|
|
1326
|
+
"reference": "n/a"
|
|
1327
|
+
},
|
|
1328
|
+
"200": {
|
|
1329
|
+
"value": "ffc0ca",
|
|
1330
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1331
|
+
"public": true,
|
|
1332
|
+
"neutral": true,
|
|
1333
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1334
|
+
"wcag": "n/a",
|
|
1335
|
+
"deprecated": true,
|
|
1336
|
+
"version": "4.5.0",
|
|
1337
|
+
"reference": "n/a"
|
|
1338
|
+
},
|
|
1339
|
+
"300": {
|
|
1340
|
+
"value": "ff94a7",
|
|
1341
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1342
|
+
"public": true,
|
|
1343
|
+
"neutral": true,
|
|
1344
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1345
|
+
"wcag": "n/a",
|
|
1346
|
+
"deprecated": true,
|
|
1347
|
+
"version": "4.5.0",
|
|
1348
|
+
"reference": "n/a"
|
|
1349
|
+
},
|
|
1350
|
+
"400": {
|
|
1351
|
+
"value": "F65b7b",
|
|
1352
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1353
|
+
"public": true,
|
|
1354
|
+
"neutral": true,
|
|
1355
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1356
|
+
"wcag": "n/a",
|
|
1357
|
+
"deprecated": true,
|
|
1358
|
+
"version": "4.5.0",
|
|
1359
|
+
"reference": "n/a"
|
|
1360
|
+
},
|
|
1361
|
+
"500": {
|
|
1362
|
+
"value": "b82b47",
|
|
1363
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1364
|
+
"public": true,
|
|
1365
|
+
"neutral": true,
|
|
1366
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1367
|
+
"wcag": "n/a",
|
|
1368
|
+
"deprecated": true,
|
|
1369
|
+
"version": "4.5.0",
|
|
1370
|
+
"reference": "n/a"
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
"canyon": {
|
|
1374
|
+
"100": {
|
|
1375
|
+
"value": "ffcab6",
|
|
1376
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1377
|
+
"public": true,
|
|
1378
|
+
"neutral": true,
|
|
1379
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1380
|
+
"wcag": "n/a",
|
|
1381
|
+
"deprecated": true,
|
|
1382
|
+
"version": "4.5.0",
|
|
1383
|
+
"reference": "n/a"
|
|
1384
|
+
},
|
|
1385
|
+
"200": {
|
|
1386
|
+
"value": "f99574",
|
|
1387
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1388
|
+
"public": true,
|
|
1389
|
+
"neutral": true,
|
|
1390
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1391
|
+
"wcag": "n/a",
|
|
1392
|
+
"deprecated": true,
|
|
1393
|
+
"version": "4.5.0",
|
|
1394
|
+
"reference": "n/a"
|
|
1395
|
+
},
|
|
1396
|
+
"300": {
|
|
1397
|
+
"value": "f26135",
|
|
1398
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1399
|
+
"public": true,
|
|
1400
|
+
"neutral": true,
|
|
1401
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1402
|
+
"wcag": "n/a",
|
|
1403
|
+
"deprecated": true,
|
|
1404
|
+
"version": "4.5.0",
|
|
1405
|
+
"reference": "n/a"
|
|
1406
|
+
},
|
|
1407
|
+
"400": {
|
|
1408
|
+
"value": "de3e09",
|
|
1409
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1410
|
+
"public": true,
|
|
1411
|
+
"neutral": true,
|
|
1412
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1413
|
+
"wcag": "n/a",
|
|
1414
|
+
"deprecated": true,
|
|
1415
|
+
"version": "4.5.0",
|
|
1416
|
+
"reference": "n/a"
|
|
1417
|
+
},
|
|
1418
|
+
"500": {
|
|
1419
|
+
"value": "b83302",
|
|
1420
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1421
|
+
"public": true,
|
|
1422
|
+
"neutral": true,
|
|
1423
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1424
|
+
"wcag": "n/a",
|
|
1425
|
+
"deprecated": true,
|
|
1426
|
+
"version": "4.5.0",
|
|
1427
|
+
"reference": "n/a"
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
"goldcoast": {
|
|
1431
|
+
"100": {
|
|
1432
|
+
"value": "fff0cd",
|
|
1433
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1434
|
+
"public": true,
|
|
1435
|
+
"neutral": true,
|
|
1436
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1437
|
+
"wcag": "n/a",
|
|
1438
|
+
"deprecated": true,
|
|
1439
|
+
"version": "4.5.0",
|
|
1440
|
+
"reference": "n/a"
|
|
1441
|
+
},
|
|
1442
|
+
"200": {
|
|
1443
|
+
"value": "ffdb67",
|
|
1444
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1445
|
+
"public": true,
|
|
1446
|
+
"neutral": true,
|
|
1447
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1448
|
+
"wcag": "n/a",
|
|
1449
|
+
"deprecated": true,
|
|
1450
|
+
"version": "4.5.0",
|
|
1451
|
+
"reference": "n/a"
|
|
1452
|
+
},
|
|
1453
|
+
"300": {
|
|
1454
|
+
"value": "ffd200",
|
|
1455
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1456
|
+
"public": true,
|
|
1457
|
+
"neutral": true,
|
|
1458
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1459
|
+
"wcag": "n/a",
|
|
1460
|
+
"deprecated": true,
|
|
1461
|
+
"version": "4.5.0",
|
|
1462
|
+
"reference": "n/a"
|
|
1463
|
+
},
|
|
1464
|
+
"400": {
|
|
1465
|
+
"value": "e5ad07",
|
|
1466
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1467
|
+
"public": true,
|
|
1468
|
+
"neutral": true,
|
|
1469
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1470
|
+
"wcag": "n/a",
|
|
1471
|
+
"deprecated": true,
|
|
1472
|
+
"version": "4.5.0",
|
|
1473
|
+
"reference": "n/a"
|
|
1474
|
+
},
|
|
1475
|
+
"500": {
|
|
1476
|
+
"value": "b88624",
|
|
1477
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1478
|
+
"public": true,
|
|
1479
|
+
"neutral": true,
|
|
1480
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1481
|
+
"wcag": "n/a",
|
|
1482
|
+
"deprecated": true,
|
|
1483
|
+
"version": "4.5.0",
|
|
1484
|
+
"reference": "n/a"
|
|
1485
|
+
}
|
|
1486
|
+
},
|
|
1487
|
+
"goldgray": {
|
|
1488
|
+
"100": {
|
|
1489
|
+
"value": "C5C1BF",
|
|
1490
|
+
"public": true,
|
|
1491
|
+
"usage": "Tier branding color",
|
|
1492
|
+
"deprecated": true,
|
|
1493
|
+
"version": "4.5.0",
|
|
1494
|
+
"reference": "n/a"
|
|
1495
|
+
},
|
|
1496
|
+
"200": {
|
|
1497
|
+
"value": "726E6C",
|
|
1498
|
+
"public": true,
|
|
1499
|
+
"usage": "Tier branding color",
|
|
1500
|
+
"deprecated": true,
|
|
1501
|
+
"version": "4.5.0",
|
|
1502
|
+
"reference": "n/a"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
"gold": {
|
|
1506
|
+
"100": {
|
|
1507
|
+
"value": "CCBC94",
|
|
1508
|
+
"public": true,
|
|
1509
|
+
"usage": "Tier branding color",
|
|
1510
|
+
"deprecated": true,
|
|
1511
|
+
"version": "4.5.0",
|
|
1512
|
+
"reference": "n/a"
|
|
1513
|
+
},
|
|
1514
|
+
"200": {
|
|
1515
|
+
"value": "7F682E",
|
|
1516
|
+
"public": true,
|
|
1517
|
+
"usage": "Tier branding color",
|
|
1518
|
+
"deprecated": true,
|
|
1519
|
+
"version": "4.5.0",
|
|
1520
|
+
"reference": "n/a"
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1523
|
+
"emerald": {
|
|
1524
|
+
"value": "139142",
|
|
1525
|
+
"public": true,
|
|
1526
|
+
"usage": "Tier branding color",
|
|
1527
|
+
"deprecated": true,
|
|
1528
|
+
"version": "4.5.0",
|
|
1529
|
+
"reference": "n/a"
|
|
1530
|
+
},
|
|
1531
|
+
"sapphire": {
|
|
1532
|
+
"value": "015DAA",
|
|
1533
|
+
"public": true,
|
|
1534
|
+
"usage": "Tier branding color",
|
|
1535
|
+
"deprecated": true,
|
|
1536
|
+
"version": "4.5.0",
|
|
1537
|
+
"reference": "n/a"
|
|
1538
|
+
},
|
|
1539
|
+
"ruby": {
|
|
1540
|
+
"value": "A41D4A",
|
|
1541
|
+
"public": true,
|
|
1542
|
+
"usage": "Tier branding color",
|
|
1543
|
+
"deprecated": true,
|
|
1544
|
+
"version": "4.5.0",
|
|
1545
|
+
"reference": "n/a"
|
|
251
1546
|
}
|
|
252
1547
|
}
|
|
253
1548
|
}
|