@equinor/eds-tokens 2.3.1 → 3.0.0-beta.1

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 (39) hide show
  1. package/dist/types/tokens/ts/color-scheme/dark.d.ts +117 -0
  2. package/dist/types/tokens/ts/color-scheme/light.d.ts +117 -0
  3. package/dist/types/tokens/ts/colors/default.d.ts +249 -0
  4. package/dist/types/tokens/ts/density/comfortable.d.ts +100 -0
  5. package/dist/types/tokens/ts/density/compact.d.ts +100 -0
  6. package/dist/types/tokens/ts/density/relaxed.d.ts +100 -0
  7. package/dist/types/tokens/ts/font/default.d.ts +16 -0
  8. package/dist/types/tokens/ts/primitives/default.d.ts +169 -0
  9. package/dist/types/tokens/ts/semantic/dark.d.ts +212 -0
  10. package/dist/types/tokens/ts/semantic/light.d.ts +212 -0
  11. package/package.json +16 -8
  12. package/src/tokens/css/color-scheme/dark.css +100 -0
  13. package/src/tokens/css/color-scheme/light.css +100 -0
  14. package/src/tokens/css/colors/default.css +212 -0
  15. package/src/tokens/css/density/comfortable.css +51 -0
  16. package/src/tokens/css/density/compact.css +51 -0
  17. package/src/tokens/css/density/relaxed.css +51 -0
  18. package/src/tokens/css/font/default.css +7 -0
  19. package/src/tokens/css/primitives/default.css +84 -0
  20. package/src/tokens/css/semantic/default.css +115 -0
  21. package/src/tokens/dtcg/color-scheme/dark.json +1092 -0
  22. package/src/tokens/dtcg/color-scheme/light.json +1092 -0
  23. package/src/tokens/dtcg/colors/default.json +2344 -0
  24. package/src/tokens/dtcg/density/comfortable.json +748 -0
  25. package/src/tokens/dtcg/density/compact.json +748 -0
  26. package/src/tokens/dtcg/density/relaxed.json +748 -0
  27. package/src/tokens/dtcg/font/default.json +76 -0
  28. package/src/tokens/dtcg/primitives/default.json +1181 -0
  29. package/src/tokens/dtcg/semantic/default.json +1667 -0
  30. package/src/tokens/ts/color-scheme/dark.ts +119 -0
  31. package/src/tokens/ts/color-scheme/light.ts +119 -0
  32. package/src/tokens/ts/colors/default.ts +251 -0
  33. package/src/tokens/ts/density/comfortable.ts +102 -0
  34. package/src/tokens/ts/density/compact.ts +102 -0
  35. package/src/tokens/ts/density/relaxed.ts +102 -0
  36. package/src/tokens/ts/font/default.ts +18 -0
  37. package/src/tokens/ts/primitives/default.ts +171 -0
  38. package/src/tokens/ts/semantic/dark.ts +214 -0
  39. package/src/tokens/ts/semantic/light.ts +214 -0
