@primer/primitives 11.4.1-rc.edbe0e39 → 11.5.0-rc.14eaeb12

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 (138) hide show
  1. package/DESIGN_TOKENS_SPEC.md +14 -5
  2. package/dist/build/schemas/borderToken.d.ts +45 -3
  3. package/dist/build/schemas/borderToken.js +2 -1
  4. package/dist/build/schemas/colorToken.d.ts +639 -30
  5. package/dist/build/schemas/colorToken.js +3 -2
  6. package/dist/build/schemas/colorW3cValue.d.ts +28 -0
  7. package/dist/build/schemas/colorW3cValue.js +42 -0
  8. package/dist/build/schemas/cubicBezierToken.d.ts +1 -1
  9. package/dist/build/schemas/dimensionToken.d.ts +1 -1
  10. package/dist/build/schemas/durationToken.d.ts +1 -1
  11. package/dist/build/schemas/fontFamilyToken.d.ts +1 -1
  12. package/dist/build/schemas/fontWeightToken.d.ts +1 -1
  13. package/dist/build/schemas/gradientToken.d.ts +23 -2
  14. package/dist/build/schemas/gradientToken.js +2 -1
  15. package/dist/build/schemas/numberToken.d.ts +1 -1
  16. package/dist/build/schemas/shadowToken.d.ts +1079 -43
  17. package/dist/build/schemas/shadowToken.js +8 -2
  18. package/dist/build/schemas/stringToken.d.ts +1 -1
  19. package/dist/build/schemas/tokenType.d.ts +1 -1
  20. package/dist/build/schemas/transitionToken.d.ts +1 -1
  21. package/dist/build/schemas/typographyToken.d.ts +1 -1
  22. package/dist/build/schemas/viewportRangeToken.d.ts +1 -1
  23. package/dist/build/transformers/borderToCss.js +3 -1
  24. package/dist/build/transformers/colorAlphaToCss.js +6 -3
  25. package/dist/build/transformers/colorToHex.js +5 -2
  26. package/dist/build/transformers/colorToRgbAlpha.js +5 -2
  27. package/dist/build/transformers/colorToRgbaFloat.js +5 -0
  28. package/dist/build/transformers/durationToCss.js +4 -4
  29. package/dist/build/transformers/gradientToCss.js +2 -1
  30. package/dist/build/transformers/shadowToCss.js +4 -1
  31. package/dist/build/transformers/utilities/normalizeColorValue.d.ts +23 -0
  32. package/dist/build/transformers/utilities/normalizeColorValue.js +74 -0
  33. package/dist/build/types/borderTokenValue.d.ts +2 -1
  34. package/dist/build/types/shadowTokenValue.d.ts +2 -1
  35. package/dist/css/base/motion/motion.css +1 -1
  36. package/dist/css/functional/size/radius.css +1 -1
  37. package/dist/css/functional/size/size-coarse.css +1 -0
  38. package/dist/css/functional/size/size-fine.css +1 -0
  39. package/dist/css/functional/size/size.css +5 -0
  40. package/dist/css/functional/themes/dark-colorblind-high-contrast.css +22 -10
  41. package/dist/css/functional/themes/dark-colorblind.css +22 -10
  42. package/dist/css/functional/themes/dark-dimmed-high-contrast.css +22 -10
  43. package/dist/css/functional/themes/dark-dimmed.css +22 -10
  44. package/dist/css/functional/themes/dark-high-contrast.css +22 -10
  45. package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +22 -10
  46. package/dist/css/functional/themes/dark-tritanopia.css +22 -10
  47. package/dist/css/functional/themes/dark.css +22 -10
  48. package/dist/css/functional/themes/light-colorblind-high-contrast.css +14 -2
  49. package/dist/css/functional/themes/light-colorblind.css +20 -8
  50. package/dist/css/functional/themes/light-high-contrast.css +14 -2
  51. package/dist/css/functional/themes/light-tritanopia-high-contrast.css +14 -2
  52. package/dist/css/functional/themes/light-tritanopia.css +20 -8
  53. package/dist/css/functional/themes/light.css +20 -8
  54. package/dist/docs/functional/size/radius.json +2 -2
  55. package/dist/docs/functional/size/size-coarse.json +55 -2
  56. package/dist/docs/functional/size/size-fine.json +55 -2
  57. package/dist/docs/functional/size/size.json +135 -0
  58. package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +2502 -372
  59. package/dist/docs/functional/themes/dark-colorblind.json +2492 -370
  60. package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +2355 -205
  61. package/dist/docs/functional/themes/dark-dimmed.json +2382 -212
  62. package/dist/docs/functional/themes/dark-high-contrast.json +2507 -373
  63. package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +2517 -375
  64. package/dist/docs/functional/themes/dark-tritanopia.json +2499 -353
  65. package/dist/docs/functional/themes/dark.json +2501 -371
  66. package/dist/docs/functional/themes/light-colorblind-high-contrast.json +2354 -204
  67. package/dist/docs/functional/themes/light-colorblind.json +2344 -202
  68. package/dist/docs/functional/themes/light-high-contrast.json +2359 -205
  69. package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +2359 -205
  70. package/dist/docs/functional/themes/light-tritanopia.json +2354 -204
  71. package/dist/docs/functional/themes/light.json +2359 -205
  72. package/dist/fallbacks/functional/size/size-coarse.json +2 -1
  73. package/dist/fallbacks/functional/size/size-fine.json +2 -1
  74. package/dist/fallbacks/functional/size/size.json +5 -0
  75. package/dist/figma/dimension/dimension.json +56 -1
  76. package/dist/figma/themes/dark-colorblind.json +49 -1
  77. package/dist/figma/themes/dark-dimmed.json +51 -3
  78. package/dist/figma/themes/dark-high-contrast.json +49 -1
  79. package/dist/figma/themes/dark-tritanopia.json +49 -1
  80. package/dist/figma/themes/dark.json +49 -1
  81. package/dist/figma/themes/light-colorblind.json +49 -1
  82. package/dist/figma/themes/light-high-contrast.json +49 -1
  83. package/dist/figma/themes/light-tritanopia.json +49 -1
  84. package/dist/figma/themes/light.json +49 -1
  85. package/dist/internalCss/dark-colorblind-high-contrast.css +22 -10
  86. package/dist/internalCss/dark-colorblind.css +22 -10
  87. package/dist/internalCss/dark-dimmed-high-contrast.css +22 -10
  88. package/dist/internalCss/dark-dimmed.css +22 -10
  89. package/dist/internalCss/dark-high-contrast.css +22 -10
  90. package/dist/internalCss/dark-tritanopia-high-contrast.css +22 -10
  91. package/dist/internalCss/dark-tritanopia.css +22 -10
  92. package/dist/internalCss/dark.css +22 -10
  93. package/dist/internalCss/light-colorblind-high-contrast.css +14 -2
  94. package/dist/internalCss/light-colorblind.css +20 -8
  95. package/dist/internalCss/light-high-contrast.css +14 -2
  96. package/dist/internalCss/light-tritanopia-high-contrast.css +14 -2
  97. package/dist/internalCss/light-tritanopia.css +20 -8
  98. package/dist/internalCss/light.css +20 -8
  99. package/dist/styleLint/functional/size/radius.json +2 -2
  100. package/dist/styleLint/functional/size/size-coarse.json +57 -4
  101. package/dist/styleLint/functional/size/size-fine.json +57 -4
  102. package/dist/styleLint/functional/size/size.json +135 -0
  103. package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +2491 -349
  104. package/dist/styleLint/functional/themes/dark-colorblind.json +2481 -347
  105. package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +2516 -354
  106. package/dist/styleLint/functional/themes/dark-dimmed.json +2543 -361
  107. package/dist/styleLint/functional/themes/dark-high-contrast.json +2496 -350
  108. package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +2506 -352
  109. package/dist/styleLint/functional/themes/dark-tritanopia.json +2511 -353
  110. package/dist/styleLint/functional/themes/dark.json +2491 -349
  111. package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +2514 -352
  112. package/dist/styleLint/functional/themes/light-colorblind.json +2505 -351
  113. package/dist/styleLint/functional/themes/light-high-contrast.json +2371 -205
  114. package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +2519 -353
  115. package/dist/styleLint/functional/themes/light-tritanopia.json +2515 -353
  116. package/dist/styleLint/functional/themes/light.json +2520 -354
  117. package/package.json +4 -3
  118. package/src/tokens/base/color/dark/dark.dimmed.json5 +405 -81
  119. package/src/tokens/base/color/dark/dark.high-contrast.json5 +405 -81
  120. package/src/tokens/base/color/dark/dark.json5 +475 -95
  121. package/src/tokens/base/color/dark/display-dark.json5 +960 -192
  122. package/src/tokens/base/color/light/display-light.json5 +960 -192
  123. package/src/tokens/base/color/light/light.high-contrast.json5 +405 -81
  124. package/src/tokens/base/color/light/light.json5 +475 -95
  125. package/src/tokens/base/size/size.json5 +194 -194
  126. package/src/tokens/component/button.json5 +368 -65
  127. package/src/tokens/component/reactionButton.json5 +20 -4
  128. package/src/tokens/functional/border/border.json5 +29 -1
  129. package/src/tokens/functional/color/bgColor.json5 +10 -2
  130. package/src/tokens/functional/color/borderColor.json5 +8 -1
  131. package/src/tokens/functional/color/control.json5 +160 -32
  132. package/src/tokens/functional/color/fgColor.json5 +5 -1
  133. package/src/tokens/functional/color/syntax.json5 +10 -2
  134. package/src/tokens/functional/shadow/shadow.json5 +576 -0
  135. package/src/tokens/functional/size/radius.json5 +1 -1
  136. package/src/tokens/functional/size/size-coarse.json5 +15 -0
  137. package/src/tokens/functional/size/size-fine.json5 +15 -0
  138. package/src/tokens/functional/size/size.json5 +50 -0
