@aurodesignsystem-dev/auro-tokendefinitions 0.0.0-pr3.0

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