@@ -0,0 +1,2344 @@
1
+ {
2
+ "dark": {
3
+ "blue": {
4
+ "1": {
5
+ "$extensions": {
6
+ "$extensions": {
7
+ "com.figma": {
8
+ "hiddenFromPublishing": true
9
+ }
10
+ }
11
+ },
12
+ "$type": "color",
13
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.1}), {foundation.gaussian.dark.1} * {foundation.anchor.blue.anchor.c})"
14
+ },
15
+ "10": {
16
+ "$extensions": {
17
+ "$extensions": {
18
+ "com.figma": {
19
+ "hiddenFromPublishing": true
20
+ }
21
+ }
22
+ },
23
+ "$type": "color",
24
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.10}), {foundation.gaussian.dark.10} * {foundation.anchor.blue.anchor.c})"
25
+ },
26
+ "11": {
27
+ "$extensions": {
28
+ "$extensions": {
29
+ "com.figma": {
30
+ "hiddenFromPublishing": true
31
+ }
32
+ }
33
+ },
34
+ "$type": "color",
35
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.11}), {foundation.gaussian.dark.11} * {foundation.anchor.blue.anchor.c})"
36
+ },
37
+ "12": {
38
+ "$extensions": {
39
+ "$extensions": {
40
+ "com.figma": {
41
+ "hiddenFromPublishing": true
42
+ }
43
+ }
44
+ },
45
+ "$type": "color",
46
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.12}), {foundation.gaussian.dark.12} * {foundation.anchor.blue.anchor.c})"
47
+ },
48
+ "13": {
49
+ "$extensions": {
50
+ "$extensions": {
51
+ "com.figma": {
52
+ "hiddenFromPublishing": true
53
+ }
54
+ }
55
+ },
56
+ "$type": "color",
57
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.13}), {foundation.gaussian.dark.13} * {foundation.anchor.blue.anchor.c})"
58
+ },
59
+ "14": {
60
+ "$extensions": {
61
+ "$extensions": {
62
+ "com.figma": {
63
+ "hiddenFromPublishing": true
64
+ }
65
+ }
66
+ },
67
+ "$type": "color",
68
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.14}), {foundation.gaussian.dark.14} * {foundation.anchor.blue.anchor.c})"
69
+ },
70
+ "15": {
71
+ "$extensions": {
72
+ "$extensions": {
73
+ "com.figma": {
74
+ "hiddenFromPublishing": true
75
+ }
76
+ }
77
+ },
78
+ "$type": "color",
79
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.15}), {foundation.gaussian.dark.15} * {foundation.anchor.blue.anchor.c})"
80
+ },
81
+ "2": {
82
+ "$extensions": {
83
+ "$extensions": {
84
+ "com.figma": {
85
+ "hiddenFromPublishing": true
86
+ }
87
+ }
88
+ },
89
+ "$type": "color",
90
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.2}), {foundation.gaussian.dark.2} * {foundation.anchor.blue.anchor.c})"
91
+ },
92
+ "3": {
93
+ "$extensions": {
94
+ "$extensions": {
95
+ "com.figma": {
96
+ "hiddenFromPublishing": true
97
+ }
98
+ }
99
+ },
100
+ "$type": "color",
101
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.3}), {foundation.gaussian.dark.3} * {foundation.anchor.blue.anchor.c})"
102
+ },
103
+ "4": {
104
+ "$extensions": {
105
+ "$extensions": {
106
+ "com.figma": {
107
+ "hiddenFromPublishing": true
108
+ }
109
+ }
110
+ },
111
+ "$type": "color",
112
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.4}), {foundation.gaussian.dark.4} * {foundation.anchor.blue.anchor.c})"
113
+ },
114
+ "5": {
115
+ "$extensions": {
116
+ "$extensions": {
117
+ "com.figma": {
118
+ "hiddenFromPublishing": true
119
+ }
120
+ }
121
+ },
122
+ "$type": "color",
123
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.5}), {foundation.gaussian.dark.5} * {foundation.anchor.blue.anchor.c})"
124
+ },
125
+ "6": {
126
+ "$extensions": {
127
+ "$extensions": {
128
+ "com.figma": {
129
+ "hiddenFromPublishing": true
130
+ }
131
+ }
132
+ },
133
+ "$type": "color",
134
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.6}), {foundation.gaussian.dark.6} * {foundation.anchor.blue.anchor.c})"
135
+ },
136
+ "7": {
137
+ "$extensions": {
138
+ "$extensions": {
139
+ "com.figma": {
140
+ "hiddenFromPublishing": true
141
+ }
142
+ }
143
+ },
144
+ "$type": "color",
145
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.7}), {foundation.gaussian.dark.7} * {foundation.anchor.blue.anchor.c})"
146
+ },
147
+ "8": {
148
+ "$extensions": {
149
+ "$extensions": {
150
+ "com.figma": {
151
+ "hiddenFromPublishing": true
152
+ }
153
+ }
154
+ },
155
+ "$type": "color",
156
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.8}), {foundation.gaussian.dark.8} * {foundation.anchor.blue.anchor.c})"
157
+ },
158
+ "9": {
159
+ "$extensions": {
160
+ "$extensions": {
161
+ "com.figma": {
162
+ "hiddenFromPublishing": true
163
+ }
164
+ }
165
+ },
166
+ "$type": "color",
167
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.dark.9}), {foundation.gaussian.dark.9} * {foundation.anchor.blue.anchor.c})"
168
+ }
169
+ },
170
+ "gray": {
171
+ "1": {
172
+ "$extensions": {
173
+ "$extensions": {
174
+ "com.figma": {
175
+ "hiddenFromPublishing": true
176
+ }
177
+ }
178
+ },
179
+ "$type": "color",
180
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.1}), {foundation.gaussian.dark.1} * {foundation.anchor.gray.anchor.c})"
181
+ },
182
+ "10": {
183
+ "$extensions": {
184
+ "$extensions": {
185
+ "com.figma": {
186
+ "hiddenFromPublishing": true
187
+ }
188
+ }
189
+ },
190
+ "$type": "color",
191
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.10}), {foundation.gaussian.dark.10} * {foundation.anchor.gray.anchor.c})"
192
+ },
193
+ "11": {
194
+ "$extensions": {
195
+ "$extensions": {
196
+ "com.figma": {
197
+ "hiddenFromPublishing": true
198
+ }
199
+ }
200
+ },
201
+ "$type": "color",
202
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.11}), {foundation.gaussian.dark.11} * {foundation.anchor.gray.anchor.c})"
203
+ },
204
+ "12": {
205
+ "$extensions": {
206
+ "$extensions": {
207
+ "com.figma": {
208
+ "hiddenFromPublishing": true
209
+ }
210
+ }
211
+ },
212
+ "$type": "color",
213
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.12}), {foundation.gaussian.dark.12} * {foundation.anchor.gray.anchor.c})"
214
+ },
215
+ "13": {
216
+ "$extensions": {
217
+ "$extensions": {
218
+ "com.figma": {
219
+ "hiddenFromPublishing": true
220
+ }
221
+ }
222
+ },
223
+ "$type": "color",
224
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.13}), {foundation.gaussian.dark.13} * {foundation.anchor.gray.anchor.c})"
225
+ },
226
+ "14": {
227
+ "$extensions": {
228
+ "$extensions": {
229
+ "com.figma": {
230
+ "hiddenFromPublishing": true
231
+ }
232
+ }
233
+ },
234
+ "$type": "color",
235
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.14}), {foundation.gaussian.dark.14} * {foundation.anchor.gray.anchor.c})"
236
+ },
237
+ "15": {
238
+ "$extensions": {
239
+ "$extensions": {
240
+ "com.figma": {
241
+ "hiddenFromPublishing": true
242
+ }
243
+ }
244
+ },
245
+ "$type": "color",
246
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.15}), {foundation.gaussian.dark.15} * {foundation.anchor.gray.anchor.c})"
247
+ },
248
+ "2": {
249
+ "$extensions": {
250
+ "$extensions": {
251
+ "com.figma": {
252
+ "hiddenFromPublishing": true
253
+ }
254
+ }
255
+ },
256
+ "$type": "color",
257
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.2}), {foundation.gaussian.dark.2} * {foundation.anchor.gray.anchor.c})"
258
+ },
259
+ "3": {
260
+ "$extensions": {
261
+ "$extensions": {
262
+ "com.figma": {
263
+ "hiddenFromPublishing": true
264
+ }
265
+ }
266
+ },
267
+ "$type": "color",
268
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.3}), {foundation.gaussian.dark.3} * {foundation.anchor.gray.anchor.c})"
269
+ },
270
+ "4": {
271
+ "$extensions": {
272
+ "$extensions": {
273
+ "com.figma": {
274
+ "hiddenFromPublishing": true
275
+ }
276
+ }
277
+ },
278
+ "$type": "color",
279
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.4}), {foundation.gaussian.dark.4} * {foundation.anchor.gray.anchor.c})"
280
+ },
281
+ "5": {
282
+ "$extensions": {
283
+ "$extensions": {
284
+ "com.figma": {
285
+ "hiddenFromPublishing": true
286
+ }
287
+ }
288
+ },
289
+ "$type": "color",
290
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.5}), {foundation.gaussian.dark.5} * {foundation.anchor.gray.anchor.c})"
291
+ },
292
+ "6": {
293
+ "$extensions": {
294
+ "$extensions": {
295
+ "com.figma": {
296
+ "hiddenFromPublishing": true
297
+ }
298
+ }
299
+ },
300
+ "$type": "color",
301
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.6}), {foundation.gaussian.dark.6} * {foundation.anchor.gray.anchor.c})"
302
+ },
303
+ "7": {
304
+ "$extensions": {
305
+ "$extensions": {
306
+ "com.figma": {
307
+ "hiddenFromPublishing": true
308
+ }
309
+ }
310
+ },
311
+ "$type": "color",
312
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.7}), {foundation.gaussian.dark.7} * {foundation.anchor.gray.anchor.c})"
313
+ },
314
+ "8": {
315
+ "$extensions": {
316
+ "$extensions": {
317
+ "com.figma": {
318
+ "hiddenFromPublishing": true
319
+ }
320
+ }
321
+ },
322
+ "$type": "color",
323
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.8}), {foundation.gaussian.dark.8} * {foundation.anchor.gray.anchor.c})"
324
+ },
325
+ "9": {
326
+ "$extensions": {
327
+ "$extensions": {
328
+ "com.figma": {
329
+ "hiddenFromPublishing": true
330
+ }
331
+ }
332
+ },
333
+ "$type": "color",
334
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.dark.9}), {foundation.gaussian.dark.9} * {foundation.anchor.gray.anchor.c})"
335
+ }
336
+ },
337
+ "green": {
338
+ "1": {
339
+ "$extensions": {
340
+ "$extensions": {
341
+ "com.figma": {
342
+ "hiddenFromPublishing": true
343
+ }
344
+ }
345
+ },
346
+ "$type": "color",
347
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.1}), {foundation.gaussian.dark.1} * {foundation.anchor.green.anchor.c})"
348
+ },
349
+ "10": {
350
+ "$extensions": {
351
+ "$extensions": {
352
+ "com.figma": {
353
+ "hiddenFromPublishing": true
354
+ }
355
+ }
356
+ },
357
+ "$type": "color",
358
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.10}), {foundation.gaussian.dark.10} * {foundation.anchor.green.anchor.c})"
359
+ },
360
+ "11": {
361
+ "$extensions": {
362
+ "$extensions": {
363
+ "com.figma": {
364
+ "hiddenFromPublishing": true
365
+ }
366
+ }
367
+ },
368
+ "$type": "color",
369
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.11}), {foundation.gaussian.dark.11} * {foundation.anchor.green.anchor.c})"
370
+ },
371
+ "12": {
372
+ "$extensions": {
373
+ "$extensions": {
374
+ "com.figma": {
375
+ "hiddenFromPublishing": true
376
+ }
377
+ }
378
+ },
379
+ "$type": "color",
380
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.12}), {foundation.gaussian.dark.12} * {foundation.anchor.green.anchor.c})"
381
+ },
382
+ "13": {
383
+ "$extensions": {
384
+ "$extensions": {
385
+ "com.figma": {
386
+ "hiddenFromPublishing": true
387
+ }
388
+ }
389
+ },
390
+ "$type": "color",
391
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.13}), {foundation.gaussian.dark.13} * {foundation.anchor.green.anchor.c})"
392
+ },
393
+ "14": {
394
+ "$extensions": {
395
+ "$extensions": {
396
+ "com.figma": {
397
+ "hiddenFromPublishing": true
398
+ }
399
+ }
400
+ },
401
+ "$type": "color",
402
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.14}), {foundation.gaussian.dark.14} * {foundation.anchor.green.anchor.c})"
403
+ },
404
+ "15": {
405
+ "$extensions": {
406
+ "$extensions": {
407
+ "com.figma": {
408
+ "hiddenFromPublishing": true
409
+ }
410
+ }
411
+ },
412
+ "$type": "color",
413
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.15}), {foundation.gaussian.dark.15} * {foundation.anchor.green.anchor.c})"
414
+ },
415
+ "2": {
416
+ "$extensions": {
417
+ "$extensions": {
418
+ "com.figma": {
419
+ "hiddenFromPublishing": true
420
+ }
421
+ }
422
+ },
423
+ "$type": "color",
424
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.2}), {foundation.gaussian.dark.2} * {foundation.anchor.green.anchor.c})"
425
+ },
426
+ "3": {
427
+ "$extensions": {
428
+ "$extensions": {
429
+ "com.figma": {
430
+ "hiddenFromPublishing": true
431
+ }
432
+ }
433
+ },
434
+ "$type": "color",
435
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.3}), {foundation.gaussian.dark.3} * {foundation.anchor.green.anchor.c})"
436
+ },
437
+ "4": {
438
+ "$extensions": {
439
+ "$extensions": {
440
+ "com.figma": {
441
+ "hiddenFromPublishing": true
442
+ }
443
+ }
444
+ },
445
+ "$type": "color",
446
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.4}), {foundation.gaussian.dark.4} * {foundation.anchor.green.anchor.c})"
447
+ },
448
+ "5": {
449
+ "$extensions": {
450
+ "$extensions": {
451
+ "com.figma": {
452
+ "hiddenFromPublishing": true
453
+ }
454
+ }
455
+ },
456
+ "$type": "color",
457
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.5}), {foundation.gaussian.dark.5} * {foundation.anchor.green.anchor.c})"
458
+ },
459
+ "6": {
460
+ "$extensions": {
461
+ "$extensions": {
462
+ "com.figma": {
463
+ "hiddenFromPublishing": true
464
+ }
465
+ }
466
+ },
467
+ "$type": "color",
468
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.6}), {foundation.gaussian.dark.6} * {foundation.anchor.green.anchor.c})"
469
+ },
470
+ "7": {
471
+ "$extensions": {
472
+ "$extensions": {
473
+ "com.figma": {
474
+ "hiddenFromPublishing": true
475
+ }
476
+ }
477
+ },
478
+ "$type": "color",
479
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.7}), {foundation.gaussian.dark.7} * {foundation.anchor.green.anchor.c})"
480
+ },
481
+ "8": {
482
+ "$extensions": {
483
+ "$extensions": {
484
+ "com.figma": {
485
+ "hiddenFromPublishing": true
486
+ }
487
+ }
488
+ },
489
+ "$type": "color",
490
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.8}), {foundation.gaussian.dark.8} * {foundation.anchor.green.anchor.c})"
491
+ },
492
+ "9": {
493
+ "$extensions": {
494
+ "$extensions": {
495
+ "com.figma": {
496
+ "hiddenFromPublishing": true
497
+ }
498
+ }
499
+ },
500
+ "$type": "color",
501
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.dark.9}), {foundation.gaussian.dark.9} * {foundation.anchor.green.anchor.c})"
502
+ }
503
+ },
504
+ "moss-green": {
505
+ "1": {
506
+ "$extensions": {
507
+ "$extensions": {
508
+ "com.figma": {
509
+ "hiddenFromPublishing": true
510
+ }
511
+ }
512
+ },
513
+ "$type": "color",
514
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.1}), {foundation.gaussian.dark.1} * {foundation.anchor.moss-green.anchor.c})"
515
+ },
516
+ "10": {
517
+ "$extensions": {
518
+ "$extensions": {
519
+ "com.figma": {
520
+ "hiddenFromPublishing": true
521
+ }
522
+ }
523
+ },
524
+ "$type": "color",
525
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.10}), {foundation.gaussian.dark.10} * {foundation.anchor.moss-green.anchor.c})"
526
+ },
527
+ "11": {
528
+ "$extensions": {
529
+ "$extensions": {
530
+ "com.figma": {
531
+ "hiddenFromPublishing": true
532
+ }
533
+ }
534
+ },
535
+ "$type": "color",
536
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.11}), {foundation.gaussian.dark.11} * {foundation.anchor.moss-green.anchor.c})"
537
+ },
538
+ "12": {
539
+ "$extensions": {
540
+ "$extensions": {
541
+ "com.figma": {
542
+ "hiddenFromPublishing": true
543
+ }
544
+ }
545
+ },
546
+ "$type": "color",
547
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.12}), {foundation.gaussian.dark.12} * {foundation.anchor.moss-green.anchor.c})"
548
+ },
549
+ "13": {
550
+ "$extensions": {
551
+ "$extensions": {
552
+ "com.figma": {
553
+ "hiddenFromPublishing": true
554
+ }
555
+ }
556
+ },
557
+ "$type": "color",
558
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.13}), {foundation.gaussian.dark.13} * {foundation.anchor.moss-green.anchor.c})"
559
+ },
560
+ "14": {
561
+ "$extensions": {
562
+ "$extensions": {
563
+ "com.figma": {
564
+ "hiddenFromPublishing": true
565
+ }
566
+ }
567
+ },
568
+ "$type": "color",
569
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.14}), {foundation.gaussian.dark.14} * {foundation.anchor.moss-green.anchor.c})"
570
+ },
571
+ "15": {
572
+ "$extensions": {
573
+ "$extensions": {
574
+ "com.figma": {
575
+ "hiddenFromPublishing": true
576
+ }
577
+ }
578
+ },
579
+ "$type": "color",
580
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.15}), {foundation.gaussian.dark.15} * {foundation.anchor.moss-green.anchor.c})"
581
+ },
582
+ "2": {
583
+ "$extensions": {
584
+ "$extensions": {
585
+ "com.figma": {
586
+ "hiddenFromPublishing": true
587
+ }
588
+ }
589
+ },
590
+ "$type": "color",
591
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.2}), {foundation.gaussian.dark.2} * {foundation.anchor.moss-green.anchor.c})"
592
+ },
593
+ "3": {
594
+ "$extensions": {
595
+ "$extensions": {
596
+ "com.figma": {
597
+ "hiddenFromPublishing": true
598
+ }
599
+ }
600
+ },
601
+ "$type": "color",
602
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.3}), {foundation.gaussian.dark.3} * {foundation.anchor.moss-green.anchor.c})"
603
+ },
604
+ "4": {
605
+ "$extensions": {
606
+ "$extensions": {
607
+ "com.figma": {
608
+ "hiddenFromPublishing": true
609
+ }
610
+ }
611
+ },
612
+ "$type": "color",
613
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.4}), {foundation.gaussian.dark.4} * {foundation.anchor.moss-green.anchor.c})"
614
+ },
615
+ "5": {
616
+ "$extensions": {
617
+ "$extensions": {
618
+ "com.figma": {
619
+ "hiddenFromPublishing": true
620
+ }
621
+ }
622
+ },
623
+ "$type": "color",
624
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.5}), {foundation.gaussian.dark.5} * {foundation.anchor.moss-green.anchor.c})"
625
+ },
626
+ "6": {
627
+ "$extensions": {
628
+ "$extensions": {
629
+ "com.figma": {
630
+ "hiddenFromPublishing": true
631
+ }
632
+ }
633
+ },
634
+ "$type": "color",
635
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.6}), {foundation.gaussian.dark.6} * {foundation.anchor.moss-green.anchor.c})"
636
+ },
637
+ "7": {
638
+ "$extensions": {
639
+ "$extensions": {
640
+ "com.figma": {
641
+ "hiddenFromPublishing": true
642
+ }
643
+ }
644
+ },
645
+ "$type": "color",
646
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.7}), {foundation.gaussian.dark.7} * {foundation.anchor.moss-green.anchor.c})"
647
+ },
648
+ "8": {
649
+ "$extensions": {
650
+ "$extensions": {
651
+ "com.figma": {
652
+ "hiddenFromPublishing": true
653
+ }
654
+ }
655
+ },
656
+ "$type": "color",
657
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.8}), {foundation.gaussian.dark.8} * {foundation.anchor.moss-green.anchor.c})"
658
+ },
659
+ "9": {
660
+ "$extensions": {
661
+ "$extensions": {
662
+ "com.figma": {
663
+ "hiddenFromPublishing": true
664
+ }
665
+ }
666
+ },
667
+ "$type": "color",
668
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.dark.9}), {foundation.gaussian.dark.9} * {foundation.anchor.moss-green.anchor.c})"
669
+ }
670
+ },
671
+ "north-sea": {
672
+ "1": {
673
+ "$extensions": {
674
+ "$extensions": {
675
+ "com.figma": {
676
+ "hiddenFromPublishing": true
677
+ }
678
+ }
679
+ },
680
+ "$type": "color",
681
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.1}), {foundation.gaussian.dark.1} * {foundation.anchor.north-sea.anchor.c})"
682
+ },
683
+ "10": {
684
+ "$extensions": {
685
+ "$extensions": {
686
+ "com.figma": {
687
+ "hiddenFromPublishing": true
688
+ }
689
+ }
690
+ },
691
+ "$type": "color",
692
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.10}), {foundation.gaussian.dark.10} * {foundation.anchor.north-sea.anchor.c})"
693
+ },
694
+ "11": {
695
+ "$extensions": {
696
+ "$extensions": {
697
+ "com.figma": {
698
+ "hiddenFromPublishing": true
699
+ }
700
+ }
701
+ },
702
+ "$type": "color",
703
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.11}), {foundation.gaussian.dark.11} * {foundation.anchor.north-sea.anchor.c})"
704
+ },
705
+ "12": {
706
+ "$extensions": {
707
+ "$extensions": {
708
+ "com.figma": {
709
+ "hiddenFromPublishing": true
710
+ }
711
+ }
712
+ },
713
+ "$type": "color",
714
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.12}), {foundation.gaussian.dark.12} * {foundation.anchor.north-sea.anchor.c})"
715
+ },
716
+ "13": {
717
+ "$extensions": {
718
+ "$extensions": {
719
+ "com.figma": {
720
+ "hiddenFromPublishing": true
721
+ }
722
+ }
723
+ },
724
+ "$type": "color",
725
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.13}), {foundation.gaussian.dark.13} * {foundation.anchor.north-sea.anchor.c})"
726
+ },
727
+ "14": {
728
+ "$extensions": {
729
+ "$extensions": {
730
+ "com.figma": {
731
+ "hiddenFromPublishing": true
732
+ }
733
+ }
734
+ },
735
+ "$type": "color",
736
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.14}), {foundation.gaussian.dark.14} * {foundation.anchor.north-sea.anchor.c})"
737
+ },
738
+ "15": {
739
+ "$extensions": {
740
+ "$extensions": {
741
+ "com.figma": {
742
+ "hiddenFromPublishing": true
743
+ }
744
+ }
745
+ },
746
+ "$type": "color",
747
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.15}), {foundation.gaussian.dark.15} * {foundation.anchor.north-sea.anchor.c})"
748
+ },
749
+ "2": {
750
+ "$extensions": {
751
+ "$extensions": {
752
+ "com.figma": {
753
+ "hiddenFromPublishing": true
754
+ }
755
+ }
756
+ },
757
+ "$type": "color",
758
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.2}), {foundation.gaussian.dark.2} * {foundation.anchor.north-sea.anchor.c})"
759
+ },
760
+ "3": {
761
+ "$extensions": {
762
+ "$extensions": {
763
+ "com.figma": {
764
+ "hiddenFromPublishing": true
765
+ }
766
+ }
767
+ },
768
+ "$type": "color",
769
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.3}), {foundation.gaussian.dark.3} * {foundation.anchor.north-sea.anchor.c})"
770
+ },
771
+ "4": {
772
+ "$extensions": {
773
+ "$extensions": {
774
+ "com.figma": {
775
+ "hiddenFromPublishing": true
776
+ }
777
+ }
778
+ },
779
+ "$type": "color",
780
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.4}), {foundation.gaussian.dark.4} * {foundation.anchor.north-sea.anchor.c})"
781
+ },
782
+ "5": {
783
+ "$extensions": {
784
+ "$extensions": {
785
+ "com.figma": {
786
+ "hiddenFromPublishing": true
787
+ }
788
+ }
789
+ },
790
+ "$type": "color",
791
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.5}), {foundation.gaussian.dark.5} * {foundation.anchor.north-sea.anchor.c})"
792
+ },
793
+ "6": {
794
+ "$extensions": {
795
+ "$extensions": {
796
+ "com.figma": {
797
+ "hiddenFromPublishing": true
798
+ }
799
+ }
800
+ },
801
+ "$type": "color",
802
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.6}), {foundation.gaussian.dark.6} * {foundation.anchor.north-sea.anchor.c})"
803
+ },
804
+ "7": {
805
+ "$extensions": {
806
+ "$extensions": {
807
+ "com.figma": {
808
+ "hiddenFromPublishing": true
809
+ }
810
+ }
811
+ },
812
+ "$type": "color",
813
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.7}), {foundation.gaussian.dark.7} * {foundation.anchor.north-sea.anchor.c})"
814
+ },
815
+ "8": {
816
+ "$extensions": {
817
+ "$extensions": {
818
+ "com.figma": {
819
+ "hiddenFromPublishing": true
820
+ }
821
+ }
822
+ },
823
+ "$type": "color",
824
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.8}), {foundation.gaussian.dark.8} * {foundation.anchor.north-sea.anchor.c})"
825
+ },
826
+ "9": {
827
+ "$extensions": {
828
+ "$extensions": {
829
+ "com.figma": {
830
+ "hiddenFromPublishing": true
831
+ }
832
+ }
833
+ },
834
+ "$type": "color",
835
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.dark.9}), {foundation.gaussian.dark.9} * {foundation.anchor.north-sea.anchor.c})"
836
+ }
837
+ },
838
+ "orange": {
839
+ "1": {
840
+ "$extensions": {
841
+ "$extensions": {
842
+ "com.figma": {
843
+ "hiddenFromPublishing": true
844
+ }
845
+ }
846
+ },
847
+ "$type": "color",
848
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.1}), {foundation.gaussian.dark.1} * {foundation.anchor.orange.anchor.c})"
849
+ },
850
+ "10": {
851
+ "$extensions": {
852
+ "$extensions": {
853
+ "com.figma": {
854
+ "hiddenFromPublishing": true
855
+ }
856
+ }
857
+ },
858
+ "$type": "color",
859
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.10}), {foundation.gaussian.dark.10} * {foundation.anchor.orange.anchor.c})"
860
+ },
861
+ "11": {
862
+ "$extensions": {
863
+ "$extensions": {
864
+ "com.figma": {
865
+ "hiddenFromPublishing": true
866
+ }
867
+ }
868
+ },
869
+ "$type": "color",
870
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.11}), {foundation.gaussian.dark.11} * {foundation.anchor.orange.anchor.c})"
871
+ },
872
+ "12": {
873
+ "$extensions": {
874
+ "$extensions": {
875
+ "com.figma": {
876
+ "hiddenFromPublishing": true
877
+ }
878
+ }
879
+ },
880
+ "$type": "color",
881
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.12}), {foundation.gaussian.dark.12} * {foundation.anchor.orange.anchor.c})"
882
+ },
883
+ "13": {
884
+ "$extensions": {
885
+ "$extensions": {
886
+ "com.figma": {
887
+ "hiddenFromPublishing": true
888
+ }
889
+ }
890
+ },
891
+ "$type": "color",
892
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.13}), {foundation.gaussian.dark.13} * {foundation.anchor.orange.anchor.c})"
893
+ },
894
+ "14": {
895
+ "$extensions": {
896
+ "$extensions": {
897
+ "com.figma": {
898
+ "hiddenFromPublishing": true
899
+ }
900
+ }
901
+ },
902
+ "$type": "color",
903
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.14}), {foundation.gaussian.dark.14} * {foundation.anchor.orange.anchor.c})"
904
+ },
905
+ "15": {
906
+ "$extensions": {
907
+ "$extensions": {
908
+ "com.figma": {
909
+ "hiddenFromPublishing": true
910
+ }
911
+ }
912
+ },
913
+ "$type": "color",
914
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.15}), {foundation.gaussian.dark.15} * {foundation.anchor.orange.anchor.c})"
915
+ },
916
+ "2": {
917
+ "$extensions": {
918
+ "$extensions": {
919
+ "com.figma": {
920
+ "hiddenFromPublishing": true
921
+ }
922
+ }
923
+ },
924
+ "$type": "color",
925
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.2}), {foundation.gaussian.dark.2} * {foundation.anchor.orange.anchor.c})"
926
+ },
927
+ "3": {
928
+ "$extensions": {
929
+ "$extensions": {
930
+ "com.figma": {
931
+ "hiddenFromPublishing": true
932
+ }
933
+ }
934
+ },
935
+ "$type": "color",
936
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.3}), {foundation.gaussian.dark.3} * {foundation.anchor.orange.anchor.c})"
937
+ },
938
+ "4": {
939
+ "$extensions": {
940
+ "$extensions": {
941
+ "com.figma": {
942
+ "hiddenFromPublishing": true
943
+ }
944
+ }
945
+ },
946
+ "$type": "color",
947
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.4}), {foundation.gaussian.dark.4} * {foundation.anchor.orange.anchor.c})"
948
+ },
949
+ "5": {
950
+ "$extensions": {
951
+ "$extensions": {
952
+ "com.figma": {
953
+ "hiddenFromPublishing": true
954
+ }
955
+ }
956
+ },
957
+ "$type": "color",
958
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.5}), {foundation.gaussian.dark.5} * {foundation.anchor.orange.anchor.c})"
959
+ },
960
+ "6": {
961
+ "$extensions": {
962
+ "$extensions": {
963
+ "com.figma": {
964
+ "hiddenFromPublishing": true
965
+ }
966
+ }
967
+ },
968
+ "$type": "color",
969
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.6}), {foundation.gaussian.dark.6} * {foundation.anchor.orange.anchor.c})"
970
+ },
971
+ "7": {
972
+ "$extensions": {
973
+ "$extensions": {
974
+ "com.figma": {
975
+ "hiddenFromPublishing": true
976
+ }
977
+ }
978
+ },
979
+ "$type": "color",
980
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.7}), {foundation.gaussian.dark.7} * {foundation.anchor.orange.anchor.c})"
981
+ },
982
+ "8": {
983
+ "$extensions": {
984
+ "$extensions": {
985
+ "com.figma": {
986
+ "hiddenFromPublishing": true
987
+ }
988
+ }
989
+ },
990
+ "$type": "color",
991
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.8}), {foundation.gaussian.dark.8} * {foundation.anchor.orange.anchor.c})"
992
+ },
993
+ "9": {
994
+ "$extensions": {
995
+ "$extensions": {
996
+ "com.figma": {
997
+ "hiddenFromPublishing": true
998
+ }
999
+ }
1000
+ },
1001
+ "$type": "color",
1002
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.dark.9}), {foundation.gaussian.dark.9} * {foundation.anchor.orange.anchor.c})"
1003
+ }
1004
+ },
1005
+ "red": {
1006
+ "1": {
1007
+ "$extensions": {
1008
+ "$extensions": {
1009
+ "com.figma": {
1010
+ "hiddenFromPublishing": true
1011
+ }
1012
+ }
1013
+ },
1014
+ "$type": "color",
1015
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.1}), {foundation.gaussian.dark.1} * {foundation.anchor.red.anchor.c})"
1016
+ },
1017
+ "10": {
1018
+ "$extensions": {
1019
+ "$extensions": {
1020
+ "com.figma": {
1021
+ "hiddenFromPublishing": true
1022
+ }
1023
+ }
1024
+ },
1025
+ "$type": "color",
1026
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.10}), {foundation.gaussian.dark.10} * {foundation.anchor.red.anchor.c})"
1027
+ },
1028
+ "11": {
1029
+ "$extensions": {
1030
+ "$extensions": {
1031
+ "com.figma": {
1032
+ "hiddenFromPublishing": true
1033
+ }
1034
+ }
1035
+ },
1036
+ "$type": "color",
1037
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.11}), {foundation.gaussian.dark.11} * {foundation.anchor.red.anchor.c})"
1038
+ },
1039
+ "12": {
1040
+ "$extensions": {
1041
+ "$extensions": {
1042
+ "com.figma": {
1043
+ "hiddenFromPublishing": true
1044
+ }
1045
+ }
1046
+ },
1047
+ "$type": "color",
1048
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.12}), {foundation.gaussian.dark.12} * {foundation.anchor.red.anchor.c})"
1049
+ },
1050
+ "13": {
1051
+ "$extensions": {
1052
+ "$extensions": {
1053
+ "com.figma": {
1054
+ "hiddenFromPublishing": true
1055
+ }
1056
+ }
1057
+ },
1058
+ "$type": "color",
1059
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.13}), {foundation.gaussian.dark.13} * {foundation.anchor.red.anchor.c})"
1060
+ },
1061
+ "14": {
1062
+ "$extensions": {
1063
+ "$extensions": {
1064
+ "com.figma": {
1065
+ "hiddenFromPublishing": true
1066
+ }
1067
+ }
1068
+ },
1069
+ "$type": "color",
1070
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.14}), {foundation.gaussian.dark.14} * {foundation.anchor.red.anchor.c})"
1071
+ },
1072
+ "15": {
1073
+ "$extensions": {
1074
+ "$extensions": {
1075
+ "com.figma": {
1076
+ "hiddenFromPublishing": true
1077
+ }
1078
+ }
1079
+ },
1080
+ "$type": "color",
1081
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.15}), {foundation.gaussian.dark.15} * {foundation.anchor.red.anchor.c})"
1082
+ },
1083
+ "2": {
1084
+ "$extensions": {
1085
+ "$extensions": {
1086
+ "com.figma": {
1087
+ "hiddenFromPublishing": true
1088
+ }
1089
+ }
1090
+ },
1091
+ "$type": "color",
1092
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.2}), {foundation.gaussian.dark.2} * {foundation.anchor.red.anchor.c})"
1093
+ },
1094
+ "3": {
1095
+ "$extensions": {
1096
+ "$extensions": {
1097
+ "com.figma": {
1098
+ "hiddenFromPublishing": true
1099
+ }
1100
+ }
1101
+ },
1102
+ "$type": "color",
1103
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.3}), {foundation.gaussian.dark.3} * {foundation.anchor.red.anchor.c})"
1104
+ },
1105
+ "4": {
1106
+ "$extensions": {
1107
+ "$extensions": {
1108
+ "com.figma": {
1109
+ "hiddenFromPublishing": true
1110
+ }
1111
+ }
1112
+ },
1113
+ "$type": "color",
1114
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.4}), {foundation.gaussian.dark.4} * {foundation.anchor.red.anchor.c})"
1115
+ },
1116
+ "5": {
1117
+ "$extensions": {
1118
+ "$extensions": {
1119
+ "com.figma": {
1120
+ "hiddenFromPublishing": true
1121
+ }
1122
+ }
1123
+ },
1124
+ "$type": "color",
1125
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.5}), {foundation.gaussian.dark.5} * {foundation.anchor.red.anchor.c})"
1126
+ },
1127
+ "6": {
1128
+ "$extensions": {
1129
+ "$extensions": {
1130
+ "com.figma": {
1131
+ "hiddenFromPublishing": true
1132
+ }
1133
+ }
1134
+ },
1135
+ "$type": "color",
1136
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.6}), {foundation.gaussian.dark.6} * {foundation.anchor.red.anchor.c})"
1137
+ },
1138
+ "7": {
1139
+ "$extensions": {
1140
+ "$extensions": {
1141
+ "com.figma": {
1142
+ "hiddenFromPublishing": true
1143
+ }
1144
+ }
1145
+ },
1146
+ "$type": "color",
1147
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.7}), {foundation.gaussian.dark.7} * {foundation.anchor.red.anchor.c})"
1148
+ },
1149
+ "8": {
1150
+ "$extensions": {
1151
+ "$extensions": {
1152
+ "com.figma": {
1153
+ "hiddenFromPublishing": true
1154
+ }
1155
+ }
1156
+ },
1157
+ "$type": "color",
1158
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.8}), {foundation.gaussian.dark.8} * {foundation.anchor.red.anchor.c})"
1159
+ },
1160
+ "9": {
1161
+ "$extensions": {
1162
+ "$extensions": {
1163
+ "com.figma": {
1164
+ "hiddenFromPublishing": true
1165
+ }
1166
+ }
1167
+ },
1168
+ "$type": "color",
1169
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.dark.9}), {foundation.gaussian.dark.9} * {foundation.anchor.red.anchor.c})"
1170
+ }
1171
+ }
1172
+ },
1173
+ "light": {
1174
+ "blue": {
1175
+ "1": {
1176
+ "$extensions": {
1177
+ "$extensions": {
1178
+ "com.figma": {
1179
+ "hiddenFromPublishing": true
1180
+ }
1181
+ }
1182
+ },
1183
+ "$type": "color",
1184
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.1}), {foundation.gaussian.light.1} * {foundation.anchor.blue.anchor.c})"
1185
+ },
1186
+ "10": {
1187
+ "$extensions": {
1188
+ "$extensions": {
1189
+ "com.figma": {
1190
+ "hiddenFromPublishing": true
1191
+ }
1192
+ }
1193
+ },
1194
+ "$type": "color",
1195
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.10}), {foundation.gaussian.light.10} * {foundation.anchor.blue.anchor.c})"
1196
+ },
1197
+ "11": {
1198
+ "$extensions": {
1199
+ "$extensions": {
1200
+ "com.figma": {
1201
+ "hiddenFromPublishing": true
1202
+ }
1203
+ }
1204
+ },
1205
+ "$type": "color",
1206
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.11}), {foundation.gaussian.light.11} * {foundation.anchor.blue.anchor.c})"
1207
+ },
1208
+ "12": {
1209
+ "$extensions": {
1210
+ "$extensions": {
1211
+ "com.figma": {
1212
+ "hiddenFromPublishing": true
1213
+ }
1214
+ }
1215
+ },
1216
+ "$type": "color",
1217
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.12}), {foundation.gaussian.light.12} * {foundation.anchor.blue.anchor.c})"
1218
+ },
1219
+ "13": {
1220
+ "$extensions": {
1221
+ "$extensions": {
1222
+ "com.figma": {
1223
+ "hiddenFromPublishing": true
1224
+ }
1225
+ }
1226
+ },
1227
+ "$type": "color",
1228
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.13}), {foundation.gaussian.light.13} * {foundation.anchor.blue.anchor.c})"
1229
+ },
1230
+ "14": {
1231
+ "$extensions": {
1232
+ "$extensions": {
1233
+ "com.figma": {
1234
+ "hiddenFromPublishing": true
1235
+ }
1236
+ }
1237
+ },
1238
+ "$type": "color",
1239
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.14}), {foundation.gaussian.light.14} * {foundation.anchor.blue.anchor.c})"
1240
+ },
1241
+ "15": {
1242
+ "$extensions": {
1243
+ "$extensions": {
1244
+ "com.figma": {
1245
+ "hiddenFromPublishing": true
1246
+ }
1247
+ }
1248
+ },
1249
+ "$type": "color",
1250
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.15}), {foundation.gaussian.light.15} * {foundation.anchor.blue.anchor.c})"
1251
+ },
1252
+ "2": {
1253
+ "$extensions": {
1254
+ "$extensions": {
1255
+ "com.figma": {
1256
+ "hiddenFromPublishing": true
1257
+ }
1258
+ }
1259
+ },
1260
+ "$type": "color",
1261
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.2}), {foundation.gaussian.light.2} * {foundation.anchor.blue.anchor.c})"
1262
+ },
1263
+ "3": {
1264
+ "$extensions": {
1265
+ "$extensions": {
1266
+ "com.figma": {
1267
+ "hiddenFromPublishing": true
1268
+ }
1269
+ }
1270
+ },
1271
+ "$type": "color",
1272
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.3}), {foundation.gaussian.light.3} * {foundation.anchor.blue.anchor.c})"
1273
+ },
1274
+ "4": {
1275
+ "$extensions": {
1276
+ "$extensions": {
1277
+ "com.figma": {
1278
+ "hiddenFromPublishing": true
1279
+ }
1280
+ }
1281
+ },
1282
+ "$type": "color",
1283
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.4}), {foundation.gaussian.light.4} * {foundation.anchor.blue.anchor.c})"
1284
+ },
1285
+ "5": {
1286
+ "$extensions": {
1287
+ "$extensions": {
1288
+ "com.figma": {
1289
+ "hiddenFromPublishing": true
1290
+ }
1291
+ }
1292
+ },
1293
+ "$type": "color",
1294
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.5}), {foundation.gaussian.light.5} * {foundation.anchor.blue.anchor.c})"
1295
+ },
1296
+ "6": {
1297
+ "$extensions": {
1298
+ "$extensions": {
1299
+ "com.figma": {
1300
+ "hiddenFromPublishing": true
1301
+ }
1302
+ }
1303
+ },
1304
+ "$type": "color",
1305
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.6}), {foundation.gaussian.light.6} * {foundation.anchor.blue.anchor.c})"
1306
+ },
1307
+ "7": {
1308
+ "$extensions": {
1309
+ "$extensions": {
1310
+ "com.figma": {
1311
+ "hiddenFromPublishing": true
1312
+ }
1313
+ }
1314
+ },
1315
+ "$type": "color",
1316
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.7}), {foundation.gaussian.light.7} * {foundation.anchor.blue.anchor.c})"
1317
+ },
1318
+ "8": {
1319
+ "$extensions": {
1320
+ "$extensions": {
1321
+ "com.figma": {
1322
+ "hiddenFromPublishing": true
1323
+ }
1324
+ }
1325
+ },
1326
+ "$type": "color",
1327
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.8}), {foundation.gaussian.light.8} * {foundation.anchor.blue.anchor.c})"
1328
+ },
1329
+ "9": {
1330
+ "$extensions": {
1331
+ "$extensions": {
1332
+ "com.figma": {
1333
+ "hiddenFromPublishing": true
1334
+ }
1335
+ }
1336
+ },
1337
+ "$type": "color",
1338
+ "$value": "set_chroma(set_lightness({input.palette.blue.anchor}, {input.scale.light.9}), {foundation.gaussian.light.9} * {foundation.anchor.blue.anchor.c})"
1339
+ }
1340
+ },
1341
+ "gray": {
1342
+ "1": {
1343
+ "$extensions": {
1344
+ "$extensions": {
1345
+ "com.figma": {
1346
+ "hiddenFromPublishing": true
1347
+ }
1348
+ }
1349
+ },
1350
+ "$type": "color",
1351
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.1}), {foundation.gaussian.light.1} * {foundation.anchor.gray.anchor.c})"
1352
+ },
1353
+ "10": {
1354
+ "$extensions": {
1355
+ "$extensions": {
1356
+ "com.figma": {
1357
+ "hiddenFromPublishing": true
1358
+ }
1359
+ }
1360
+ },
1361
+ "$type": "color",
1362
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.10}), {foundation.gaussian.light.10} * {foundation.anchor.gray.anchor.c})"
1363
+ },
1364
+ "11": {
1365
+ "$extensions": {
1366
+ "$extensions": {
1367
+ "com.figma": {
1368
+ "hiddenFromPublishing": true
1369
+ }
1370
+ }
1371
+ },
1372
+ "$type": "color",
1373
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.11}), {foundation.gaussian.light.11} * {foundation.anchor.gray.anchor.c})"
1374
+ },
1375
+ "12": {
1376
+ "$extensions": {
1377
+ "$extensions": {
1378
+ "com.figma": {
1379
+ "hiddenFromPublishing": true
1380
+ }
1381
+ }
1382
+ },
1383
+ "$type": "color",
1384
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.12}), {foundation.gaussian.light.12} * {foundation.anchor.gray.anchor.c})"
1385
+ },
1386
+ "13": {
1387
+ "$extensions": {
1388
+ "$extensions": {
1389
+ "com.figma": {
1390
+ "hiddenFromPublishing": true
1391
+ }
1392
+ }
1393
+ },
1394
+ "$type": "color",
1395
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.13}), {foundation.gaussian.light.13} * {foundation.anchor.gray.anchor.c})"
1396
+ },
1397
+ "14": {
1398
+ "$extensions": {
1399
+ "$extensions": {
1400
+ "com.figma": {
1401
+ "hiddenFromPublishing": true
1402
+ }
1403
+ }
1404
+ },
1405
+ "$type": "color",
1406
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.14}), {foundation.gaussian.light.14} * {foundation.anchor.gray.anchor.c})"
1407
+ },
1408
+ "15": {
1409
+ "$extensions": {
1410
+ "$extensions": {
1411
+ "com.figma": {
1412
+ "hiddenFromPublishing": true
1413
+ }
1414
+ }
1415
+ },
1416
+ "$type": "color",
1417
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.15}), {foundation.gaussian.light.15} * {foundation.anchor.gray.anchor.c})"
1418
+ },
1419
+ "2": {
1420
+ "$extensions": {
1421
+ "$extensions": {
1422
+ "com.figma": {
1423
+ "hiddenFromPublishing": true
1424
+ }
1425
+ }
1426
+ },
1427
+ "$type": "color",
1428
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.2}), {foundation.gaussian.light.2} * {foundation.anchor.gray.anchor.c})"
1429
+ },
1430
+ "3": {
1431
+ "$extensions": {
1432
+ "$extensions": {
1433
+ "com.figma": {
1434
+ "hiddenFromPublishing": true
1435
+ }
1436
+ }
1437
+ },
1438
+ "$type": "color",
1439
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.3}), {foundation.gaussian.light.3} * {foundation.anchor.gray.anchor.c})"
1440
+ },
1441
+ "4": {
1442
+ "$extensions": {
1443
+ "$extensions": {
1444
+ "com.figma": {
1445
+ "hiddenFromPublishing": true
1446
+ }
1447
+ }
1448
+ },
1449
+ "$type": "color",
1450
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.4}), {foundation.gaussian.light.4} * {foundation.anchor.gray.anchor.c})"
1451
+ },
1452
+ "5": {
1453
+ "$extensions": {
1454
+ "$extensions": {
1455
+ "com.figma": {
1456
+ "hiddenFromPublishing": true
1457
+ }
1458
+ }
1459
+ },
1460
+ "$type": "color",
1461
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.5}), {foundation.gaussian.light.5} * {foundation.anchor.gray.anchor.c})"
1462
+ },
1463
+ "6": {
1464
+ "$extensions": {
1465
+ "$extensions": {
1466
+ "com.figma": {
1467
+ "hiddenFromPublishing": true
1468
+ }
1469
+ }
1470
+ },
1471
+ "$type": "color",
1472
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.6}), {foundation.gaussian.light.6} * {foundation.anchor.gray.anchor.c})"
1473
+ },
1474
+ "7": {
1475
+ "$extensions": {
1476
+ "$extensions": {
1477
+ "com.figma": {
1478
+ "hiddenFromPublishing": true
1479
+ }
1480
+ }
1481
+ },
1482
+ "$type": "color",
1483
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.7}), {foundation.gaussian.light.7} * {foundation.anchor.gray.anchor.c})"
1484
+ },
1485
+ "8": {
1486
+ "$extensions": {
1487
+ "$extensions": {
1488
+ "com.figma": {
1489
+ "hiddenFromPublishing": true
1490
+ }
1491
+ }
1492
+ },
1493
+ "$type": "color",
1494
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.8}), {foundation.gaussian.light.8} * {foundation.anchor.gray.anchor.c})"
1495
+ },
1496
+ "9": {
1497
+ "$extensions": {
1498
+ "$extensions": {
1499
+ "com.figma": {
1500
+ "hiddenFromPublishing": true
1501
+ }
1502
+ }
1503
+ },
1504
+ "$type": "color",
1505
+ "$value": "set_chroma(set_lightness({input.palette.gray.anchor}, {input.scale.light.9}), {foundation.gaussian.light.9} * {foundation.anchor.gray.anchor.c})"
1506
+ }
1507
+ },
1508
+ "green": {
1509
+ "1": {
1510
+ "$extensions": {
1511
+ "$extensions": {
1512
+ "com.figma": {
1513
+ "hiddenFromPublishing": true
1514
+ }
1515
+ }
1516
+ },
1517
+ "$type": "color",
1518
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.1}), {foundation.gaussian.light.1} * {foundation.anchor.green.anchor.c})"
1519
+ },
1520
+ "10": {
1521
+ "$extensions": {
1522
+ "$extensions": {
1523
+ "com.figma": {
1524
+ "hiddenFromPublishing": true
1525
+ }
1526
+ }
1527
+ },
1528
+ "$type": "color",
1529
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.10}), {foundation.gaussian.light.10} * {foundation.anchor.green.anchor.c})"
1530
+ },
1531
+ "11": {
1532
+ "$extensions": {
1533
+ "$extensions": {
1534
+ "com.figma": {
1535
+ "hiddenFromPublishing": true
1536
+ }
1537
+ }
1538
+ },
1539
+ "$type": "color",
1540
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.11}), {foundation.gaussian.light.11} * {foundation.anchor.green.anchor.c})"
1541
+ },
1542
+ "12": {
1543
+ "$extensions": {
1544
+ "$extensions": {
1545
+ "com.figma": {
1546
+ "hiddenFromPublishing": true
1547
+ }
1548
+ }
1549
+ },
1550
+ "$type": "color",
1551
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.12}), {foundation.gaussian.light.12} * {foundation.anchor.green.anchor.c})"
1552
+ },
1553
+ "13": {
1554
+ "$extensions": {
1555
+ "$extensions": {
1556
+ "com.figma": {
1557
+ "hiddenFromPublishing": true
1558
+ }
1559
+ }
1560
+ },
1561
+ "$type": "color",
1562
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.13}), {foundation.gaussian.light.13} * {foundation.anchor.green.anchor.c})"
1563
+ },
1564
+ "14": {
1565
+ "$extensions": {
1566
+ "$extensions": {
1567
+ "com.figma": {
1568
+ "hiddenFromPublishing": true
1569
+ }
1570
+ }
1571
+ },
1572
+ "$type": "color",
1573
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.14}), {foundation.gaussian.light.14} * {foundation.anchor.green.anchor.c})"
1574
+ },
1575
+ "15": {
1576
+ "$extensions": {
1577
+ "$extensions": {
1578
+ "com.figma": {
1579
+ "hiddenFromPublishing": true
1580
+ }
1581
+ }
1582
+ },
1583
+ "$type": "color",
1584
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.15}), {foundation.gaussian.light.15} * {foundation.anchor.green.anchor.c})"
1585
+ },
1586
+ "2": {
1587
+ "$extensions": {
1588
+ "$extensions": {
1589
+ "com.figma": {
1590
+ "hiddenFromPublishing": true
1591
+ }
1592
+ }
1593
+ },
1594
+ "$type": "color",
1595
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.2}), {foundation.gaussian.light.2} * {foundation.anchor.green.anchor.c})"
1596
+ },
1597
+ "3": {
1598
+ "$extensions": {
1599
+ "$extensions": {
1600
+ "com.figma": {
1601
+ "hiddenFromPublishing": true
1602
+ }
1603
+ }
1604
+ },
1605
+ "$type": "color",
1606
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.3}), {foundation.gaussian.light.3} * {foundation.anchor.green.anchor.c})"
1607
+ },
1608
+ "4": {
1609
+ "$extensions": {
1610
+ "$extensions": {
1611
+ "com.figma": {
1612
+ "hiddenFromPublishing": true
1613
+ }
1614
+ }
1615
+ },
1616
+ "$type": "color",
1617
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.4}), {foundation.gaussian.light.4} * {foundation.anchor.green.anchor.c})"
1618
+ },
1619
+ "5": {
1620
+ "$extensions": {
1621
+ "$extensions": {
1622
+ "com.figma": {
1623
+ "hiddenFromPublishing": true
1624
+ }
1625
+ }
1626
+ },
1627
+ "$type": "color",
1628
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.5}), {foundation.gaussian.light.5} * {foundation.anchor.green.anchor.c})"
1629
+ },
1630
+ "6": {
1631
+ "$extensions": {
1632
+ "$extensions": {
1633
+ "com.figma": {
1634
+ "hiddenFromPublishing": true
1635
+ }
1636
+ }
1637
+ },
1638
+ "$type": "color",
1639
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.6}), {foundation.gaussian.light.6} * {foundation.anchor.green.anchor.c})"
1640
+ },
1641
+ "7": {
1642
+ "$extensions": {
1643
+ "$extensions": {
1644
+ "com.figma": {
1645
+ "hiddenFromPublishing": true
1646
+ }
1647
+ }
1648
+ },
1649
+ "$type": "color",
1650
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.7}), {foundation.gaussian.light.7} * {foundation.anchor.green.anchor.c})"
1651
+ },
1652
+ "8": {
1653
+ "$extensions": {
1654
+ "$extensions": {
1655
+ "com.figma": {
1656
+ "hiddenFromPublishing": true
1657
+ }
1658
+ }
1659
+ },
1660
+ "$type": "color",
1661
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.8}), {foundation.gaussian.light.8} * {foundation.anchor.green.anchor.c})"
1662
+ },
1663
+ "9": {
1664
+ "$extensions": {
1665
+ "$extensions": {
1666
+ "com.figma": {
1667
+ "hiddenFromPublishing": true
1668
+ }
1669
+ }
1670
+ },
1671
+ "$type": "color",
1672
+ "$value": "set_chroma(set_lightness({input.palette.green.anchor}, {input.scale.light.9}), {foundation.gaussian.light.9} * {foundation.anchor.green.anchor.c})"
1673
+ }
1674
+ },
1675
+ "moss-green": {
1676
+ "1": {
1677
+ "$extensions": {
1678
+ "$extensions": {
1679
+ "com.figma": {
1680
+ "hiddenFromPublishing": true
1681
+ }
1682
+ }
1683
+ },
1684
+ "$type": "color",
1685
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.1}), {foundation.gaussian.light.1} * {foundation.anchor.moss-green.anchor.c})"
1686
+ },
1687
+ "10": {
1688
+ "$extensions": {
1689
+ "$extensions": {
1690
+ "com.figma": {
1691
+ "hiddenFromPublishing": true
1692
+ }
1693
+ }
1694
+ },
1695
+ "$type": "color",
1696
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.10}), {foundation.gaussian.light.10} * {foundation.anchor.moss-green.anchor.c})"
1697
+ },
1698
+ "11": {
1699
+ "$extensions": {
1700
+ "$extensions": {
1701
+ "com.figma": {
1702
+ "hiddenFromPublishing": true
1703
+ }
1704
+ }
1705
+ },
1706
+ "$type": "color",
1707
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.11}), {foundation.gaussian.light.11} * {foundation.anchor.moss-green.anchor.c})"
1708
+ },
1709
+ "12": {
1710
+ "$extensions": {
1711
+ "$extensions": {
1712
+ "com.figma": {
1713
+ "hiddenFromPublishing": true
1714
+ }
1715
+ }
1716
+ },
1717
+ "$type": "color",
1718
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.12}), {foundation.gaussian.light.12} * {foundation.anchor.moss-green.anchor.c})"
1719
+ },
1720
+ "13": {
1721
+ "$extensions": {
1722
+ "$extensions": {
1723
+ "com.figma": {
1724
+ "hiddenFromPublishing": true
1725
+ }
1726
+ }
1727
+ },
1728
+ "$type": "color",
1729
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.13}), {foundation.gaussian.light.13} * {foundation.anchor.moss-green.anchor.c})"
1730
+ },
1731
+ "14": {
1732
+ "$extensions": {
1733
+ "$extensions": {
1734
+ "com.figma": {
1735
+ "hiddenFromPublishing": true
1736
+ }
1737
+ }
1738
+ },
1739
+ "$type": "color",
1740
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.14}), {foundation.gaussian.light.14} * {foundation.anchor.moss-green.anchor.c})"
1741
+ },
1742
+ "15": {
1743
+ "$extensions": {
1744
+ "$extensions": {
1745
+ "com.figma": {
1746
+ "hiddenFromPublishing": true
1747
+ }
1748
+ }
1749
+ },
1750
+ "$type": "color",
1751
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.15}), {foundation.gaussian.light.15} * {foundation.anchor.moss-green.anchor.c})"
1752
+ },
1753
+ "2": {
1754
+ "$extensions": {
1755
+ "$extensions": {
1756
+ "com.figma": {
1757
+ "hiddenFromPublishing": true
1758
+ }
1759
+ }
1760
+ },
1761
+ "$type": "color",
1762
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.2}), {foundation.gaussian.light.2} * {foundation.anchor.moss-green.anchor.c})"
1763
+ },
1764
+ "3": {
1765
+ "$extensions": {
1766
+ "$extensions": {
1767
+ "com.figma": {
1768
+ "hiddenFromPublishing": true
1769
+ }
1770
+ }
1771
+ },
1772
+ "$type": "color",
1773
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.3}), {foundation.gaussian.light.3} * {foundation.anchor.moss-green.anchor.c})"
1774
+ },
1775
+ "4": {
1776
+ "$extensions": {
1777
+ "$extensions": {
1778
+ "com.figma": {
1779
+ "hiddenFromPublishing": true
1780
+ }
1781
+ }
1782
+ },
1783
+ "$type": "color",
1784
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.4}), {foundation.gaussian.light.4} * {foundation.anchor.moss-green.anchor.c})"
1785
+ },
1786
+ "5": {
1787
+ "$extensions": {
1788
+ "$extensions": {
1789
+ "com.figma": {
1790
+ "hiddenFromPublishing": true
1791
+ }
1792
+ }
1793
+ },
1794
+ "$type": "color",
1795
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.5}), {foundation.gaussian.light.5} * {foundation.anchor.moss-green.anchor.c})"
1796
+ },
1797
+ "6": {
1798
+ "$extensions": {
1799
+ "$extensions": {
1800
+ "com.figma": {
1801
+ "hiddenFromPublishing": true
1802
+ }
1803
+ }
1804
+ },
1805
+ "$type": "color",
1806
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.6}), {foundation.gaussian.light.6} * {foundation.anchor.moss-green.anchor.c})"
1807
+ },
1808
+ "7": {
1809
+ "$extensions": {
1810
+ "$extensions": {
1811
+ "com.figma": {
1812
+ "hiddenFromPublishing": true
1813
+ }
1814
+ }
1815
+ },
1816
+ "$type": "color",
1817
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.7}), {foundation.gaussian.light.7} * {foundation.anchor.moss-green.anchor.c})"
1818
+ },
1819
+ "8": {
1820
+ "$extensions": {
1821
+ "$extensions": {
1822
+ "com.figma": {
1823
+ "hiddenFromPublishing": true
1824
+ }
1825
+ }
1826
+ },
1827
+ "$type": "color",
1828
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.8}), {foundation.gaussian.light.8} * {foundation.anchor.moss-green.anchor.c})"
1829
+ },
1830
+ "9": {
1831
+ "$extensions": {
1832
+ "$extensions": {
1833
+ "com.figma": {
1834
+ "hiddenFromPublishing": true
1835
+ }
1836
+ }
1837
+ },
1838
+ "$type": "color",
1839
+ "$value": "set_chroma(set_lightness({input.palette.moss-green.anchor}, {input.scale.light.9}), {foundation.gaussian.light.9} * {foundation.anchor.moss-green.anchor.c})"
1840
+ }
1841
+ },
1842
+ "north-sea": {
1843
+ "1": {
1844
+ "$extensions": {
1845
+ "$extensions": {
1846
+ "com.figma": {
1847
+ "hiddenFromPublishing": true
1848
+ }
1849
+ }
1850
+ },
1851
+ "$type": "color",
1852
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.1}), {foundation.gaussian.light.1} * {foundation.anchor.north-sea.anchor.c})"
1853
+ },
1854
+ "10": {
1855
+ "$extensions": {
1856
+ "$extensions": {
1857
+ "com.figma": {
1858
+ "hiddenFromPublishing": true
1859
+ }
1860
+ }
1861
+ },
1862
+ "$type": "color",
1863
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.10}), {foundation.gaussian.light.10} * {foundation.anchor.north-sea.anchor.c})"
1864
+ },
1865
+ "11": {
1866
+ "$extensions": {
1867
+ "$extensions": {
1868
+ "com.figma": {
1869
+ "hiddenFromPublishing": true
1870
+ }
1871
+ }
1872
+ },
1873
+ "$type": "color",
1874
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.11}), {foundation.gaussian.light.11} * {foundation.anchor.north-sea.anchor.c})"
1875
+ },
1876
+ "12": {
1877
+ "$extensions": {
1878
+ "$extensions": {
1879
+ "com.figma": {
1880
+ "hiddenFromPublishing": true
1881
+ }
1882
+ }
1883
+ },
1884
+ "$type": "color",
1885
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.12}), {foundation.gaussian.light.12} * {foundation.anchor.north-sea.anchor.c})"
1886
+ },
1887
+ "13": {
1888
+ "$extensions": {
1889
+ "$extensions": {
1890
+ "com.figma": {
1891
+ "hiddenFromPublishing": true
1892
+ }
1893
+ }
1894
+ },
1895
+ "$type": "color",
1896
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.13}), {foundation.gaussian.light.13} * {foundation.anchor.north-sea.anchor.c})"
1897
+ },
1898
+ "14": {
1899
+ "$extensions": {
1900
+ "$extensions": {
1901
+ "com.figma": {
1902
+ "hiddenFromPublishing": true
1903
+ }
1904
+ }
1905
+ },
1906
+ "$type": "color",
1907
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.14}), {foundation.gaussian.light.14} * {foundation.anchor.north-sea.anchor.c})"
1908
+ },
1909
+ "15": {
1910
+ "$extensions": {
1911
+ "$extensions": {
1912
+ "com.figma": {
1913
+ "hiddenFromPublishing": true
1914
+ }
1915
+ }
1916
+ },
1917
+ "$type": "color",
1918
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.15}), {foundation.gaussian.light.15} * {foundation.anchor.north-sea.anchor.c})"
1919
+ },
1920
+ "2": {
1921
+ "$extensions": {
1922
+ "$extensions": {
1923
+ "com.figma": {
1924
+ "hiddenFromPublishing": true
1925
+ }
1926
+ }
1927
+ },
1928
+ "$type": "color",
1929
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.2}), {foundation.gaussian.light.2} * {foundation.anchor.north-sea.anchor.c})"
1930
+ },
1931
+ "3": {
1932
+ "$extensions": {
1933
+ "$extensions": {
1934
+ "com.figma": {
1935
+ "hiddenFromPublishing": true
1936
+ }
1937
+ }
1938
+ },
1939
+ "$type": "color",
1940
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.3}), {foundation.gaussian.light.3} * {foundation.anchor.north-sea.anchor.c})"
1941
+ },
1942
+ "4": {
1943
+ "$extensions": {
1944
+ "$extensions": {
1945
+ "com.figma": {
1946
+ "hiddenFromPublishing": true
1947
+ }
1948
+ }
1949
+ },
1950
+ "$type": "color",
1951
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.4}), {foundation.gaussian.light.4} * {foundation.anchor.north-sea.anchor.c})"
1952
+ },
1953
+ "5": {
1954
+ "$extensions": {
1955
+ "$extensions": {
1956
+ "com.figma": {
1957
+ "hiddenFromPublishing": true
1958
+ }
1959
+ }
1960
+ },
1961
+ "$type": "color",
1962
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.5}), {foundation.gaussian.light.5} * {foundation.anchor.north-sea.anchor.c})"
1963
+ },
1964
+ "6": {
1965
+ "$extensions": {
1966
+ "$extensions": {
1967
+ "com.figma": {
1968
+ "hiddenFromPublishing": true
1969
+ }
1970
+ }
1971
+ },
1972
+ "$type": "color",
1973
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.6}), {foundation.gaussian.light.6} * {foundation.anchor.north-sea.anchor.c})"
1974
+ },
1975
+ "7": {
1976
+ "$extensions": {
1977
+ "$extensions": {
1978
+ "com.figma": {
1979
+ "hiddenFromPublishing": true
1980
+ }
1981
+ }
1982
+ },
1983
+ "$type": "color",
1984
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.7}), {foundation.gaussian.light.7} * {foundation.anchor.north-sea.anchor.c})"
1985
+ },
1986
+ "8": {
1987
+ "$extensions": {
1988
+ "$extensions": {
1989
+ "com.figma": {
1990
+ "hiddenFromPublishing": true
1991
+ }
1992
+ }
1993
+ },
1994
+ "$type": "color",
1995
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.8}), {foundation.gaussian.light.8} * {foundation.anchor.north-sea.anchor.c})"
1996
+ },
1997
+ "9": {
1998
+ "$extensions": {
1999
+ "$extensions": {
2000
+ "com.figma": {
2001
+ "hiddenFromPublishing": true
2002
+ }
2003
+ }
2004
+ },
2005
+ "$type": "color",
2006
+ "$value": "set_chroma(set_lightness({input.palette.north-sea.anchor}, {input.scale.light.9}), {foundation.gaussian.light.9} * {foundation.anchor.north-sea.anchor.c})"
2007
+ }
2008
+ },
2009
+ "orange": {
2010
+ "1": {
2011
+ "$extensions": {
2012
+ "$extensions": {
2013
+ "com.figma": {
2014
+ "hiddenFromPublishing": true
2015
+ }
2016
+ }
2017
+ },
2018
+ "$type": "color",
2019
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.1}), {foundation.gaussian.light.1} * {foundation.anchor.orange.anchor.c})"
2020
+ },
2021
+ "10": {
2022
+ "$extensions": {
2023
+ "$extensions": {
2024
+ "com.figma": {
2025
+ "hiddenFromPublishing": true
2026
+ }
2027
+ }
2028
+ },
2029
+ "$type": "color",
2030
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.10}), {foundation.gaussian.light.10} * {foundation.anchor.orange.anchor.c})"
2031
+ },
2032
+ "11": {
2033
+ "$extensions": {
2034
+ "$extensions": {
2035
+ "com.figma": {
2036
+ "hiddenFromPublishing": true
2037
+ }
2038
+ }
2039
+ },
2040
+ "$type": "color",
2041
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.11}), {foundation.gaussian.light.11} * {foundation.anchor.orange.anchor.c})"
2042
+ },
2043
+ "12": {
2044
+ "$extensions": {
2045
+ "$extensions": {
2046
+ "com.figma": {
2047
+ "hiddenFromPublishing": true
2048
+ }
2049
+ }
2050
+ },
2051
+ "$type": "color",
2052
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.12}), {foundation.gaussian.light.12} * {foundation.anchor.orange.anchor.c})"
2053
+ },
2054
+ "13": {
2055
+ "$extensions": {
2056
+ "$extensions": {
2057
+ "com.figma": {
2058
+ "hiddenFromPublishing": true
2059
+ }
2060
+ }
2061
+ },
2062
+ "$type": "color",
2063
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.13}), {foundation.gaussian.light.13} * {foundation.anchor.orange.anchor.c})"
2064
+ },
2065
+ "14": {
2066
+ "$extensions": {
2067
+ "$extensions": {
2068
+ "com.figma": {
2069
+ "hiddenFromPublishing": true
2070
+ }
2071
+ }
2072
+ },
2073
+ "$type": "color",
2074
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.14}), {foundation.gaussian.light.14} * {foundation.anchor.orange.anchor.c})"
2075
+ },
2076
+ "15": {
2077
+ "$extensions": {
2078
+ "$extensions": {
2079
+ "com.figma": {
2080
+ "hiddenFromPublishing": true
2081
+ }
2082
+ }
2083
+ },
2084
+ "$type": "color",
2085
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.15}), {foundation.gaussian.light.15} * {foundation.anchor.orange.anchor.c})"
2086
+ },
2087
+ "2": {
2088
+ "$extensions": {
2089
+ "$extensions": {
2090
+ "com.figma": {
2091
+ "hiddenFromPublishing": true
2092
+ }
2093
+ }
2094
+ },
2095
+ "$type": "color",
2096
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.2}), {foundation.gaussian.light.2} * {foundation.anchor.orange.anchor.c})"
2097
+ },
2098
+ "3": {
2099
+ "$extensions": {
2100
+ "$extensions": {
2101
+ "com.figma": {
2102
+ "hiddenFromPublishing": true
2103
+ }
2104
+ }
2105
+ },
2106
+ "$type": "color",
2107
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.3}), {foundation.gaussian.light.3} * {foundation.anchor.orange.anchor.c})"
2108
+ },
2109
+ "4": {
2110
+ "$extensions": {
2111
+ "$extensions": {
2112
+ "com.figma": {
2113
+ "hiddenFromPublishing": true
2114
+ }
2115
+ }
2116
+ },
2117
+ "$type": "color",
2118
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.4}), {foundation.gaussian.light.4} * {foundation.anchor.orange.anchor.c})"
2119
+ },
2120
+ "5": {
2121
+ "$extensions": {
2122
+ "$extensions": {
2123
+ "com.figma": {
2124
+ "hiddenFromPublishing": true
2125
+ }
2126
+ }
2127
+ },
2128
+ "$type": "color",
2129
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.5}), {foundation.gaussian.light.5} * {foundation.anchor.orange.anchor.c})"
2130
+ },
2131
+ "6": {
2132
+ "$extensions": {
2133
+ "$extensions": {
2134
+ "com.figma": {
2135
+ "hiddenFromPublishing": true
2136
+ }
2137
+ }
2138
+ },
2139
+ "$type": "color",
2140
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.6}), {foundation.gaussian.light.6} * {foundation.anchor.orange.anchor.c})"
2141
+ },
2142
+ "7": {
2143
+ "$extensions": {
2144
+ "$extensions": {
2145
+ "com.figma": {
2146
+ "hiddenFromPublishing": true
2147
+ }
2148
+ }
2149
+ },
2150
+ "$type": "color",
2151
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.7}), {foundation.gaussian.light.7} * {foundation.anchor.orange.anchor.c})"
2152
+ },
2153
+ "8": {
2154
+ "$extensions": {
2155
+ "$extensions": {
2156
+ "com.figma": {
2157
+ "hiddenFromPublishing": true
2158
+ }
2159
+ }
2160
+ },
2161
+ "$type": "color",
2162
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.8}), {foundation.gaussian.light.8} * {foundation.anchor.orange.anchor.c})"
2163
+ },
2164
+ "9": {
2165
+ "$extensions": {
2166
+ "$extensions": {
2167
+ "com.figma": {
2168
+ "hiddenFromPublishing": true
2169
+ }
2170
+ }
2171
+ },
2172
+ "$type": "color",
2173
+ "$value": "set_chroma(set_lightness({input.palette.orange.anchor}, {input.scale.light.9}), {foundation.gaussian.light.9} * {foundation.anchor.orange.anchor.c})"
2174
+ }
2175
+ },
2176
+ "red": {
2177
+ "1": {
2178
+ "$extensions": {
2179
+ "$extensions": {
2180
+ "com.figma": {
2181
+ "hiddenFromPublishing": true
2182
+ }
2183
+ }
2184
+ },
2185
+ "$type": "color",
2186
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.1}), {foundation.gaussian.light.1} * {foundation.anchor.red.anchor.c})"
2187
+ },
2188
+ "10": {
2189
+ "$extensions": {
2190
+ "$extensions": {
2191
+ "com.figma": {
2192
+ "hiddenFromPublishing": true
2193
+ }
2194
+ }
2195
+ },
2196
+ "$type": "color",
2197
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.10}), {foundation.gaussian.light.10} * {foundation.anchor.red.anchor.c})"
2198
+ },
2199
+ "11": {
2200
+ "$extensions": {
2201
+ "$extensions": {
2202
+ "com.figma": {
2203
+ "hiddenFromPublishing": true
2204
+ }
2205
+ }
2206
+ },
2207
+ "$type": "color",
2208
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.11}), {foundation.gaussian.light.11} * {foundation.anchor.red.anchor.c})"
2209
+ },
2210
+ "12": {
2211
+ "$extensions": {
2212
+ "$extensions": {
2213
+ "com.figma": {
2214
+ "hiddenFromPublishing": true
2215
+ }
2216
+ }
2217
+ },
2218
+ "$type": "color",
2219
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.12}), {foundation.gaussian.light.12} * {foundation.anchor.red.anchor.c})"
2220
+ },
2221
+ "13": {
2222
+ "$extensions": {
2223
+ "$extensions": {
2224
+ "com.figma": {
2225
+ "hiddenFromPublishing": true
2226
+ }
2227
+ }
2228
+ },
2229
+ "$type": "color",
2230
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.13}), {foundation.gaussian.light.13} * {foundation.anchor.red.anchor.c})"
2231
+ },
2232
+ "14": {
2233
+ "$extensions": {
2234
+ "$extensions": {
2235
+ "com.figma": {
2236
+ "hiddenFromPublishing": true
2237
+ }
2238
+ }
2239
+ },
2240
+ "$type": "color",
2241
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.14}), {foundation.gaussian.light.14} * {foundation.anchor.red.anchor.c})"
2242
+ },
2243
+ "15": {
2244
+ "$extensions": {
2245
+ "$extensions": {
2246
+ "com.figma": {
2247
+ "hiddenFromPublishing": true
2248
+ }
2249
+ }
2250
+ },
2251
+ "$type": "color",
2252
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.15}), {foundation.gaussian.light.15} * {foundation.anchor.red.anchor.c})"
2253
+ },
2254
+ "2": {
2255
+ "$extensions": {
2256
+ "$extensions": {
2257
+ "com.figma": {
2258
+ "hiddenFromPublishing": true
2259
+ }
2260
+ }
2261
+ },
2262
+ "$type": "color",
2263
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.2}), {foundation.gaussian.light.2} * {foundation.anchor.red.anchor.c})"
2264
+ },
2265
+ "3": {
2266
+ "$extensions": {
2267
+ "$extensions": {
2268
+ "com.figma": {
2269
+ "hiddenFromPublishing": true
2270
+ }
2271
+ }
2272
+ },
2273
+ "$type": "color",
2274
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.3}), {foundation.gaussian.light.3} * {foundation.anchor.red.anchor.c})"
2275
+ },
2276
+ "4": {
2277
+ "$extensions": {
2278
+ "$extensions": {
2279
+ "com.figma": {
2280
+ "hiddenFromPublishing": true
2281
+ }
2282
+ }
2283
+ },
2284
+ "$type": "color",
2285
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.4}), {foundation.gaussian.light.4} * {foundation.anchor.red.anchor.c})"
2286
+ },
2287
+ "5": {
2288
+ "$extensions": {
2289
+ "$extensions": {
2290
+ "com.figma": {
2291
+ "hiddenFromPublishing": true
2292
+ }
2293
+ }
2294
+ },
2295
+ "$type": "color",
2296
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.5}), {foundation.gaussian.light.5} * {foundation.anchor.red.anchor.c})"
2297
+ },
2298
+ "6": {
2299
+ "$extensions": {
2300
+ "$extensions": {
2301
+ "com.figma": {
2302
+ "hiddenFromPublishing": true
2303
+ }
2304
+ }
2305
+ },
2306
+ "$type": "color",
2307
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.6}), {foundation.gaussian.light.6} * {foundation.anchor.red.anchor.c})"
2308
+ },
2309
+ "7": {
2310
+ "$extensions": {
2311
+ "$extensions": {
2312
+ "com.figma": {
2313
+ "hiddenFromPublishing": true
2314
+ }
2315
+ }
2316
+ },
2317
+ "$type": "color",
2318
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.7}), {foundation.gaussian.light.7} * {foundation.anchor.red.anchor.c})"
2319
+ },
2320
+ "8": {
2321
+ "$extensions": {
2322
+ "$extensions": {
2323
+ "com.figma": {
2324
+ "hiddenFromPublishing": true
2325
+ }
2326
+ }
2327
+ },
2328
+ "$type": "color",
2329
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.8}), {foundation.gaussian.light.8} * {foundation.anchor.red.anchor.c})"
2330
+ },
2331
+ "9": {
2332
+ "$extensions": {
2333
+ "$extensions": {
2334
+ "com.figma": {
2335
+ "hiddenFromPublishing": true
2336
+ }
2337
+ }
2338
+ },
2339
+ "$type": "color",
2340
+ "$value": "set_chroma(set_lightness({input.palette.red.anchor}, {input.scale.light.9}), {foundation.gaussian.light.9} * {foundation.anchor.red.anchor.c})"
2341
+ }
2342
+ }
2343
+ }
2344
+ }