@@ -4,7 +4,11 @@
4
4
  color: {
5
5
  gray: {
6
6
  '0': {
7
- $value: '#1c1c1c',
7
+ $value: {
8
+ colorSpace: 'hsl',
9
+ components: [0, 0, 11],
10
+ hex: '#1c1c1c',
11
+ },
8
12
  $type: 'color',
9
13
  $extensions: {
10
14
  'org.primer.figma': {
@@ -13,7 +17,11 @@
13
17
  },
14
18
  },
15
19
  '1': {
16
- $value: '#2a2b2d',
20
+ $value: {
21
+ colorSpace: 'hsl',
22
+ components: [220, 3.4, 17.1],
23
+ hex: '#2a2b2d',
24
+ },
17
25
  $type: 'color',
18
26
  $extensions: {
19
27
  'org.primer.figma': {
@@ -22,7 +30,11 @@
22
30
  },
23
31
  },
24
32
  '2': {
25
- $value: '#393d41',
33
+ $value: {
34
+ colorSpace: 'hsl',
35
+ components: [210, 6.6, 23.9],
36
+ hex: '#393d41',
37
+ },
26
38
  $type: 'color',
27
39
  $extensions: {
28
40
  'org.primer.figma': {
@@ -31,7 +43,11 @@
31
43
  },
32
44
  },
33
45
  '3': {
34
- $value: '#474e57',
46
+ $value: {
47
+ colorSpace: 'hsl',
48
+ components: [213.8, 10.1, 31],
49
+ hex: '#474e57',
50
+ },
35
51
  $type: 'color',
36
52
  $extensions: {
37
53
  'org.primer.figma': {
@@ -40,7 +56,11 @@
40
56
  },
41
57
  },
42
58
  '4': {
43
- $value: '#576270',
59
+ $value: {
60
+ colorSpace: 'hsl',
61
+ components: [213.6, 12.6, 39],
62
+ hex: '#576270',
63
+ },
44
64
  $type: 'color',
45
65
  $extensions: {
46
66
  'org.primer.figma': {
@@ -49,7 +69,11 @@
49
69
  },
50
70
  },
51
71
  '5': {
52
- $value: '#6e7f96',
72
+ $value: {
73
+ colorSpace: 'hsl',
74
+ components: [214.5, 16, 51],
75
+ hex: '#6e7f96',
76
+ },
53
77
  $type: 'color',
54
78
  $extensions: {
55
79
  'org.primer.figma': {
@@ -58,7 +82,11 @@
58
82
  },
59
83
  },
60
84
  '6': {
61
- $value: '#92a1b5',
85
+ $value: {
86
+ colorSpace: 'hsl',
87
+ components: [214.3, 19.1, 64.1],
88
+ hex: '#92a1b5',
89
+ },
62
90
  $type: 'color',
63
91
  $extensions: {
64
92
  'org.primer.figma': {
@@ -67,7 +95,11 @@
67
95
  },
68
96
  },
69
97
  '7': {
70
- $value: '#9babbf',
98
+ $value: {
99
+ colorSpace: 'hsl',
100
+ components: [213.3, 22, 67.8],
101
+ hex: '#9babbf',
102
+ },
71
103
  $type: 'color',
72
104
  $extensions: {
73
105
  'org.primer.figma': {
@@ -76,7 +108,11 @@
76
108
  },
77
109
  },
78
110
  '8': {
79
- $value: '#b3c0d1',
111
+ $value: {
112
+ colorSpace: 'hsl',
113
+ components: [214, 24.6, 76.1],
114
+ hex: '#b3c0d1',
115
+ },
80
116
  $type: 'color',
81
117
  $extensions: {
82
118
  'org.primer.figma': {
@@ -85,7 +121,11 @@
85
121
  },
86
122
  },
87
123
  '9': {
88
- $value: '#c4cfde',
124
+ $value: {
125
+ colorSpace: 'hsl',
126
+ components: [214.6, 28.3, 82],
127
+ hex: '#c4cfde',
128
+ },
89
129
  $type: 'color',
90
130
  $extensions: {
91
131
  'org.primer.figma': {
@@ -96,7 +136,11 @@
96
136
  },
97
137
  red: {
98
138
  '0': {
99
- $value: '#3c0614',
139
+ $value: {
140
+ colorSpace: 'hsl',
141
+ components: [344.4, 81.8, 12.9],
142
+ hex: '#3c0614',
143
+ },
100
144
  $type: 'color',
101
145
  $extensions: {
102
146
  'org.primer.figma': {
@@ -105,7 +149,11 @@
105
149
  },
106
150
  },
107
151
  '1': {
108
- $value: '#58091a',
152
+ $value: {
153
+ colorSpace: 'hsl',
154
+ components: [347.1, 81.4, 19],
155
+ hex: '#58091a',
156
+ },
109
157
  $type: 'color',
110
158
  $extensions: {
111
159
  'org.primer.figma': {
@@ -114,7 +162,11 @@
114
162
  },
115
163
  },
116
164
  '2': {
117
- $value: '#790c20',
165
+ $value: {
166
+ colorSpace: 'hsl',
167
+ components: [349, 82, 26.1],
168
+ hex: '#790c20',
169
+ },
118
170
  $type: 'color',
119
171
  $extensions: {
120
172
  'org.primer.figma': {
@@ -123,7 +175,11 @@
123
175
  },
124
176
  },
125
177
  '3': {
126
- $value: '#990f24',
178
+ $value: {
179
+ colorSpace: 'hsl',
180
+ components: [350.9, 82.1, 32.9],
181
+ hex: '#990f24',
182
+ },
127
183
  $type: 'color',
128
184
  $extensions: {
129
185
  'org.primer.figma': {
@@ -132,7 +188,11 @@
132
188
  },
133
189
  },
134
190
  '4': {
135
- $value: '#c31328',
191
+ $value: {
192
+ colorSpace: 'hsl',
193
+ components: [352.8, 82.2, 42],
194
+ hex: '#c31328',
195
+ },
136
196
  $type: 'color',
137
197
  $extensions: {
138
198
  'org.primer.figma': {
@@ -141,7 +201,11 @@
141
201
  },
142
202
  },
143
203
  '5': {
144
- $value: '#eb3342',
204
+ $value: {
205
+ colorSpace: 'hsl',
206
+ components: [355.1, 82.1, 56.1],
207
+ hex: '#eb3342',
208
+ },
145
209
  $type: 'color',
146
210
  $extensions: {
147
211
  'org.primer.figma': {
@@ -150,7 +214,11 @@
150
214
  },
151
215
  },
152
216
  '6': {
153
- $value: '#f27d83',
217
+ $value: {
218
+ colorSpace: 'hsl',
219
+ components: [356.9, 81.8, 72],
220
+ hex: '#f27d83',
221
+ },
154
222
  $type: 'color',
155
223
  $extensions: {
156
224
  'org.primer.figma': {
@@ -159,7 +227,11 @@
159
227
  },
160
228
  },
161
229
  '7': {
162
- $value: '#f48b8d',
230
+ $value: {
231
+ colorSpace: 'hsl',
232
+ components: [358.9, 82.7, 75.1],
233
+ hex: '#f48b8d',
234
+ },
163
235
  $type: 'color',
164
236
  $extensions: {
165
237
  'org.primer.figma': {
@@ -168,7 +240,11 @@
168
240
  },
169
241
  },
170
242
  '8': {
171
- $value: '#f7adab',
243
+ $value: {
244
+ colorSpace: 'hsl',
245
+ components: [1.6, 82.6, 82],
246
+ hex: '#f7adab',
247
+ },
172
248
  $type: 'color',
173
249
  $extensions: {
174
250
  'org.primer.figma': {
@@ -177,7 +253,11 @@
177
253
  },
178
254
  },
179
255
  '9': {
180
- $value: '#f9c1be',
256
+ $value: {
257
+ colorSpace: 'hsl',
258
+ components: [3.1, 83.1, 86.1],
259
+ hex: '#f9c1be',
260
+ },
181
261
  $type: 'color',
182
262
  $extensions: {
183
263
  'org.primer.figma': {
@@ -188,7 +268,11 @@
188
268
  },
189
269
  coral: {
190
270
  '0': {
191
- $value: '#351008',
271
+ $value: {
272
+ colorSpace: 'hsl',
273
+ components: [10.7, 73.8, 12],
274
+ hex: '#351008',
275
+ },
192
276
  $type: 'color',
193
277
  $extensions: {
194
278
  'org.primer.figma': {
@@ -197,7 +281,11 @@
197
281
  },
198
282
  },
199
283
  '1': {
200
- $value: '#51180b',
284
+ $value: {
285
+ colorSpace: 'hsl',
286
+ components: [11.1, 76.1, 18],
287
+ hex: '#51180b',
288
+ },
201
289
  $type: 'color',
202
290
  $extensions: {
203
291
  'org.primer.figma': {
@@ -206,7 +294,11 @@
206
294
  },
207
295
  },
208
296
  '2': {
209
- $value: '#72220d',
297
+ $value: {
298
+ colorSpace: 'hsl',
299
+ components: [12.5, 79.5, 24.9],
300
+ hex: '#72220d',
301
+ },
210
302
  $type: 'color',
211
303
  $extensions: {
212
304
  'org.primer.figma': {
@@ -215,7 +307,11 @@
215
307
  },
216
308
  },
217
309
  '3': {
218
- $value: '#902a0e',
310
+ $value: {
311
+ colorSpace: 'hsl',
312
+ components: [12.9, 82.3, 31],
313
+ hex: '#902a0e',
314
+ },
219
315
  $type: 'color',
220
316
  $extensions: {
221
317
  'org.primer.figma': {
@@ -224,7 +320,11 @@
224
320
  },
225
321
  },
226
322
  '4': {
227
- $value: '#b3350f',
323
+ $value: {
324
+ colorSpace: 'hsl',
325
+ components: [13.9, 84.5, 38],
326
+ hex: '#b3350f',
327
+ },
228
328
  $type: 'color',
229
329
  $extensions: {
230
330
  'org.primer.figma': {
@@ -233,7 +333,11 @@
233
333
  },
234
334
  },
235
335
  '5': {
236
- $value: '#e1430e',
336
+ $value: {
337
+ colorSpace: 'hsl',
338
+ components: [15.1, 88.3, 46.9],
339
+ hex: '#e1430e',
340
+ },
237
341
  $type: 'color',
238
342
  $extensions: {
239
343
  'org.primer.figma': {
@@ -242,7 +346,11 @@
242
346
  },
243
347
  },
244
348
  '6': {
245
- $value: '#f7794b',
349
+ $value: {
350
+ colorSpace: 'hsl',
351
+ components: [16, 91.5, 63.1],
352
+ hex: '#f7794b',
353
+ },
246
354
  $type: 'color',
247
355
  $extensions: {
248
356
  'org.primer.figma': {
@@ -251,7 +359,11 @@
251
359
  },
252
360
  },
253
361
  '7': {
254
- $value: '#fa8c61',
362
+ $value: {
363
+ colorSpace: 'hsl',
364
+ components: [16.9, 93.9, 68],
365
+ hex: '#fa8c61',
366
+ },
255
367
  $type: 'color',
256
368
  $extensions: {
257
369
  'org.primer.figma': {
@@ -260,7 +372,11 @@
260
372
  },
261
373
  },
262
374
  '8': {
263
- $value: '#fdaa86',
375
+ $value: {
376
+ colorSpace: 'hsl',
377
+ components: [18.2, 96.7, 75.9],
378
+ hex: '#fdaa86',
379
+ },
264
380
  $type: 'color',
265
381
  $extensions: {
266
382
  'org.primer.figma': {
@@ -269,7 +385,11 @@
269
385
  },
270
386
  },
271
387
  '9': {
272
- $value: '#ffc0a3',
388
+ $value: {
389
+ colorSpace: 'hsl',
390
+ components: [18.9, 100, 82],
391
+ hex: '#ffc0a3',
392
+ },
273
393
  $type: 'color',
274
394
  $extensions: {
275
395
  'org.primer.figma': {
@@ -280,7 +400,11 @@
280
400
  },
281
401
  orange: {
282
402
  '0': {
283
- $value: '#311708',
403
+ $value: {
404
+ colorSpace: 'hsl',
405
+ components: [22, 71.9, 11.2],
406
+ hex: '#311708',
407
+ },
284
408
  $type: 'color',
285
409
  $extensions: {
286
410
  'org.primer.figma': {
@@ -289,7 +413,11 @@
289
413
  },
290
414
  },
291
415
  '1': {
292
- $value: '#43200a',
416
+ $value: {
417
+ colorSpace: 'hsl',
418
+ components: [23.2, 74, 15.1],
419
+ hex: '#43200a',
420
+ },
293
421
  $type: 'color',
294
422
  $extensions: {
295
423
  'org.primer.figma': {
@@ -298,7 +426,11 @@
298
426
  },
299
427
  },
300
428
  '2': {
301
- $value: '#632f0d',
429
+ $value: {
430
+ colorSpace: 'hsl',
431
+ components: [23.7, 76.8, 22],
432
+ hex: '#632f0d',
433
+ },
302
434
  $type: 'color',
303
435
  $extensions: {
304
436
  'org.primer.figma': {
@@ -307,7 +439,11 @@
307
439
  },
308
440
  },
309
441
  '3': {
310
- $value: '#7b3c0e',
442
+ $value: {
443
+ colorSpace: 'hsl',
444
+ components: [25.3, 79.6, 26.9],
445
+ hex: '#7b3c0e',
446
+ },
311
447
  $type: 'color',
312
448
  $extensions: {
313
449
  'org.primer.figma': {
@@ -316,7 +452,11 @@
316
452
  },
317
453
  },
318
454
  '4': {
319
- $value: '#984b10',
455
+ $value: {
456
+ colorSpace: 'hsl',
457
+ components: [26, 81, 32.9],
458
+ hex: '#984b10',
459
+ },
320
460
  $type: 'color',
321
461
  $extensions: {
322
462
  'org.primer.figma': {
@@ -325,7 +465,11 @@
325
465
  },
326
466
  },
327
467
  '5': {
328
- $value: '#c46212',
468
+ $value: {
469
+ colorSpace: 'hsl',
470
+ components: [27, 83.2, 42],
471
+ hex: '#c46212',
472
+ },
329
473
  $type: 'color',
330
474
  $extensions: {
331
475
  'org.primer.figma': {
@@ -334,7 +478,11 @@
334
478
  },
335
479
  },
336
480
  '6': {
337
- $value: '#ed8326',
481
+ $value: {
482
+ colorSpace: 'hsl',
483
+ components: [28, 84.7, 53.9],
484
+ hex: '#ed8326',
485
+ },
338
486
  $type: 'color',
339
487
  $extensions: {
340
488
  'org.primer.figma': {
@@ -343,7 +491,11 @@
343
491
  },
344
492
  },
345
493
  '7': {
346
- $value: '#f1933b',
494
+ $value: {
495
+ colorSpace: 'hsl',
496
+ components: [29, 86.7, 58.8],
497
+ hex: '#f1933b',
498
+ },
347
499
  $type: 'color',
348
500
  $extensions: {
349
501
  'org.primer.figma': {
@@ -352,7 +504,11 @@
352
504
  },
353
505
  },
354
506
  '8': {
355
- $value: '#f6b06a',
507
+ $value: {
508
+ colorSpace: 'hsl',
509
+ components: [30, 88.6, 69],
510
+ hex: '#f6b06a',
511
+ },
356
512
  $type: 'color',
357
513
  $extensions: {
358
514
  'org.primer.figma': {
@@ -361,7 +517,11 @@
361
517
  },
362
518
  },
363
519
  '9': {
364
- $value: '#fac68f',
520
+ $value: {
521
+ colorSpace: 'hsl',
522
+ components: [30.8, 91.5, 77.1],
523
+ hex: '#fac68f',
524
+ },
365
525
  $type: 'color',
366
526
  $extensions: {
367
527
  'org.primer.figma': {
@@ -372,7 +532,11 @@
372
532
  },
373
533
  yellow: {
374
534
  '0': {
375
- $value: '#2e1a00',
535
+ $value: {
536
+ colorSpace: 'hsl',
537
+ components: [33.9, 100, 9],
538
+ hex: '#2e1a00',
539
+ },
376
540
  $type: 'color',
377
541
  $extensions: {
378
542
  'org.primer.figma': {
@@ -381,7 +545,11 @@
381
545
  },
382
546
  },
383
547
  '1': {
384
- $value: '#3d2401',
548
+ $value: {
549
+ colorSpace: 'hsl',
550
+ components: [35, 96.8, 12.2],
551
+ hex: '#3d2401',
552
+ },
385
553
  $type: 'color',
386
554
  $extensions: {
387
555
  'org.primer.figma': {
@@ -390,7 +558,11 @@
390
558
  },
391
559
  },
392
560
  '2': {
393
- $value: '#5a3702',
561
+ $value: {
562
+ colorSpace: 'hsl',
563
+ components: [36.1, 95.7, 18],
564
+ hex: '#5a3702',
565
+ },
394
566
  $type: 'color',
395
567
  $extensions: {
396
568
  'org.primer.figma': {
@@ -399,7 +571,11 @@
399
571
  },
400
572
  },
401
573
  '3': {
402
- $value: '#6d4403',
574
+ $value: {
575
+ colorSpace: 'hsl',
576
+ components: [36.8, 94.6, 22],
577
+ hex: '#6d4403',
578
+ },
403
579
  $type: 'color',
404
580
  $extensions: {
405
581
  'org.primer.figma': {
@@ -408,7 +584,11 @@
408
584
  },
409
585
  },
410
586
  '4': {
411
- $value: '#895906',
587
+ $value: {
588
+ colorSpace: 'hsl',
589
+ components: [38, 91.6, 28],
590
+ hex: '#895906',
591
+ },
412
592
  $type: 'color',
413
593
  $extensions: {
414
594
  'org.primer.figma': {
@@ -417,7 +597,11 @@
417
597
  },
418
598
  },
419
599
  '5': {
420
- $value: '#aa7109',
600
+ $value: {
601
+ colorSpace: 'hsl',
602
+ components: [38.8, 89.9, 35.1],
603
+ hex: '#aa7109',
604
+ },
421
605
  $type: 'color',
422
606
  $extensions: {
423
607
  'org.primer.figma': {
@@ -426,7 +610,11 @@
426
610
  },
427
611
  },
428
612
  '6': {
429
- $value: '#d3910d',
613
+ $value: {
614
+ colorSpace: 'hsl',
615
+ components: [40, 88.4, 43.9],
616
+ hex: '#d3910d',
617
+ },
430
618
  $type: 'color',
431
619
  $extensions: {
432
620
  'org.primer.figma': {
@@ -435,7 +623,11 @@
435
623
  },
436
624
  },
437
625
  '7': {
438
- $value: '#df9e11',
626
+ $value: {
627
+ colorSpace: 'hsl',
628
+ components: [41.1, 85.8, 47.1],
629
+ hex: '#df9e11',
630
+ },
439
631
  $type: 'color',
440
632
  $extensions: {
441
633
  'org.primer.figma': {
@@ -444,7 +636,11 @@
444
636
  },
445
637
  },
446
638
  '8': {
447
- $value: '#edb431',
639
+ $value: {
640
+ colorSpace: 'hsl',
641
+ components: [41.8, 83.9, 56.1],
642
+ hex: '#edb431',
643
+ },
448
644
  $type: 'color',
449
645
  $extensions: {
450
646
  'org.primer.figma': {
@@ -453,7 +649,11 @@
453
649
  },
454
650
  },
455
651
  '9': {
456
- $value: '#f0ca6a',
652
+ $value: {
653
+ colorSpace: 'hsl',
654
+ components: [43, 81.7, 67.8],
655
+ hex: '#f0ca6a',
656
+ },
457
657
  $type: 'color',
458
658
  $extensions: {
459
659
  'org.primer.figma': {
@@ -464,7 +664,11 @@
464
664
  },
465
665
  lemon: {
466
666
  '0': {
467
- $value: '#291d00',
667
+ $value: {
668
+ colorSpace: 'hsl',
669
+ components: [42.4, 100, 8],
670
+ hex: '#291d00',
671
+ },
468
672
  $type: 'color',
469
673
  $extensions: {
470
674
  'org.primer.figma': {
@@ -473,7 +677,11 @@
473
677
  },
474
678
  },
475
679
  '1': {
476
- $value: '#372901',
680
+ $value: {
681
+ colorSpace: 'hsl',
682
+ components: [44.4, 96.4, 11],
683
+ hex: '#372901',
684
+ },
477
685
  $type: 'color',
478
686
  $extensions: {
479
687
  'org.primer.figma': {
@@ -482,7 +690,11 @@
482
690
  },
483
691
  },
484
692
  '2': {
485
- $value: '#4f3c02',
693
+ $value: {
694
+ colorSpace: 'hsl',
695
+ components: [45.2, 95.1, 15.9],
696
+ hex: '#4f3c02',
697
+ },
486
698
  $type: 'color',
487
699
  $extensions: {
488
700
  'org.primer.figma': {
@@ -491,7 +703,11 @@
491
703
  },
492
704
  },
493
705
  '3': {
494
- $value: '#614c05',
706
+ $value: {
707
+ colorSpace: 'hsl',
708
+ components: [46.3, 90.2, 20],
709
+ hex: '#614c05',
710
+ },
495
711
  $type: 'color',
496
712
  $extensions: {
497
713
  'org.primer.figma': {
@@ -500,7 +716,11 @@
500
716
  },
501
717
  },
502
718
  '4': {
503
- $value: '#786008',
719
+ $value: {
720
+ colorSpace: 'hsl',
721
+ components: [47.1, 87.5, 25.1],
722
+ hex: '#786008',
723
+ },
504
724
  $type: 'color',
505
725
  $extensions: {
506
726
  'org.primer.figma': {
@@ -509,7 +729,11 @@
509
729
  },
510
730
  },
511
731
  '5': {
512
- $value: '#977b0c',
732
+ $value: {
733
+ colorSpace: 'hsl',
734
+ components: [47.9, 85.3, 32],
735
+ hex: '#977b0c',
736
+ },
513
737
  $type: 'color',
514
738
  $extensions: {
515
739
  'org.primer.figma': {
@@ -518,7 +742,11 @@
518
742
  },
519
743
  },
520
744
  '6': {
521
- $value: '#ba9b12',
745
+ $value: {
746
+ colorSpace: 'hsl',
747
+ components: [48.9, 82.4, 40],
748
+ hex: '#ba9b12',
749
+ },
522
750
  $type: 'color',
523
751
  $extensions: {
524
752
  'org.primer.figma': {
@@ -527,7 +755,11 @@
527
755
  },
528
756
  },
529
757
  '7': {
530
- $value: '#c4a717',
758
+ $value: {
759
+ colorSpace: 'hsl',
760
+ components: [49.9, 79, 42.9],
761
+ hex: '#c4a717',
762
+ },
531
763
  $type: 'color',
532
764
  $extensions: {
533
765
  'org.primer.figma': {
@@ -536,7 +768,11 @@
536
768
  },
537
769
  },
538
770
  '8': {
539
- $value: '#d7bc1d',
771
+ $value: {
772
+ colorSpace: 'hsl',
773
+ components: [51.3, 76.2, 47.8],
774
+ hex: '#d7bc1d',
775
+ },
540
776
  $type: 'color',
541
777
  $extensions: {
542
778
  'org.primer.figma': {
@@ -545,7 +781,11 @@
545
781
  },
546
782
  },
547
783
  '9': {
548
- $value: '#e3d04f',
784
+ $value: {
785
+ colorSpace: 'hsl',
786
+ components: [52.3, 72.5, 60],
787
+ hex: '#e3d04f',
788
+ },
549
789
  $type: 'color',
550
790
  $extensions: {
551
791
  'org.primer.figma': {
@@ -556,7 +796,11 @@
556
796
  },
557
797
  olive: {
558
798
  '0': {
559
- $value: '#171e0b',
799
+ $value: {
800
+ colorSpace: 'hsl',
801
+ components: [82.1, 46.3, 8],
802
+ hex: '#171e0b',
803
+ },
560
804
  $type: 'color',
561
805
  $extensions: {
562
806
  'org.primer.figma': {
@@ -565,7 +809,11 @@
565
809
  },
566
810
  },
567
811
  '1': {
568
- $value: '#252d10',
812
+ $value: {
813
+ colorSpace: 'hsl',
814
+ components: [76.6, 47.5, 12],
815
+ hex: '#252d10',
816
+ },
569
817
  $type: 'color',
570
818
  $extensions: {
571
819
  'org.primer.figma': {
@@ -574,7 +822,11 @@
574
822
  },
575
823
  },
576
824
  '2': {
577
- $value: '#374115',
825
+ $value: {
826
+ colorSpace: 'hsl',
827
+ components: [73.6, 51.2, 16.9],
828
+ hex: '#374115',
829
+ },
578
830
  $type: 'color',
579
831
  $extensions: {
580
832
  'org.primer.figma': {
@@ -583,7 +835,11 @@
583
835
  },
584
836
  },
585
837
  '3': {
586
- $value: '#485219',
838
+ $value: {
839
+ colorSpace: 'hsl',
840
+ components: [70.5, 53.3, 21],
841
+ hex: '#485219',
842
+ },
587
843
  $type: 'color',
588
844
  $extensions: {
589
845
  'org.primer.figma': {
@@ -592,7 +848,11 @@
592
848
  },
593
849
  },
594
850
  '4': {
595
- $value: '#5e681d',
851
+ $value: {
852
+ colorSpace: 'hsl',
853
+ components: [68, 56.4, 26.1],
854
+ hex: '#5e681d',
855
+ },
596
856
  $type: 'color',
597
857
  $extensions: {
598
858
  'org.primer.figma': {
@@ -601,7 +861,11 @@
601
861
  },
602
862
  },
603
863
  '5': {
604
- $value: '#7a8321',
864
+ $value: {
865
+ colorSpace: 'hsl',
866
+ components: [65.5, 59.8, 32.2],
867
+ hex: '#7a8321',
868
+ },
605
869
  $type: 'color',
606
870
  $extensions: {
607
871
  'org.primer.figma': {
@@ -610,7 +874,11 @@
610
874
  },
611
875
  },
612
876
  '6': {
613
- $value: '#a2a626',
877
+ $value: {
878
+ colorSpace: 'hsl',
879
+ components: [61.9, 62.7, 40],
880
+ hex: '#a2a626',
881
+ },
614
882
  $type: 'color',
615
883
  $extensions: {
616
884
  'org.primer.figma': {
@@ -619,7 +887,11 @@
619
887
  },
620
888
  },
621
889
  '7': {
622
- $value: '#b2af24',
890
+ $value: {
891
+ colorSpace: 'hsl',
892
+ components: [58.7, 66.4, 42],
893
+ hex: '#b2af24',
894
+ },
623
895
  $type: 'color',
624
896
  $extensions: {
625
897
  'org.primer.figma': {
@@ -628,7 +900,11 @@
628
900
  },
629
901
  },
630
902
  '8': {
631
- $value: '#cbc025',
903
+ $value: {
904
+ colorSpace: 'hsl',
905
+ components: [56, 69.2, 47.1],
906
+ hex: '#cbc025',
907
+ },
632
908
  $type: 'color',
633
909
  $extensions: {
634
910
  'org.primer.figma': {
@@ -637,7 +913,11 @@
637
913
  },
638
914
  },
639
915
  '9': {
640
- $value: '#e2d04b',
916
+ $value: {
917
+ colorSpace: 'hsl',
918
+ components: [52.8, 72.2, 59],
919
+ hex: '#e2d04b',
920
+ },
641
921
  $type: 'color',
642
922
  $extensions: {
643
923
  'org.primer.figma': {
@@ -648,7 +928,11 @@
648
928
  },
649
929
  lime: {
650
930
  '0': {
651
- $value: '#141f0f',
931
+ $value: {
932
+ colorSpace: 'hsl',
933
+ components: [101.3, 34.8, 9],
934
+ hex: '#141f0f',
935
+ },
652
936
  $type: 'color',
653
937
  $extensions: {
654
938
  'org.primer.figma': {
@@ -657,7 +941,11 @@
657
941
  },
658
942
  },
659
943
  '1': {
660
- $value: '#1f3116',
944
+ $value: {
945
+ colorSpace: 'hsl',
946
+ components: [100, 38, 13.9],
947
+ hex: '#1f3116',
948
+ },
661
949
  $type: 'color',
662
950
  $extensions: {
663
951
  'org.primer.figma': {
@@ -666,7 +954,11 @@
666
954
  },
667
955
  },
668
956
  '2': {
669
- $value: '#2c441d',
957
+ $value: {
958
+ colorSpace: 'hsl',
959
+ components: [96.9, 40.2, 19],
960
+ hex: '#2c441d',
961
+ },
670
962
  $type: 'color',
671
963
  $extensions: {
672
964
  'org.primer.figma': {
@@ -675,7 +967,11 @@
675
967
  },
676
968
  },
677
969
  '3': {
678
- $value: '#375421',
970
+ $value: {
971
+ colorSpace: 'hsl',
972
+ components: [94.1, 43.6, 22.9],
973
+ hex: '#375421',
974
+ },
679
975
  $type: 'color',
680
976
  $extensions: {
681
977
  'org.primer.figma': {
@@ -684,7 +980,11 @@
684
980
  },
685
981
  },
686
982
  '4': {
687
- $value: '#496c28',
983
+ $value: {
984
+ colorSpace: 'hsl',
985
+ components: [90.9, 45.9, 29],
986
+ hex: '#496c28',
987
+ },
688
988
  $type: 'color',
689
989
  $extensions: {
690
990
  'org.primer.figma': {
@@ -693,7 +993,11 @@
693
993
  },
694
994
  },
695
995
  '5': {
696
- $value: '#5f892f',
996
+ $value: {
997
+ colorSpace: 'hsl',
998
+ components: [88, 48.9, 36.1],
999
+ hex: '#5f892f',
1000
+ },
697
1001
  $type: 'color',
698
1002
  $extensions: {
699
1003
  'org.primer.figma': {
@@ -702,7 +1006,11 @@
702
1006
  },
703
1007
  },
704
1008
  '6': {
705
- $value: '#7dae37',
1009
+ $value: {
1010
+ colorSpace: 'hsl',
1011
+ components: [84.7, 52, 44.9],
1012
+ hex: '#7dae37',
1013
+ },
706
1014
  $type: 'color',
707
1015
  $extensions: {
708
1016
  'org.primer.figma': {
@@ -711,7 +1019,11 @@
711
1019
  },
712
1020
  },
713
1021
  '7': {
714
- $value: '#89ba36',
1022
+ $value: {
1023
+ colorSpace: 'hsl',
1024
+ components: [82.3, 55, 47.1],
1025
+ hex: '#89ba36',
1026
+ },
715
1027
  $type: 'color',
716
1028
  $extensions: {
717
1029
  'org.primer.figma': {
@@ -720,7 +1032,11 @@
720
1032
  },
721
1033
  },
722
1034
  '8': {
723
- $value: '#9fcc3e',
1035
+ $value: {
1036
+ colorSpace: 'hsl',
1037
+ components: [79, 58.2, 52.2],
1038
+ hex: '#9fcc3e',
1039
+ },
724
1040
  $type: 'color',
725
1041
  $extensions: {
726
1042
  'org.primer.figma': {
@@ -729,7 +1045,11 @@
729
1045
  },
730
1046
  },
731
1047
  '9': {
732
- $value: '#bcda67',
1048
+ $value: {
1049
+ colorSpace: 'hsl',
1050
+ components: [75.7, 60.8, 62.9],
1051
+ hex: '#bcda67',
1052
+ },
733
1053
  $type: 'color',
734
1054
  $extensions: {
735
1055
  'org.primer.figma': {
@@ -740,7 +1060,11 @@
740
1060
  },
741
1061
  green: {
742
1062
  '0': {
743
- $value: '#122117',
1063
+ $value: {
1064
+ colorSpace: 'hsl',
1065
+ components: [140, 29.4, 10],
1066
+ hex: '#122117',
1067
+ },
744
1068
  $type: 'color',
745
1069
  $extensions: {
746
1070
  'org.primer.figma': {
@@ -749,7 +1073,11 @@
749
1073
  },
750
1074
  },
751
1075
  '1': {
752
- $value: '#182f1f',
1076
+ $value: {
1077
+ colorSpace: 'hsl',
1078
+ components: [138.3, 32.4, 13.9],
1079
+ hex: '#182f1f',
1080
+ },
753
1081
  $type: 'color',
754
1082
  $extensions: {
755
1083
  'org.primer.figma': {
@@ -758,7 +1086,11 @@
758
1086
  },
759
1087
  },
760
1088
  '2': {
761
- $value: '#214529',
1089
+ $value: {
1090
+ colorSpace: 'hsl',
1091
+ components: [133.3, 35.3, 20],
1092
+ hex: '#214529',
1093
+ },
762
1094
  $type: 'color',
763
1095
  $extensions: {
764
1096
  'org.primer.figma': {
@@ -767,7 +1099,11 @@
767
1099
  },
768
1100
  },
769
1101
  '3': {
770
- $value: '#285830',
1102
+ $value: {
1103
+ colorSpace: 'hsl',
1104
+ components: [130, 37.5, 25.1],
1105
+ hex: '#285830',
1106
+ },
771
1107
  $type: 'color',
772
1108
  $extensions: {
773
1109
  'org.primer.figma': {
@@ -776,7 +1112,11 @@
776
1112
  },
777
1113
  },
778
1114
  '4': {
779
- $value: '#2f6f37',
1115
+ $value: {
1116
+ colorSpace: 'hsl',
1117
+ components: [127.5, 40.5, 31],
1118
+ hex: '#2f6f37',
1119
+ },
780
1120
  $type: 'color',
781
1121
  $extensions: {
782
1122
  'org.primer.figma': {
@@ -785,7 +1125,11 @@
785
1125
  },
786
1126
  },
787
1127
  '5': {
788
- $value: '#388f3f',
1128
+ $value: {
1129
+ colorSpace: 'hsl',
1130
+ components: [124.8, 43.7, 39],
1131
+ hex: '#388f3f',
1132
+ },
789
1133
  $type: 'color',
790
1134
  $extensions: {
791
1135
  'org.primer.figma': {
@@ -794,7 +1138,11 @@
794
1138
  },
795
1139
  },
796
1140
  '6': {
797
- $value: '#41b445',
1141
+ $value: {
1142
+ colorSpace: 'hsl',
1143
+ components: [122.1, 46.9, 48],
1144
+ hex: '#41b445',
1145
+ },
798
1146
  $type: 'color',
799
1147
  $extensions: {
800
1148
  'org.primer.figma': {
@@ -803,7 +1151,11 @@
803
1151
  },
804
1152
  },
805
1153
  '7': {
806
- $value: '#46c144',
1154
+ $value: {
1155
+ colorSpace: 'hsl',
1156
+ components: [119, 50.2, 51.2],
1157
+ hex: '#46c144',
1158
+ },
807
1159
  $type: 'color',
808
1160
  $extensions: {
809
1161
  'org.primer.figma': {
@@ -812,7 +1164,11 @@
812
1164
  },
813
1165
  },
814
1166
  '8': {
815
- $value: '#75d36f',
1167
+ $value: {
1168
+ colorSpace: 'hsl',
1169
+ components: [116.4, 53.2, 63.1],
1170
+ hex: '#75d36f',
1171
+ },
816
1172
  $type: 'color',
817
1173
  $extensions: {
818
1174
  'org.primer.figma': {
@@ -821,7 +1177,11 @@
821
1177
  },
822
1178
  },
823
1179
  '9': {
824
- $value: '#99e090',
1180
+ $value: {
1181
+ colorSpace: 'hsl',
1182
+ components: [113.3, 56.3, 72.2],
1183
+ hex: '#99e090',
1184
+ },
825
1185
  $type: 'color',
826
1186
  $extensions: {
827
1187
  'org.primer.figma': {
@@ -832,7 +1192,11 @@
832
1192
  },
833
1193
  pine: {
834
1194
  '0': {
835
- $value: '#082119',
1195
+ $value: {
1196
+ colorSpace: 'hsl',
1197
+ components: [160.8, 61, 8],
1198
+ hex: '#082119',
1199
+ },
836
1200
  $type: 'color',
837
1201
  $extensions: {
838
1202
  'org.primer.figma': {
@@ -841,7 +1205,11 @@
841
1205
  },
842
1206
  },
843
1207
  '1': {
844
- $value: '#0b3224',
1208
+ $value: {
1209
+ colorSpace: 'hsl',
1210
+ components: [158.5, 63.9, 12],
1211
+ hex: '#0b3224',
1212
+ },
845
1213
  $type: 'color',
846
1214
  $extensions: {
847
1215
  'org.primer.figma': {
@@ -850,7 +1218,11 @@
850
1218
  },
851
1219
  },
852
1220
  '2': {
853
- $value: '#0e4430',
1221
+ $value: {
1222
+ colorSpace: 'hsl',
1223
+ components: [157.8, 65.9, 16.1],
1224
+ hex: '#0e4430',
1225
+ },
854
1226
  $type: 'color',
855
1227
  $extensions: {
856
1228
  'org.primer.figma': {
@@ -859,7 +1231,11 @@
859
1231
  },
860
1232
  },
861
1233
  '3': {
862
- $value: '#115a3e',
1234
+ $value: {
1235
+ colorSpace: 'hsl',
1236
+ components: [157, 68.2, 21],
1237
+ hex: '#115a3e',
1238
+ },
863
1239
  $type: 'color',
864
1240
  $extensions: {
865
1241
  'org.primer.figma': {
@@ -868,7 +1244,11 @@
868
1244
  },
869
1245
  },
870
1246
  '4': {
871
- $value: '#14714c',
1247
+ $value: {
1248
+ colorSpace: 'hsl',
1249
+ components: [156.1, 69.9, 26.1],
1250
+ hex: '#14714c',
1251
+ },
872
1252
  $type: 'color',
873
1253
  $extensions: {
874
1254
  'org.primer.figma': {
@@ -877,7 +1257,11 @@
877
1257
  },
878
1258
  },
879
1259
  '5': {
880
- $value: '#18915e',
1260
+ $value: {
1261
+ colorSpace: 'hsl',
1262
+ components: [154.7, 71.6, 33.1],
1263
+ hex: '#18915e',
1264
+ },
881
1265
  $type: 'color',
882
1266
  $extensions: {
883
1267
  'org.primer.figma': {
@@ -886,7 +1270,11 @@
886
1270
  },
887
1271
  },
888
1272
  '6': {
889
- $value: '#1bb673',
1273
+ $value: {
1274
+ colorSpace: 'hsl',
1275
+ components: [154.1, 74.2, 41],
1276
+ hex: '#1bb673',
1277
+ },
890
1278
  $type: 'color',
891
1279
  $extensions: {
892
1280
  'org.primer.figma': {
@@ -895,7 +1283,11 @@
895
1283
  },
896
1284
  },
897
1285
  '7': {
898
- $value: '#1ac176',
1286
+ $value: {
1287
+ colorSpace: 'hsl',
1288
+ components: [153.1, 76.3, 42.9],
1289
+ hex: '#1ac176',
1290
+ },
899
1291
  $type: 'color',
900
1292
  $extensions: {
901
1293
  'org.primer.figma': {
@@ -904,7 +1296,11 @@
904
1296
  },
905
1297
  },
906
1298
  '8': {
907
- $value: '#1bda81',
1299
+ $value: {
1300
+ colorSpace: 'hsl',
1301
+ components: [152, 78, 48],
1302
+ hex: '#1bda81',
1303
+ },
908
1304
  $type: 'color',
909
1305
  $extensions: {
910
1306
  'org.primer.figma': {
@@ -913,7 +1309,11 @@
913
1309
  },
914
1310
  },
915
1311
  '9': {
916
- $value: '#3eea97',
1312
+ $value: {
1313
+ colorSpace: 'hsl',
1314
+ components: [151, 80.4, 58],
1315
+ hex: '#3eea97',
1316
+ },
917
1317
  $type: 'color',
918
1318
  $extensions: {
919
1319
  'org.primer.figma': {
@@ -924,7 +1324,11 @@
924
1324
  },
925
1325
  teal: {
926
1326
  '0': {
927
- $value: '#041f25',
1327
+ $value: {
1328
+ colorSpace: 'hsl',
1329
+ components: [190.9, 80.5, 8],
1330
+ hex: '#041f25',
1331
+ },
928
1332
  $type: 'color',
929
1333
  $extensions: {
930
1334
  'org.primer.figma': {
@@ -933,7 +1337,11 @@
933
1337
  },
934
1338
  },
935
1339
  '1': {
936
- $value: '#073036',
1340
+ $value: {
1341
+ colorSpace: 'hsl',
1342
+ components: [187.7, 77, 12],
1343
+ hex: '#073036',
1344
+ },
937
1345
  $type: 'color',
938
1346
  $extensions: {
939
1347
  'org.primer.figma': {
@@ -942,7 +1350,11 @@
942
1350
  },
943
1351
  },
944
1352
  '2': {
945
- $value: '#0a464d',
1353
+ $value: {
1354
+ colorSpace: 'hsl',
1355
+ components: [186.3, 77, 17.1],
1356
+ hex: '#0a464d',
1357
+ },
946
1358
  $type: 'color',
947
1359
  $extensions: {
948
1360
  'org.primer.figma': {
@@ -951,7 +1363,11 @@
951
1363
  },
952
1364
  },
953
1365
  '3': {
954
- $value: '#0c555a',
1366
+ $value: {
1367
+ colorSpace: 'hsl',
1368
+ components: [183.8, 76.5, 20],
1369
+ hex: '#0c555a',
1370
+ },
955
1371
  $type: 'color',
956
1372
  $extensions: {
957
1373
  'org.primer.figma': {
@@ -960,7 +1376,11 @@
960
1376
  },
961
1377
  },
962
1378
  '4': {
963
- $value: '#106c70',
1379
+ $value: {
1380
+ colorSpace: 'hsl',
1381
+ components: [182.5, 75, 25.1],
1382
+ hex: '#106c70',
1383
+ },
964
1384
  $type: 'color',
965
1385
  $extensions: {
966
1386
  'org.primer.figma': {
@@ -969,7 +1389,11 @@
969
1389
  },
970
1390
  },
971
1391
  '5': {
972
- $value: '#158a8a',
1392
+ $value: {
1393
+ colorSpace: 'hsl',
1394
+ components: [180, 73.6, 31.2],
1395
+ hex: '#158a8a',
1396
+ },
973
1397
  $type: 'color',
974
1398
  $extensions: {
975
1399
  'org.primer.figma': {
@@ -978,7 +1402,11 @@
978
1402
  },
979
1403
  },
980
1404
  '6': {
981
- $value: '#1cb0ab',
1405
+ $value: {
1406
+ colorSpace: 'hsl',
1407
+ components: [178, 72.5, 40],
1408
+ hex: '#1cb0ab',
1409
+ },
982
1410
  $type: 'color',
983
1411
  $extensions: {
984
1412
  'org.primer.figma': {
@@ -987,7 +1415,11 @@
987
1415
  },
988
1416
  },
989
1417
  '7': {
990
- $value: '#1fbdb2',
1418
+ $value: {
1419
+ colorSpace: 'hsl',
1420
+ components: [175.8, 71.8, 43.1],
1421
+ hex: '#1fbdb2',
1422
+ },
991
1423
  $type: 'color',
992
1424
  $extensions: {
993
1425
  'org.primer.figma': {
@@ -996,7 +1428,11 @@
996
1428
  },
997
1429
  },
998
1430
  '8': {
999
- $value: '#24d6c4',
1431
+ $value: {
1432
+ colorSpace: 'hsl',
1433
+ components: [173.9, 71.2, 49],
1434
+ hex: '#24d6c4',
1435
+ },
1000
1436
  $type: 'color',
1001
1437
  $extensions: {
1002
1438
  'org.primer.figma': {
@@ -1005,7 +1441,11 @@
1005
1441
  },
1006
1442
  },
1007
1443
  '9': {
1008
- $value: '#5fe3d1',
1444
+ $value: {
1445
+ colorSpace: 'hsl',
1446
+ components: [171.8, 70.2, 63.1],
1447
+ hex: '#5fe3d1',
1448
+ },
1009
1449
  $type: 'color',
1010
1450
  $extensions: {
1011
1451
  'org.primer.figma': {
@@ -1016,7 +1456,11 @@
1016
1456
  },
1017
1457
  cyan: {
1018
1458
  '0': {
1019
- $value: '#001f29',
1459
+ $value: {
1460
+ colorSpace: 'hsl',
1461
+ components: [194.6, 100, 8],
1462
+ hex: '#001f29',
1463
+ },
1020
1464
  $type: 'color',
1021
1465
  $extensions: {
1022
1466
  'org.primer.figma': {
@@ -1025,7 +1469,11 @@
1025
1469
  },
1026
1470
  },
1027
1471
  '1': {
1028
- $value: '#002e3d',
1472
+ $value: {
1473
+ colorSpace: 'hsl',
1474
+ components: [194.8, 100, 12],
1475
+ hex: '#002e3d',
1476
+ },
1029
1477
  $type: 'color',
1030
1478
  $extensions: {
1031
1479
  'org.primer.figma': {
@@ -1034,7 +1482,11 @@
1034
1482
  },
1035
1483
  },
1036
1484
  '2': {
1037
- $value: '#014156',
1485
+ $value: {
1486
+ colorSpace: 'hsl',
1487
+ components: [194.8, 97.7, 17.1],
1488
+ hex: '#014156',
1489
+ },
1038
1490
  $type: 'color',
1039
1491
  $extensions: {
1040
1492
  'org.primer.figma': {
@@ -1043,7 +1495,11 @@
1043
1495
  },
1044
1496
  },
1045
1497
  '3': {
1046
- $value: '#02536f',
1498
+ $value: {
1499
+ colorSpace: 'hsl',
1500
+ components: [195.4, 96.5, 22.2],
1501
+ hex: '#02536f',
1502
+ },
1047
1503
  $type: 'color',
1048
1504
  $extensions: {
1049
1505
  'org.primer.figma': {
@@ -1052,7 +1508,11 @@
1052
1508
  },
1053
1509
  },
1054
1510
  '4': {
1055
- $value: '#036a8c',
1511
+ $value: {
1512
+ colorSpace: 'hsl',
1513
+ components: [194.9, 95.8, 28],
1514
+ hex: '#036a8c',
1515
+ },
1056
1516
  $type: 'color',
1057
1517
  $extensions: {
1058
1518
  'org.primer.figma': {
@@ -1061,7 +1521,11 @@
1061
1521
  },
1062
1522
  },
1063
1523
  '5': {
1064
- $value: '#0587b3',
1524
+ $value: {
1525
+ colorSpace: 'hsl',
1526
+ components: [195.2, 94.6, 36.1],
1527
+ hex: '#0587b3',
1528
+ },
1065
1529
  $type: 'color',
1066
1530
  $extensions: {
1067
1531
  'org.primer.figma': {
@@ -1070,7 +1534,11 @@
1070
1534
  },
1071
1535
  },
1072
1536
  '6': {
1073
- $value: '#07ace4',
1537
+ $value: {
1538
+ colorSpace: 'hsl',
1539
+ components: [195.2, 94, 46.1],
1540
+ hex: '#07ace4',
1541
+ },
1074
1542
  $type: 'color',
1075
1543
  $extensions: {
1076
1544
  'org.primer.figma': {
@@ -1079,7 +1547,11 @@
1079
1547
  },
1080
1548
  },
1081
1549
  '7': {
1082
- $value: '#09b7f1',
1550
+ $value: {
1551
+ colorSpace: 'hsl',
1552
+ components: [195, 92.8, 49],
1553
+ hex: '#09b7f1',
1554
+ },
1083
1555
  $type: 'color',
1084
1556
  $extensions: {
1085
1557
  'org.primer.figma': {
@@ -1088,7 +1560,11 @@
1088
1560
  },
1089
1561
  },
1090
1562
  '8': {
1091
- $value: '#45cbf7',
1563
+ $value: {
1564
+ colorSpace: 'hsl',
1565
+ components: [194.8, 91.8, 62],
1566
+ hex: '#45cbf7',
1567
+ },
1092
1568
  $type: 'color',
1093
1569
  $extensions: {
1094
1570
  'org.primer.figma': {
@@ -1097,7 +1573,11 @@
1097
1573
  },
1098
1574
  },
1099
1575
  '9': {
1100
- $value: '#80dbf9',
1576
+ $value: {
1577
+ colorSpace: 'hsl',
1578
+ components: [194.9, 91, 73.9],
1579
+ hex: '#80dbf9',
1580
+ },
1101
1581
  $type: 'color',
1102
1582
  $extensions: {
1103
1583
  'org.primer.figma': {
@@ -1108,7 +1588,11 @@
1108
1588
  },
1109
1589
  blue: {
1110
1590
  '0': {
1111
- $value: '#001a47',
1591
+ $value: {
1592
+ colorSpace: 'hsl',
1593
+ components: [218, 100, 13.9],
1594
+ hex: '#001a47',
1595
+ },
1112
1596
  $type: 'color',
1113
1597
  $extensions: {
1114
1598
  'org.primer.figma': {
@@ -1117,7 +1601,11 @@
1117
1601
  },
1118
1602
  },
1119
1603
  '1': {
1120
- $value: '#002766',
1604
+ $value: {
1605
+ colorSpace: 'hsl',
1606
+ components: [217.1, 100, 20],
1607
+ hex: '#002766',
1608
+ },
1121
1609
  $type: 'color',
1122
1610
  $extensions: {
1123
1611
  'org.primer.figma': {
@@ -1126,7 +1614,11 @@
1126
1614
  },
1127
1615
  },
1128
1616
  '2': {
1129
- $value: '#00378a',
1617
+ $value: {
1618
+ colorSpace: 'hsl',
1619
+ components: [216.1, 100, 27.1],
1620
+ hex: '#00378a',
1621
+ },
1130
1622
  $type: 'color',
1131
1623
  $extensions: {
1132
1624
  'org.primer.figma': {
@@ -1135,7 +1627,11 @@
1135
1627
  },
1136
1628
  },
1137
1629
  '3': {
1138
- $value: '#0046a8',
1630
+ $value: {
1631
+ colorSpace: 'hsl',
1632
+ components: [215, 100, 32.9],
1633
+ hex: '#0046a8',
1634
+ },
1139
1635
  $type: 'color',
1140
1636
  $extensions: {
1141
1637
  'org.primer.figma': {
@@ -1144,7 +1640,11 @@
1144
1640
  },
1145
1641
  },
1146
1642
  '4': {
1147
- $value: '#005bd1',
1643
+ $value: {
1644
+ colorSpace: 'hsl',
1645
+ components: [213.9, 100, 41],
1646
+ hex: '#005bd1',
1647
+ },
1148
1648
  $type: 'color',
1149
1649
  $extensions: {
1150
1650
  'org.primer.figma': {
@@ -1153,7 +1653,11 @@
1153
1653
  },
1154
1654
  },
1155
1655
  '5': {
1156
- $value: '#0576ff',
1656
+ $value: {
1657
+ colorSpace: 'hsl',
1658
+ components: [212.9, 100, 51],
1659
+ hex: '#0576ff',
1660
+ },
1157
1661
  $type: 'color',
1158
1662
  $extensions: {
1159
1663
  'org.primer.figma': {
@@ -1162,7 +1666,11 @@
1162
1666
  },
1163
1667
  },
1164
1668
  '6': {
1165
- $value: '#4da0ff',
1669
+ $value: {
1670
+ colorSpace: 'hsl',
1671
+ components: [212, 100, 65.1],
1672
+ hex: '#4da0ff',
1673
+ },
1166
1674
  $type: 'color',
1167
1675
  $extensions: {
1168
1676
  'org.primer.figma': {
@@ -1171,7 +1679,11 @@
1171
1679
  },
1172
1680
  },
1173
1681
  '7': {
1174
- $value: '#61adff',
1682
+ $value: {
1683
+ colorSpace: 'hsl',
1684
+ components: [211.1, 100, 69],
1685
+ hex: '#61adff',
1686
+ },
1175
1687
  $type: 'color',
1176
1688
  $extensions: {
1177
1689
  'org.primer.figma': {
@@ -1180,7 +1692,11 @@
1180
1692
  },
1181
1693
  },
1182
1694
  '8': {
1183
- $value: '#85c2ff',
1695
+ $value: {
1696
+ colorSpace: 'hsl',
1697
+ components: [210, 100, 76.1],
1698
+ hex: '#85c2ff',
1699
+ },
1184
1700
  $type: 'color',
1185
1701
  $extensions: {
1186
1702
  'org.primer.figma': {
@@ -1189,7 +1705,11 @@
1189
1705
  },
1190
1706
  },
1191
1707
  '9': {
1192
- $value: '#a3d3ff',
1708
+ $value: {
1709
+ colorSpace: 'hsl',
1710
+ components: [208.7, 100, 82],
1711
+ hex: '#a3d3ff',
1712
+ },
1193
1713
  $type: 'color',
1194
1714
  $extensions: {
1195
1715
  'org.primer.figma': {
@@ -1200,7 +1720,11 @@
1200
1720
  },
1201
1721
  indigo: {
1202
1722
  '0': {
1203
- $value: '#1b183f',
1723
+ $value: {
1724
+ colorSpace: 'hsl',
1725
+ components: [244.6, 44.8, 17.1],
1726
+ hex: '#1b183f',
1727
+ },
1204
1728
  $type: 'color',
1205
1729
  $extensions: {
1206
1730
  'org.primer.figma': {
@@ -1209,7 +1733,11 @@
1209
1733
  },
1210
1734
  },
1211
1735
  '1': {
1212
- $value: '#25215f',
1736
+ $value: {
1737
+ colorSpace: 'hsl',
1738
+ components: [243.9, 48.4, 25.1],
1739
+ hex: '#25215f',
1740
+ },
1213
1741
  $type: 'color',
1214
1742
  $extensions: {
1215
1743
  'org.primer.figma': {
@@ -1218,7 +1746,11 @@
1218
1746
  },
1219
1747
  },
1220
1748
  '2': {
1221
- $value: '#312c90',
1749
+ $value: {
1750
+ colorSpace: 'hsl',
1751
+ components: [243, 53.2, 36.9],
1752
+ hex: '#312c90',
1753
+ },
1222
1754
  $type: 'color',
1223
1755
  $extensions: {
1224
1756
  'org.primer.figma': {
@@ -1227,7 +1759,11 @@
1227
1759
  },
1228
1760
  },
1229
1761
  '3': {
1230
- $value: '#3935c0',
1762
+ $value: {
1763
+ colorSpace: 'hsl',
1764
+ components: [241.7, 56.7, 48],
1765
+ hex: '#3935c0',
1766
+ },
1231
1767
  $type: 'color',
1232
1768
  $extensions: {
1233
1769
  'org.primer.figma': {
@@ -1236,7 +1772,11 @@
1236
1772
  },
1237
1773
  },
1238
1774
  '4': {
1239
- $value: '#514ed4',
1775
+ $value: {
1776
+ colorSpace: 'hsl',
1777
+ components: [241.3, 60.9, 56.9],
1778
+ hex: '#514ed4',
1779
+ },
1240
1780
  $type: 'color',
1241
1781
  $extensions: {
1242
1782
  'org.primer.figma': {
@@ -1245,7 +1785,11 @@
1245
1785
  },
1246
1786
  },
1247
1787
  '5': {
1248
- $value: '#7070e1',
1788
+ $value: {
1789
+ colorSpace: 'hsl',
1790
+ components: [240, 65.3, 66.1],
1791
+ hex: '#7070e1',
1792
+ },
1249
1793
  $type: 'color',
1250
1794
  $extensions: {
1251
1795
  'org.primer.figma': {
@@ -1254,7 +1798,11 @@
1254
1798
  },
1255
1799
  },
1256
1800
  '6': {
1257
- $value: '#9899ec',
1801
+ $value: {
1802
+ colorSpace: 'hsl',
1803
+ components: [239.3, 68.9, 76.1],
1804
+ hex: '#9899ec',
1805
+ },
1258
1806
  $type: 'color',
1259
1807
  $extensions: {
1260
1808
  'org.primer.figma': {
@@ -1263,7 +1811,11 @@
1263
1811
  },
1264
1812
  },
1265
1813
  '7': {
1266
- $value: '#a2a5f1',
1814
+ $value: {
1815
+ colorSpace: 'hsl',
1816
+ components: [237.7, 73.8, 79],
1817
+ hex: '#a2a5f1',
1818
+ },
1267
1819
  $type: 'color',
1268
1820
  $extensions: {
1269
1821
  'org.primer.figma': {
@@ -1272,7 +1824,11 @@
1272
1824
  },
1273
1825
  },
1274
1826
  '8': {
1275
- $value: '#b7baf6',
1827
+ $value: {
1828
+ colorSpace: 'hsl',
1829
+ components: [237.1, 77.8, 84.1],
1830
+ hex: '#b7baf6',
1831
+ },
1276
1832
  $type: 'color',
1277
1833
  $extensions: {
1278
1834
  'org.primer.figma': {
@@ -1281,7 +1837,11 @@
1281
1837
  },
1282
1838
  },
1283
1839
  '9': {
1284
- $value: '#c8cbf9',
1840
+ $value: {
1841
+ colorSpace: 'hsl',
1842
+ components: [236.3, 80.3, 88],
1843
+ hex: '#c8cbf9',
1844
+ },
1285
1845
  $type: 'color',
1286
1846
  $extensions: {
1287
1847
  'org.primer.figma': {
@@ -1292,7 +1852,11 @@
1292
1852
  },
1293
1853
  purple: {
1294
1854
  '0': {
1295
- $value: '#211047',
1855
+ $value: {
1856
+ colorSpace: 'hsl',
1857
+ components: [258.5, 63.2, 17.1],
1858
+ hex: '#211047',
1859
+ },
1296
1860
  $type: 'color',
1297
1861
  $extensions: {
1298
1862
  'org.primer.figma': {
@@ -1301,7 +1865,11 @@
1301
1865
  },
1302
1866
  },
1303
1867
  '1': {
1304
- $value: '#31146b',
1868
+ $value: {
1869
+ colorSpace: 'hsl',
1870
+ components: [260, 68.5, 24.9],
1871
+ hex: '#31146b',
1872
+ },
1305
1873
  $type: 'color',
1306
1874
  $extensions: {
1307
1875
  'org.primer.figma': {
@@ -1310,7 +1878,11 @@
1310
1878
  },
1311
1879
  },
1312
1880
  '2': {
1313
- $value: '#481a9e',
1881
+ $value: {
1882
+ colorSpace: 'hsl',
1883
+ components: [260.9, 71.7, 36.1],
1884
+ hex: '#481a9e',
1885
+ },
1314
1886
  $type: 'color',
1315
1887
  $extensions: {
1316
1888
  'org.primer.figma': {
@@ -1319,7 +1891,11 @@
1319
1891
  },
1320
1892
  },
1321
1893
  '3': {
1322
- $value: '#5b1cca',
1894
+ $value: {
1895
+ colorSpace: 'hsl',
1896
+ components: [261.7, 75.7, 45.1],
1897
+ hex: '#5b1cca',
1898
+ },
1323
1899
  $type: 'color',
1324
1900
  $extensions: {
1325
1901
  'org.primer.figma': {
@@ -1328,7 +1904,11 @@
1328
1904
  },
1329
1905
  },
1330
1906
  '4': {
1331
- $value: '#7730e8',
1907
+ $value: {
1908
+ colorSpace: 'hsl',
1909
+ components: [263.2, 80, 54.9],
1910
+ hex: '#7730e8',
1911
+ },
1332
1912
  $type: 'color',
1333
1913
  $extensions: {
1334
1914
  'org.primer.figma': {
@@ -1337,7 +1917,11 @@
1337
1917
  },
1338
1918
  },
1339
1919
  '5': {
1340
- $value: '#975bf1',
1920
+ $value: {
1921
+ colorSpace: 'hsl',
1922
+ components: [264, 84.3, 65.1],
1923
+ hex: '#975bf1',
1924
+ },
1341
1925
  $type: 'color',
1342
1926
  $extensions: {
1343
1927
  'org.primer.figma': {
@@ -1346,7 +1930,11 @@
1346
1930
  },
1347
1931
  },
1348
1932
  '6': {
1349
- $value: '#b687f7',
1933
+ $value: {
1934
+ colorSpace: 'hsl',
1935
+ components: [265.2, 87.5, 74.9],
1936
+ hex: '#b687f7',
1937
+ },
1350
1938
  $type: 'color',
1351
1939
  $extensions: {
1352
1940
  'org.primer.figma': {
@@ -1355,7 +1943,11 @@
1355
1943
  },
1356
1944
  },
1357
1945
  '7': {
1358
- $value: '#c398fb',
1946
+ $value: {
1947
+ colorSpace: 'hsl',
1948
+ components: [266.1, 92.5, 79],
1949
+ hex: '#c398fb',
1950
+ },
1359
1951
  $type: 'color',
1360
1952
  $extensions: {
1361
1953
  'org.primer.figma': {
@@ -1364,7 +1956,11 @@
1364
1956
  },
1365
1957
  },
1366
1958
  '8': {
1367
- $value: '#d2affd',
1959
+ $value: {
1960
+ colorSpace: 'hsl',
1961
+ components: [266.9, 95.1, 83.9],
1962
+ hex: '#d2affd',
1963
+ },
1368
1964
  $type: 'color',
1369
1965
  $extensions: {
1370
1966
  'org.primer.figma': {
@@ -1373,7 +1969,11 @@
1373
1969
  },
1374
1970
  },
1375
1971
  '9': {
1376
- $value: '#e1c7ff',
1972
+ $value: {
1973
+ colorSpace: 'hsl',
1974
+ components: [267.9, 100, 89],
1975
+ hex: '#e1c7ff',
1976
+ },
1377
1977
  $type: 'color',
1378
1978
  $extensions: {
1379
1979
  'org.primer.figma': {
@@ -1384,7 +1984,11 @@
1384
1984
  },
1385
1985
  plum: {
1386
1986
  '0': {
1387
- $value: '#2a0e3f',
1987
+ $value: {
1988
+ colorSpace: 'hsl',
1989
+ components: [274.3, 63.6, 15.1],
1990
+ hex: '#2a0e3f',
1991
+ },
1388
1992
  $type: 'color',
1389
1993
  $extensions: {
1390
1994
  'org.primer.figma': {
@@ -1393,7 +1997,11 @@
1393
1997
  },
1394
1998
  },
1395
1999
  '1': {
1396
- $value: '#40125e',
2000
+ $value: {
2001
+ colorSpace: 'hsl',
2002
+ components: [276.3, 67.9, 22],
2003
+ hex: '#40125e',
2004
+ },
1397
2005
  $type: 'color',
1398
2006
  $extensions: {
1399
2007
  'org.primer.figma': {
@@ -1402,7 +2010,11 @@
1402
2010
  },
1403
2011
  },
1404
2012
  '2': {
1405
- $value: '#5c1688',
2013
+ $value: {
2014
+ colorSpace: 'hsl',
2015
+ components: [276.8, 72.2, 31],
2016
+ hex: '#5c1688',
2017
+ },
1406
2018
  $type: 'color',
1407
2019
  $extensions: {
1408
2020
  'org.primer.figma': {
@@ -1411,7 +2023,11 @@
1411
2023
  },
1412
2024
  },
1413
2025
  '3': {
1414
- $value: '#7517ab',
2026
+ $value: {
2027
+ colorSpace: 'hsl',
2028
+ components: [278.1, 76.3, 38],
2029
+ hex: '#7517ab',
2030
+ },
1415
2031
  $type: 'color',
1416
2032
  $extensions: {
1417
2033
  'org.primer.figma': {
@@ -1420,7 +2036,11 @@
1420
2036
  },
1421
2037
  },
1422
2038
  '4': {
1423
- $value: '#9518d8',
2039
+ $value: {
2040
+ colorSpace: 'hsl',
2041
+ components: [279.1, 80, 47.1],
2042
+ hex: '#9518d8',
2043
+ },
1424
2044
  $type: 'color',
1425
2045
  $extensions: {
1426
2046
  'org.primer.figma': {
@@ -1429,7 +2049,11 @@
1429
2049
  },
1430
2050
  },
1431
2051
  '5': {
1432
- $value: '#b643ef',
2052
+ $value: {
2053
+ colorSpace: 'hsl',
2054
+ components: [280.1, 84.3, 60],
2055
+ hex: '#b643ef',
2056
+ },
1433
2057
  $type: 'color',
1434
2058
  $extensions: {
1435
2059
  'org.primer.figma': {
@@ -1438,7 +2062,11 @@
1438
2062
  },
1439
2063
  },
1440
2064
  '6': {
1441
- $value: '#d07ef7',
2065
+ $value: {
2066
+ colorSpace: 'hsl',
2067
+ components: [280.7, 88.3, 73.1],
2068
+ hex: '#d07ef7',
2069
+ },
1442
2070
  $type: 'color',
1443
2071
  $extensions: {
1444
2072
  'org.primer.figma': {
@@ -1447,7 +2075,11 @@
1447
2075
  },
1448
2076
  },
1449
2077
  '7': {
1450
- $value: '#d889fa',
2078
+ $value: {
2079
+ colorSpace: 'hsl',
2080
+ components: [281.9, 91.9, 75.9],
2081
+ hex: '#d889fa',
2082
+ },
1451
2083
  $type: 'color',
1452
2084
  $extensions: {
1453
2085
  'org.primer.figma': {
@@ -1456,7 +2088,11 @@
1456
2088
  },
1457
2089
  },
1458
2090
  '8': {
1459
- $value: '#e4a5fd',
2091
+ $value: {
2092
+ colorSpace: 'hsl',
2093
+ components: [283, 95.7, 82],
2094
+ hex: '#e4a5fd',
2095
+ },
1460
2096
  $type: 'color',
1461
2097
  $extensions: {
1462
2098
  'org.primer.figma': {
@@ -1465,7 +2101,11 @@
1465
2101
  },
1466
2102
  },
1467
2103
  '9': {
1468
- $value: '#edbdff',
2104
+ $value: {
2105
+ colorSpace: 'hsl',
2106
+ components: [283.6, 100, 87.1],
2107
+ hex: '#edbdff',
2108
+ },
1469
2109
  $type: 'color',
1470
2110
  $extensions: {
1471
2111
  'org.primer.figma': {
@@ -1476,7 +2116,11 @@
1476
2116
  },
1477
2117
  pink: {
1478
2118
  '0': {
1479
- $value: '#2d1524',
2119
+ $value: {
2120
+ colorSpace: 'hsl',
2121
+ components: [322.5, 36.4, 12.9],
2122
+ hex: '#2d1524',
2123
+ },
1480
2124
  $type: 'color',
1481
2125
  $extensions: {
1482
2126
  'org.primer.figma': {
@@ -1485,7 +2129,11 @@
1485
2129
  },
1486
2130
  },
1487
2131
  '1': {
1488
- $value: '#451c35',
2132
+ $value: {
2133
+ colorSpace: 'hsl',
2134
+ components: [323.4, 42.3, 19],
2135
+ hex: '#451c35',
2136
+ },
1489
2137
  $type: 'color',
1490
2138
  $extensions: {
1491
2139
  'org.primer.figma': {
@@ -1494,7 +2142,11 @@
1494
2142
  },
1495
2143
  },
1496
2144
  '2': {
1497
- $value: '#65244a',
2145
+ $value: {
2146
+ colorSpace: 'hsl',
2147
+ components: [324.9, 47.4, 26.9],
2148
+ hex: '#65244a',
2149
+ },
1498
2150
  $type: 'color',
1499
2151
  $extensions: {
1500
2152
  'org.primer.figma': {
@@ -1503,7 +2155,11 @@
1503
2155
  },
1504
2156
  },
1505
2157
  '3': {
1506
- $value: '#842a5d',
2158
+ $value: {
2159
+ colorSpace: 'hsl',
2160
+ components: [326, 51.7, 34.1],
2161
+ hex: '#842a5d',
2162
+ },
1507
2163
  $type: 'color',
1508
2164
  $extensions: {
1509
2165
  'org.primer.figma': {
@@ -1512,7 +2168,11 @@
1512
2168
  },
1513
2169
  },
1514
2170
  '4': {
1515
- $value: '#ac2f74',
2171
+ $value: {
2172
+ colorSpace: 'hsl',
2173
+ components: [326.9, 57.1, 42.9],
2174
+ hex: '#ac2f74',
2175
+ },
1516
2176
  $type: 'color',
1517
2177
  $extensions: {
1518
2178
  'org.primer.figma': {
@@ -1521,7 +2181,11 @@
1521
2181
  },
1522
2182
  },
1523
2183
  '5': {
1524
- $value: '#d34591',
2184
+ $value: {
2185
+ colorSpace: 'hsl',
2186
+ components: [327.9, 61.7, 54.9],
2187
+ hex: '#d34591',
2188
+ },
1525
2189
  $type: 'color',
1526
2190
  $extensions: {
1527
2191
  'org.primer.figma': {
@@ -1530,7 +2194,11 @@
1530
2194
  },
1531
2195
  },
1532
2196
  '6': {
1533
- $value: '#e57bb2',
2197
+ $value: {
2198
+ colorSpace: 'hsl',
2199
+ components: [328.9, 67.1, 69],
2200
+ hex: '#e57bb2',
2201
+ },
1534
2202
  $type: 'color',
1535
2203
  $extensions: {
1536
2204
  'org.primer.figma': {
@@ -1539,7 +2207,11 @@
1539
2207
  },
1540
2208
  },
1541
2209
  '7': {
1542
- $value: '#ec8dbd',
2210
+ $value: {
2211
+ colorSpace: 'hsl',
2212
+ components: [329.7, 71.4, 73.9],
2213
+ hex: '#ec8dbd',
2214
+ },
1543
2215
  $type: 'color',
1544
2216
  $extensions: {
1545
2217
  'org.primer.figma': {
@@ -1548,7 +2220,11 @@
1548
2220
  },
1549
2221
  },
1550
2222
  '8': {
1551
- $value: '#f4a9cd',
2223
+ $value: {
2224
+ colorSpace: 'hsl',
2225
+ components: [331.2, 77.3, 81],
2226
+ hex: '#f4a9cd',
2227
+ },
1552
2228
  $type: 'color',
1553
2229
  $extensions: {
1554
2230
  'org.primer.figma': {
@@ -1557,7 +2233,11 @@
1557
2233
  },
1558
2234
  },
1559
2235
  '9': {
1560
- $value: '#f9bed9',
2236
+ $value: {
2237
+ colorSpace: 'hsl',
2238
+ components: [332.5, 83.1, 86.1],
2239
+ hex: '#f9bed9',
2240
+ },
1561
2241
  $type: 'color',
1562
2242
  $extensions: {
1563
2243
  'org.primer.figma': {
@@ -1568,7 +2248,11 @@
1568
2248
  },
1569
2249
  auburn: {
1570
2250
  '0': {
1571
- $value: '#271817',
2251
+ $value: {
2252
+ colorSpace: 'hsl',
2253
+ components: [3.7, 25.8, 12.2],
2254
+ hex: '#271817',
2255
+ },
1572
2256
  $type: 'color',
1573
2257
  $extensions: {
1574
2258
  'org.primer.figma': {
@@ -1577,7 +2261,11 @@
1577
2261
  },
1578
2262
  },
1579
2263
  '1': {
1580
- $value: '#3a2422',
2264
+ $value: {
2265
+ colorSpace: 'hsl',
2266
+ components: [5, 26.1, 18],
2267
+ hex: '#3a2422',
2268
+ },
1581
2269
  $type: 'color',
1582
2270
  $extensions: {
1583
2271
  'org.primer.figma': {
@@ -1586,7 +2274,11 @@
1586
2274
  },
1587
2275
  },
1588
2276
  '2': {
1589
- $value: '#543331',
2277
+ $value: {
2278
+ colorSpace: 'hsl',
2279
+ components: [3.4, 26.3, 26.1],
2280
+ hex: '#543331',
2281
+ },
1590
2282
  $type: 'color',
1591
2283
  $extensions: {
1592
2284
  'org.primer.figma': {
@@ -1595,7 +2287,11 @@
1595
2287
  },
1596
2288
  },
1597
2289
  '3': {
1598
- $value: '#6d4340',
2290
+ $value: {
2291
+ colorSpace: 'hsl',
2292
+ components: [4, 26, 33.9],
2293
+ hex: '#6d4340',
2294
+ },
1599
2295
  $type: 'color',
1600
2296
  $extensions: {
1601
2297
  'org.primer.figma': {
@@ -1604,7 +2300,11 @@
1604
2300
  },
1605
2301
  },
1606
2302
  '4': {
1607
- $value: '#87534f',
2303
+ $value: {
2304
+ colorSpace: 'hsl',
2305
+ components: [4.3, 26.2, 42],
2306
+ hex: '#87534f',
2307
+ },
1608
2308
  $type: 'color',
1609
2309
  $extensions: {
1610
2310
  'org.primer.figma': {
@@ -1613,7 +2313,11 @@
1613
2313
  },
1614
2314
  },
1615
2315
  '5': {
1616
- $value: '#a86f6b',
2316
+ $value: {
2317
+ colorSpace: 'hsl',
2318
+ components: [3.9, 26, 53.9],
2319
+ hex: '#a86f6b',
2320
+ },
1617
2321
  $type: 'color',
1618
2322
  $extensions: {
1619
2323
  'org.primer.figma': {
@@ -1622,7 +2326,11 @@
1622
2326
  },
1623
2327
  },
1624
2328
  '6': {
1625
- $value: '#bf9592',
2329
+ $value: {
2330
+ colorSpace: 'hsl',
2331
+ components: [4, 26, 66.1],
2332
+ hex: '#bf9592',
2333
+ },
1626
2334
  $type: 'color',
1627
2335
  $extensions: {
1628
2336
  'org.primer.figma': {
@@ -1631,7 +2339,11 @@
1631
2339
  },
1632
2340
  },
1633
2341
  '7': {
1634
- $value: '#c6a19f',
2342
+ $value: {
2343
+ colorSpace: 'hsl',
2344
+ components: [3.1, 25.5, 70],
2345
+ hex: '#c6a19f',
2346
+ },
1635
2347
  $type: 'color',
1636
2348
  $extensions: {
1637
2349
  'org.primer.figma': {
@@ -1640,7 +2352,11 @@
1640
2352
  },
1641
2353
  },
1642
2354
  '8': {
1643
- $value: '#d4b7b5',
2355
+ $value: {
2356
+ colorSpace: 'hsl',
2357
+ components: [3.9, 26.5, 77.1],
2358
+ hex: '#d4b7b5',
2359
+ },
1644
2360
  $type: 'color',
1645
2361
  $extensions: {
1646
2362
  'org.primer.figma': {
@@ -1649,7 +2365,11 @@
1649
2365
  },
1650
2366
  },
1651
2367
  '9': {
1652
- $value: '#dfcac8',
2368
+ $value: {
2369
+ colorSpace: 'hsl',
2370
+ components: [5.2, 26.4, 82.9],
2371
+ hex: '#dfcac8',
2372
+ },
1653
2373
  $type: 'color',
1654
2374
  $extensions: {
1655
2375
  'org.primer.figma': {
@@ -1660,7 +2380,11 @@
1660
2380
  },
1661
2381
  brown: {
1662
2382
  '0': {
1663
- $value: '#241c14',
2383
+ $value: {
2384
+ colorSpace: 'hsl',
2385
+ components: [30, 28.6, 11],
2386
+ hex: '#241c14',
2387
+ },
1664
2388
  $type: 'color',
1665
2389
  $extensions: {
1666
2390
  'org.primer.figma': {
@@ -1669,7 +2393,11 @@
1669
2393
  },
1670
2394
  },
1671
2395
  '1': {
1672
- $value: '#342a1d',
2396
+ $value: {
2397
+ colorSpace: 'hsl',
2398
+ components: [33.9, 28.4, 15.9],
2399
+ hex: '#342a1d',
2400
+ },
1673
2401
  $type: 'color',
1674
2402
  $extensions: {
1675
2403
  'org.primer.figma': {
@@ -1678,7 +2406,11 @@
1678
2406
  },
1679
2407
  },
1680
2408
  '2': {
1681
- $value: '#483a28',
2409
+ $value: {
2410
+ colorSpace: 'hsl',
2411
+ components: [33.8, 28.6, 22],
2412
+ hex: '#483a28',
2413
+ },
1682
2414
  $type: 'color',
1683
2415
  $extensions: {
1684
2416
  'org.primer.figma': {
@@ -1687,7 +2419,11 @@
1687
2419
  },
1688
2420
  },
1689
2421
  '3': {
1690
- $value: '#5d4a32',
2422
+ $value: {
2423
+ colorSpace: 'hsl',
2424
+ components: [33.5, 30.1, 28],
2425
+ hex: '#5d4a32',
2426
+ },
1691
2427
  $type: 'color',
1692
2428
  $extensions: {
1693
2429
  'org.primer.figma': {
@@ -1696,7 +2432,11 @@
1696
2432
  },
1697
2433
  },
1698
2434
  '4': {
1699
- $value: '#755e3e',
2435
+ $value: {
2436
+ colorSpace: 'hsl',
2437
+ components: [34.9, 30.7, 35.1],
2438
+ hex: '#755e3e',
2439
+ },
1700
2440
  $type: 'color',
1701
2441
  $extensions: {
1702
2442
  'org.primer.figma': {
@@ -1705,7 +2445,11 @@
1705
2445
  },
1706
2446
  },
1707
2447
  '5': {
1708
- $value: '#94774c',
2448
+ $value: {
2449
+ colorSpace: 'hsl',
2450
+ components: [35.8, 32.1, 43.9],
2451
+ hex: '#94774c',
2452
+ },
1709
2453
  $type: 'color',
1710
2454
  $extensions: {
1711
2455
  'org.primer.figma': {
@@ -1714,7 +2458,11 @@
1714
2458
  },
1715
2459
  },
1716
2460
  '6': {
1717
- $value: '#b69a6d',
2461
+ $value: {
2462
+ colorSpace: 'hsl',
2463
+ components: [37, 33.3, 57.1],
2464
+ hex: '#b69a6d',
2465
+ },
1718
2466
  $type: 'color',
1719
2467
  $extensions: {
1720
2468
  'org.primer.figma': {
@@ -1723,7 +2471,11 @@
1723
2471
  },
1724
2472
  },
1725
2473
  '7': {
1726
- $value: '#bfa77d',
2474
+ $value: {
2475
+ colorSpace: 'hsl',
2476
+ components: [38.2, 34, 62],
2477
+ hex: '#bfa77d',
2478
+ },
1727
2479
  $type: 'color',
1728
2480
  $extensions: {
1729
2481
  'org.primer.figma': {
@@ -1732,7 +2484,11 @@
1732
2484
  },
1733
2485
  },
1734
2486
  '8': {
1735
- $value: '#cdbb98',
2487
+ $value: {
2488
+ colorSpace: 'hsl',
2489
+ components: [39.6, 34.6, 70],
2490
+ hex: '#cdbb98',
2491
+ },
1736
2492
  $type: 'color',
1737
2493
  $extensions: {
1738
2494
  'org.primer.figma': {
@@ -1741,7 +2497,11 @@
1741
2497
  },
1742
2498
  },
1743
2499
  '9': {
1744
- $value: '#dbceb3',
2500
+ $value: {
2501
+ colorSpace: 'hsl',
2502
+ components: [40.5, 35.7, 78],
2503
+ hex: '#dbceb3',
2504
+ },
1745
2505
  $type: 'color',
1746
2506
  $extensions: {
1747
2507
  'org.primer.figma': {
@@ -1751,7 +2511,11 @@
1751
2511
  },
1752
2512
  },
1753
2513
  black: {
1754
- $value: '#0d1117',
2514
+ $value: {
2515
+ colorSpace: 'hsl',
2516
+ components: [216, 27.8, 7.1],
2517
+ hex: '#0d1117',
2518
+ },
1755
2519
  $type: 'color',
1756
2520
  $extensions: {
1757
2521
  'org.primer.figma': {
@@ -1760,7 +2524,11 @@
1760
2524
  },
1761
2525
  },
1762
2526
  white: {
1763
- $value: '#ffffff',
2527
+ $value: {
2528
+ colorSpace: 'hsl',
2529
+ components: [0, 0, 100],
2530
+ hex: '#ffffff',
2531
+ },
1764
2532
  $type: 'color',
1765
2533
  $extensions: {
1766
2534
  'org.primer.figma': {