@humanforest/tokens 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/LICENSE +67 -0
  2. package/dataviz/dataviz.css +149 -0
  3. package/dataviz/tokens.json +1591 -0
  4. package/dataviz/unovis.css +151 -0
  5. package/deck/deck.css +515 -0
  6. package/deck/deck.json +358 -0
  7. package/geo/london-boroughs.json +1 -0
  8. package/geo/london-dots-coarse.json +1 -0
  9. package/geo/london-dots-fine.json +1 -0
  10. package/geo/london-dots-medium.json +1 -0
  11. package/geo/london-dots-ultra.json +1 -0
  12. package/geo/london-wards.json +1 -0
  13. package/glyphs/glyphs.json +1 -0
  14. package/logos/f-rot.svg +4 -0
  15. package/logos/f.svg +4 -0
  16. package/logos/favicon-c2w.svg +9 -0
  17. package/logos/favicon-console.svg +9 -0
  18. package/logos/favicon-ds.svg +9 -0
  19. package/logos/favicon-fleet.svg +9 -0
  20. package/logos/favicon-flex.svg +9 -0
  21. package/logos/favicon-plus.svg +9 -0
  22. package/logos/favicon-radar.svg +9 -0
  23. package/logos/favicon-tower.svg +9 -0
  24. package/logos/lockup-horizontal.svg +17 -0
  25. package/logos/lockup-vertical.svg +17 -0
  26. package/logos/mark-mono.svg +4 -0
  27. package/logos/mark.svg +7 -0
  28. package/logos/wordmark.svg +9 -0
  29. package/motion/motion.css +104 -0
  30. package/motion/motion.json +85 -0
  31. package/motion/motion.theme.css +16 -0
  32. package/package.json +50 -0
  33. package/scales/ramps.css +182 -0
  34. package/scales/ramps.json +605 -0
  35. package/scales/theme.css +256 -0
  36. package/src/colourEngine.ts +604 -0
  37. package/src/glyphs.ts +127 -0
  38. package/src/logo.ts +50 -0
  39. package/src/subbrands.ts +44 -0
  40. package/src/sublogo.ts +80 -0
  41. package/src/sublogoSvg.ts +134 -0
  42. package/type/type.css +232 -0
  43. package/type/type.deck.css +74 -0
  44. package/type/type.json +548 -0
  45. package/type/type.theme.css +31 -0
@@ -0,0 +1,1591 @@
1
+ {
2
+ "$schema": "https://www.designtokens.org/schemas/2025.10/format.json",
3
+ "$description": "Forest data-visualization palette. Three categorical variants: categoricalCvdSafe = 6-colour brand-led CVD-safe dual-mode set (Machado 2009, CIEDE2000-gated, WCAG 1.4.11) — the default; categoricalVivid = vivid 12 (Tailwind v4, step 600 light / 400 dark, first 6 = curated 6; WCAG 1.4.11 on both surfaces, but label-dependent and NOT colour-blind-safe); categoricalPairs = brand pairs (3 hues × deep/soft; brand-forward, NOT colour-blind-safe). Plus sequential + diverging ramps. Redundant encoding (shape/dash/label) is mandatory for the non-safe sets.",
4
+ "color": {
5
+ "$type": "color",
6
+ "dataviz": {
7
+ "categoricalCvdSafe": {
8
+ "light": {
9
+ "1": {
10
+ "$value": {
11
+ "colorSpace": "srgb",
12
+ "components": [
13
+ 0,
14
+ 0.616,
15
+ 0.486
16
+ ],
17
+ "hex": "#009d7c"
18
+ }
19
+ },
20
+ "2": {
21
+ "$value": {
22
+ "colorSpace": "srgb",
23
+ "components": [
24
+ 0.8,
25
+ 0.439,
26
+ 0.267
27
+ ],
28
+ "hex": "#cc7044"
29
+ }
30
+ },
31
+ "3": {
32
+ "$value": {
33
+ "colorSpace": "srgb",
34
+ "components": [
35
+ 0.38,
36
+ 0.49,
37
+ 0.902
38
+ ],
39
+ "hex": "#617de6"
40
+ }
41
+ },
42
+ "4": {
43
+ "$value": {
44
+ "colorSpace": "srgb",
45
+ "components": [
46
+ 0.69,
47
+ 0.09,
48
+ 0.373
49
+ ],
50
+ "hex": "#b0175f"
51
+ }
52
+ },
53
+ "5": {
54
+ "$value": {
55
+ "colorSpace": "srgb",
56
+ "components": [
57
+ 0.541,
58
+ 0.204,
59
+ 0.671
60
+ ],
61
+ "hex": "#8a34ab"
62
+ }
63
+ },
64
+ "6": {
65
+ "$value": {
66
+ "colorSpace": "srgb",
67
+ "components": [
68
+ 0.357,
69
+ 0.424,
70
+ 0
71
+ ],
72
+ "hex": "#5b6c00"
73
+ }
74
+ }
75
+ },
76
+ "dark": {
77
+ "1": {
78
+ "$value": {
79
+ "colorSpace": "srgb",
80
+ "components": [
81
+ 0.008,
82
+ 0.62,
83
+ 0.447
84
+ ],
85
+ "hex": "#029e72"
86
+ }
87
+ },
88
+ "2": {
89
+ "$value": {
90
+ "colorSpace": "srgb",
91
+ "components": [
92
+ 0.831,
93
+ 0.42,
94
+ 0.004
95
+ ],
96
+ "hex": "#d46b01"
97
+ }
98
+ },
99
+ "3": {
100
+ "$value": {
101
+ "colorSpace": "srgb",
102
+ "components": [
103
+ 0.537,
104
+ 0.69,
105
+ 1
106
+ ],
107
+ "hex": "#89b0ff"
108
+ }
109
+ },
110
+ "4": {
111
+ "$value": {
112
+ "colorSpace": "srgb",
113
+ "components": [
114
+ 1,
115
+ 0.612,
116
+ 0.698
117
+ ],
118
+ "hex": "#ff9cb2"
119
+ }
120
+ },
121
+ "5": {
122
+ "$value": {
123
+ "colorSpace": "srgb",
124
+ "components": [
125
+ 0.651,
126
+ 0.388,
127
+ 0.675
128
+ ],
129
+ "hex": "#a663ac"
130
+ }
131
+ },
132
+ "6": {
133
+ "$value": {
134
+ "colorSpace": "srgb",
135
+ "components": [
136
+ 0.745,
137
+ 0.812,
138
+ 0.408
139
+ ],
140
+ "hex": "#becf68"
141
+ }
142
+ }
143
+ }
144
+ },
145
+ "categoricalVivid": {
146
+ "light": {
147
+ "green": {
148
+ "$value": {
149
+ "colorSpace": "srgb",
150
+ "components": [
151
+ 0,
152
+ 0.643,
153
+ 0.278
154
+ ],
155
+ "hex": "#00a447"
156
+ }
157
+ },
158
+ "amber": {
159
+ "$value": {
160
+ "colorSpace": "srgb",
161
+ "components": [
162
+ 0.855,
163
+ 0.463,
164
+ 0
165
+ ],
166
+ "hex": "#da7600"
167
+ }
168
+ },
169
+ "sky": {
170
+ "$value": {
171
+ "colorSpace": "srgb",
172
+ "components": [
173
+ 0,
174
+ 0.518,
175
+ 0.784
176
+ ],
177
+ "hex": "#0084c8"
178
+ }
179
+ },
180
+ "indigo": {
181
+ "$value": {
182
+ "colorSpace": "srgb",
183
+ "components": [
184
+ 0.31,
185
+ 0.224,
186
+ 0.965
187
+ ],
188
+ "hex": "#4f39f6"
189
+ }
190
+ },
191
+ "pink": {
192
+ "$value": {
193
+ "colorSpace": "srgb",
194
+ "components": [
195
+ 0.89,
196
+ 0,
197
+ 0.463
198
+ ],
199
+ "hex": "#e30076"
200
+ }
201
+ },
202
+ "red": {
203
+ "$value": {
204
+ "colorSpace": "srgb",
205
+ "components": [
206
+ 0.894,
207
+ 0,
208
+ 0.082
209
+ ],
210
+ "hex": "#e40015"
211
+ }
212
+ },
213
+ "emerald": {
214
+ "$value": {
215
+ "colorSpace": "srgb",
216
+ "components": [
217
+ 0,
218
+ 0.588,
219
+ 0.412
220
+ ],
221
+ "hex": "#009669"
222
+ }
223
+ },
224
+ "orange": {
225
+ "$value": {
226
+ "colorSpace": "srgb",
227
+ "components": [
228
+ 0.925,
229
+ 0.337,
230
+ 0
231
+ ],
232
+ "hex": "#ec5600"
233
+ }
234
+ },
235
+ "blue": {
236
+ "$value": {
237
+ "colorSpace": "srgb",
238
+ "components": [
239
+ 0.082,
240
+ 0.365,
241
+ 0.988
242
+ ],
243
+ "hex": "#155dfc"
244
+ }
245
+ },
246
+ "purple": {
247
+ "$value": {
248
+ "colorSpace": "srgb",
249
+ "components": [
250
+ 0.596,
251
+ 0.063,
252
+ 0.98
253
+ ],
254
+ "hex": "#9810fa"
255
+ }
256
+ },
257
+ "fuchsia": {
258
+ "$value": {
259
+ "colorSpace": "srgb",
260
+ "components": [
261
+ 0.773,
262
+ 0,
263
+ 0.855
264
+ ],
265
+ "hex": "#c500da"
266
+ }
267
+ },
268
+ "rose": {
269
+ "$value": {
270
+ "colorSpace": "srgb",
271
+ "components": [
272
+ 0.902,
273
+ 0,
274
+ 0.267
275
+ ],
276
+ "hex": "#e60044"
277
+ }
278
+ }
279
+ },
280
+ "dark": {
281
+ "green": {
282
+ "$value": {
283
+ "colorSpace": "srgb",
284
+ "components": [
285
+ 0.02,
286
+ 0.875,
287
+ 0.447
288
+ ],
289
+ "hex": "#05df72"
290
+ }
291
+ },
292
+ "amber": {
293
+ "$value": {
294
+ "colorSpace": "srgb",
295
+ "components": [
296
+ 0.98,
297
+ 0.737,
298
+ 0
299
+ ],
300
+ "hex": "#fabc00"
301
+ }
302
+ },
303
+ "sky": {
304
+ "$value": {
305
+ "colorSpace": "srgb",
306
+ "components": [
307
+ 0,
308
+ 0.733,
309
+ 0.992
310
+ ],
311
+ "hex": "#00bbfd"
312
+ }
313
+ },
314
+ "indigo": {
315
+ "$value": {
316
+ "colorSpace": "srgb",
317
+ "components": [
318
+ 0.49,
319
+ 0.529,
320
+ 1
321
+ ],
322
+ "hex": "#7d87ff"
323
+ }
324
+ },
325
+ "pink": {
326
+ "$value": {
327
+ "colorSpace": "srgb",
328
+ "components": [
329
+ 0.984,
330
+ 0.392,
331
+ 0.714
332
+ ],
333
+ "hex": "#fb64b6"
334
+ }
335
+ },
336
+ "red": {
337
+ "$value": {
338
+ "colorSpace": "srgb",
339
+ "components": [
340
+ 1,
341
+ 0.396,
342
+ 0.408
343
+ ],
344
+ "hex": "#ff6568"
345
+ }
346
+ },
347
+ "emerald": {
348
+ "$value": {
349
+ "colorSpace": "srgb",
350
+ "components": [
351
+ 0,
352
+ 0.824,
353
+ 0.58
354
+ ],
355
+ "hex": "#00d294"
356
+ }
357
+ },
358
+ "orange": {
359
+ "$value": {
360
+ "colorSpace": "srgb",
361
+ "components": [
362
+ 1,
363
+ 0.545,
364
+ 0.118
365
+ ],
366
+ "hex": "#ff8b1e"
367
+ }
368
+ },
369
+ "blue": {
370
+ "$value": {
371
+ "colorSpace": "srgb",
372
+ "components": [
373
+ 0.337,
374
+ 0.635,
375
+ 1
376
+ ],
377
+ "hex": "#56a2ff"
378
+ }
379
+ },
380
+ "purple": {
381
+ "$value": {
382
+ "colorSpace": "srgb",
383
+ "components": [
384
+ 0.749,
385
+ 0.494,
386
+ 1
387
+ ],
388
+ "hex": "#bf7eff"
389
+ }
390
+ },
391
+ "fuchsia": {
392
+ "$value": {
393
+ "colorSpace": "srgb",
394
+ "components": [
395
+ 0.925,
396
+ 0.427,
397
+ 1
398
+ ],
399
+ "hex": "#ec6dff"
400
+ }
401
+ },
402
+ "rose": {
403
+ "$value": {
404
+ "colorSpace": "srgb",
405
+ "components": [
406
+ 1,
407
+ 0.408,
408
+ 0.502
409
+ ],
410
+ "hex": "#ff6880"
411
+ }
412
+ }
413
+ }
414
+ },
415
+ "categoricalPairs": {
416
+ "light": {
417
+ "forest-deep": {
418
+ "$value": {
419
+ "colorSpace": "srgb",
420
+ "components": [
421
+ 0.004,
422
+ 0.624,
423
+ 0.427
424
+ ],
425
+ "hex": "#019f6d"
426
+ }
427
+ },
428
+ "forest-soft": {
429
+ "$value": {
430
+ "colorSpace": "srgb",
431
+ "components": [
432
+ 0.231,
433
+ 0.851,
434
+ 0.588
435
+ ],
436
+ "hex": "#3bd996"
437
+ }
438
+ },
439
+ "warm-deep": {
440
+ "$value": {
441
+ "colorSpace": "srgb",
442
+ "components": [
443
+ 0.859,
444
+ 0.388,
445
+ 0
446
+ ],
447
+ "hex": "#db6300"
448
+ }
449
+ },
450
+ "warm-soft": {
451
+ "$value": {
452
+ "colorSpace": "srgb",
453
+ "components": [
454
+ 0.996,
455
+ 0.686,
456
+ 0.349
457
+ ],
458
+ "hex": "#feaf59"
459
+ }
460
+ },
461
+ "river-deep": {
462
+ "$value": {
463
+ "colorSpace": "srgb",
464
+ "components": [
465
+ 0.208,
466
+ 0.533,
467
+ 0.875
468
+ ],
469
+ "hex": "#3588df"
470
+ }
471
+ },
472
+ "river-soft": {
473
+ "$value": {
474
+ "colorSpace": "srgb",
475
+ "components": [
476
+ 0.506,
477
+ 0.753,
478
+ 1
479
+ ],
480
+ "hex": "#81c0ff"
481
+ }
482
+ }
483
+ },
484
+ "dark": {
485
+ "forest-deep": {
486
+ "$value": {
487
+ "colorSpace": "srgb",
488
+ "components": [
489
+ 0.039,
490
+ 0.733,
491
+ 0.498
492
+ ],
493
+ "hex": "#0abb7f"
494
+ }
495
+ },
496
+ "forest-soft": {
497
+ "$value": {
498
+ "colorSpace": "srgb",
499
+ "components": [
500
+ 0.6,
501
+ 0.914,
502
+ 0.737
503
+ ],
504
+ "hex": "#99e9bc"
505
+ }
506
+ },
507
+ "warm-deep": {
508
+ "$value": {
509
+ "colorSpace": "srgb",
510
+ "components": [
511
+ 0.957,
512
+ 0.522,
513
+ 0.098
514
+ ],
515
+ "hex": "#f48519"
516
+ }
517
+ },
518
+ "warm-soft": {
519
+ "$value": {
520
+ "colorSpace": "srgb",
521
+ "components": [
522
+ 1,
523
+ 0.839,
524
+ 0.651
525
+ ],
526
+ "hex": "#ffd6a6"
527
+ }
528
+ },
529
+ "river-deep": {
530
+ "$value": {
531
+ "colorSpace": "srgb",
532
+ "components": [
533
+ 0.263,
534
+ 0.635,
535
+ 1
536
+ ],
537
+ "hex": "#43a2ff"
538
+ }
539
+ },
540
+ "river-soft": {
541
+ "$value": {
542
+ "colorSpace": "srgb",
543
+ "components": [
544
+ 0.698,
545
+ 0.851,
546
+ 1
547
+ ],
548
+ "hex": "#b2d9ff"
549
+ }
550
+ }
551
+ }
552
+ },
553
+ "sequential": {
554
+ "forest": {
555
+ "0": {
556
+ "$value": {
557
+ "colorSpace": "srgb",
558
+ "components": [
559
+ 0.863,
560
+ 1,
561
+ 0.933
562
+ ],
563
+ "hex": "#dcffee"
564
+ }
565
+ },
566
+ "1": {
567
+ "$value": {
568
+ "colorSpace": "srgb",
569
+ "components": [
570
+ 0.745,
571
+ 0.976,
572
+ 0.871
573
+ ],
574
+ "hex": "#bef9de"
575
+ }
576
+ },
577
+ "2": {
578
+ "$value": {
579
+ "colorSpace": "srgb",
580
+ "components": [
581
+ 0.6,
582
+ 0.91,
583
+ 0.773
584
+ ],
585
+ "hex": "#99e8c5"
586
+ }
587
+ },
588
+ "3": {
589
+ "$value": {
590
+ "colorSpace": "srgb",
591
+ "components": [
592
+ 0.412,
593
+ 0.824,
594
+ 0.659
595
+ ],
596
+ "hex": "#69d2a8"
597
+ }
598
+ },
599
+ "4": {
600
+ "$value": {
601
+ "colorSpace": "srgb",
602
+ "components": [
603
+ 0.188,
604
+ 0.722,
605
+ 0.537
606
+ ],
607
+ "hex": "#30b889"
608
+ }
609
+ },
610
+ "5": {
611
+ "$value": {
612
+ "colorSpace": "srgb",
613
+ "components": [
614
+ 0.157,
615
+ 0.612,
616
+ 0.455
617
+ ],
618
+ "hex": "#289c74"
619
+ }
620
+ },
621
+ "6": {
622
+ "$value": {
623
+ "colorSpace": "srgb",
624
+ "components": [
625
+ 0.125,
626
+ 0.514,
627
+ 0.38
628
+ ],
629
+ "hex": "#208361"
630
+ }
631
+ },
632
+ "7": {
633
+ "$value": {
634
+ "colorSpace": "srgb",
635
+ "components": [
636
+ 0.094,
637
+ 0.424,
638
+ 0.31
639
+ ],
640
+ "hex": "#186c4f"
641
+ }
642
+ },
643
+ "8": {
644
+ "$value": {
645
+ "colorSpace": "srgb",
646
+ "components": [
647
+ 0.067,
648
+ 0.337,
649
+ 0.243
650
+ ],
651
+ "hex": "#11563e"
652
+ }
653
+ }
654
+ },
655
+ "indigo": {
656
+ "0": {
657
+ "$value": {
658
+ "colorSpace": "srgb",
659
+ "components": [
660
+ 0.953,
661
+ 0.957,
662
+ 0.996
663
+ ],
664
+ "hex": "#f3f4fe"
665
+ }
666
+ },
667
+ "1": {
668
+ "$value": {
669
+ "colorSpace": "srgb",
670
+ "components": [
671
+ 0.902,
672
+ 0.91,
673
+ 0.992
674
+ ],
675
+ "hex": "#e6e8fd"
676
+ }
677
+ },
678
+ "2": {
679
+ "$value": {
680
+ "colorSpace": "srgb",
681
+ "components": [
682
+ 0.808,
683
+ 0.816,
684
+ 0.988
685
+ ],
686
+ "hex": "#ced0fc"
687
+ }
688
+ },
689
+ "3": {
690
+ "$value": {
691
+ "colorSpace": "srgb",
692
+ "components": [
693
+ 0.694,
694
+ 0.702,
695
+ 0.973
696
+ ],
697
+ "hex": "#b1b3f8"
698
+ }
699
+ },
700
+ "4": {
701
+ "$value": {
702
+ "colorSpace": "srgb",
703
+ "components": [
704
+ 0.58,
705
+ 0.58,
706
+ 0.91
707
+ ],
708
+ "hex": "#9494e8"
709
+ }
710
+ },
711
+ "5": {
712
+ "$value": {
713
+ "colorSpace": "srgb",
714
+ "components": [
715
+ 0.482,
716
+ 0.471,
717
+ 0.855
718
+ ],
719
+ "hex": "#7b78da"
720
+ }
721
+ },
722
+ "6": {
723
+ "$value": {
724
+ "colorSpace": "srgb",
725
+ "components": [
726
+ 0.404,
727
+ 0.388,
728
+ 0.733
729
+ ],
730
+ "hex": "#6763bb"
731
+ }
732
+ },
733
+ "7": {
734
+ "$value": {
735
+ "colorSpace": "srgb",
736
+ "components": [
737
+ 0.329,
738
+ 0.318,
739
+ 0.608
740
+ ],
741
+ "hex": "#54519b"
742
+ }
743
+ },
744
+ "8": {
745
+ "$value": {
746
+ "colorSpace": "srgb",
747
+ "components": [
748
+ 0.263,
749
+ 0.251,
750
+ 0.482
751
+ ],
752
+ "hex": "#43407b"
753
+ }
754
+ }
755
+ },
756
+ "moss": {
757
+ "0": {
758
+ "$value": {
759
+ "colorSpace": "srgb",
760
+ "components": [
761
+ 1,
762
+ 1,
763
+ 0.898
764
+ ],
765
+ "hex": "#ffffe5"
766
+ }
767
+ },
768
+ "1": {
769
+ "$value": {
770
+ "colorSpace": "srgb",
771
+ "components": [
772
+ 0.969,
773
+ 0.988,
774
+ 0.725
775
+ ],
776
+ "hex": "#f7fcb9"
777
+ }
778
+ },
779
+ "2": {
780
+ "$value": {
781
+ "colorSpace": "srgb",
782
+ "components": [
783
+ 0.851,
784
+ 0.941,
785
+ 0.639
786
+ ],
787
+ "hex": "#d9f0a3"
788
+ }
789
+ },
790
+ "3": {
791
+ "$value": {
792
+ "colorSpace": "srgb",
793
+ "components": [
794
+ 0.678,
795
+ 0.867,
796
+ 0.557
797
+ ],
798
+ "hex": "#addd8e"
799
+ }
800
+ },
801
+ "4": {
802
+ "$value": {
803
+ "colorSpace": "srgb",
804
+ "components": [
805
+ 0.471,
806
+ 0.776,
807
+ 0.475
808
+ ],
809
+ "hex": "#78c679"
810
+ }
811
+ },
812
+ "5": {
813
+ "$value": {
814
+ "colorSpace": "srgb",
815
+ "components": [
816
+ 0.255,
817
+ 0.671,
818
+ 0.365
819
+ ],
820
+ "hex": "#41ab5d"
821
+ }
822
+ },
823
+ "6": {
824
+ "$value": {
825
+ "colorSpace": "srgb",
826
+ "components": [
827
+ 0.137,
828
+ 0.518,
829
+ 0.263
830
+ ],
831
+ "hex": "#238443"
832
+ }
833
+ },
834
+ "7": {
835
+ "$value": {
836
+ "colorSpace": "srgb",
837
+ "components": [
838
+ 0,
839
+ 0.408,
840
+ 0.216
841
+ ],
842
+ "hex": "#006837"
843
+ }
844
+ },
845
+ "8": {
846
+ "$value": {
847
+ "colorSpace": "srgb",
848
+ "components": [
849
+ 0,
850
+ 0.271,
851
+ 0.161
852
+ ],
853
+ "hex": "#004529"
854
+ }
855
+ }
856
+ },
857
+ "cividis": {
858
+ "0": {
859
+ "$value": {
860
+ "colorSpace": "srgb",
861
+ "components": [
862
+ 0,
863
+ 0.125,
864
+ 0.302
865
+ ],
866
+ "hex": "#00204d"
867
+ }
868
+ },
869
+ "1": {
870
+ "$value": {
871
+ "colorSpace": "srgb",
872
+ "components": [
873
+ 0,
874
+ 0.2,
875
+ 0.435
876
+ ],
877
+ "hex": "#00336f"
878
+ }
879
+ },
880
+ "2": {
881
+ "$value": {
882
+ "colorSpace": "srgb",
883
+ "components": [
884
+ 0.224,
885
+ 0.282,
886
+ 0.42
887
+ ],
888
+ "hex": "#39486b"
889
+ }
890
+ },
891
+ "3": {
892
+ "$value": {
893
+ "colorSpace": "srgb",
894
+ "components": [
895
+ 0.341,
896
+ 0.365,
897
+ 0.427
898
+ ],
899
+ "hex": "#575d6d"
900
+ }
901
+ },
902
+ "4": {
903
+ "$value": {
904
+ "colorSpace": "srgb",
905
+ "components": [
906
+ 0.439,
907
+ 0.443,
908
+ 0.451
909
+ ],
910
+ "hex": "#707173"
911
+ }
912
+ },
913
+ "5": {
914
+ "$value": {
915
+ "colorSpace": "srgb",
916
+ "components": [
917
+ 0.541,
918
+ 0.529,
919
+ 0.475
920
+ ],
921
+ "hex": "#8a8779"
922
+ }
923
+ },
924
+ "6": {
925
+ "$value": {
926
+ "colorSpace": "srgb",
927
+ "components": [
928
+ 0.651,
929
+ 0.616,
930
+ 0.459
931
+ ],
932
+ "hex": "#a69d75"
933
+ }
934
+ },
935
+ "7": {
936
+ "$value": {
937
+ "colorSpace": "srgb",
938
+ "components": [
939
+ 0.769,
940
+ 0.71,
941
+ 0.424
942
+ ],
943
+ "hex": "#c4b56c"
944
+ }
945
+ },
946
+ "8": {
947
+ "$value": {
948
+ "colorSpace": "srgb",
949
+ "components": [
950
+ 0.894,
951
+ 0.812,
952
+ 0.357
953
+ ],
954
+ "hex": "#e4cf5b"
955
+ }
956
+ },
957
+ "9": {
958
+ "$value": {
959
+ "colorSpace": "srgb",
960
+ "components": [
961
+ 1,
962
+ 0.918,
963
+ 0.275
964
+ ],
965
+ "hex": "#ffea46"
966
+ }
967
+ }
968
+ },
969
+ "viridis": {
970
+ "0": {
971
+ "$value": {
972
+ "colorSpace": "srgb",
973
+ "components": [
974
+ 0.267,
975
+ 0.004,
976
+ 0.329
977
+ ],
978
+ "hex": "#440154"
979
+ }
980
+ },
981
+ "1": {
982
+ "$value": {
983
+ "colorSpace": "srgb",
984
+ "components": [
985
+ 0.282,
986
+ 0.157,
987
+ 0.471
988
+ ],
989
+ "hex": "#482878"
990
+ }
991
+ },
992
+ "2": {
993
+ "$value": {
994
+ "colorSpace": "srgb",
995
+ "components": [
996
+ 0.243,
997
+ 0.29,
998
+ 0.537
999
+ ],
1000
+ "hex": "#3e4a89"
1001
+ }
1002
+ },
1003
+ "3": {
1004
+ "$value": {
1005
+ "colorSpace": "srgb",
1006
+ "components": [
1007
+ 0.192,
1008
+ 0.408,
1009
+ 0.557
1010
+ ],
1011
+ "hex": "#31688e"
1012
+ }
1013
+ },
1014
+ "4": {
1015
+ "$value": {
1016
+ "colorSpace": "srgb",
1017
+ "components": [
1018
+ 0.149,
1019
+ 0.51,
1020
+ 0.557
1021
+ ],
1022
+ "hex": "#26828e"
1023
+ }
1024
+ },
1025
+ "5": {
1026
+ "$value": {
1027
+ "colorSpace": "srgb",
1028
+ "components": [
1029
+ 0.122,
1030
+ 0.62,
1031
+ 0.537
1032
+ ],
1033
+ "hex": "#1f9e89"
1034
+ }
1035
+ },
1036
+ "6": {
1037
+ "$value": {
1038
+ "colorSpace": "srgb",
1039
+ "components": [
1040
+ 0.208,
1041
+ 0.718,
1042
+ 0.475
1043
+ ],
1044
+ "hex": "#35b779"
1045
+ }
1046
+ },
1047
+ "7": {
1048
+ "$value": {
1049
+ "colorSpace": "srgb",
1050
+ "components": [
1051
+ 0.427,
1052
+ 0.804,
1053
+ 0.349
1054
+ ],
1055
+ "hex": "#6dcd59"
1056
+ }
1057
+ },
1058
+ "8": {
1059
+ "$value": {
1060
+ "colorSpace": "srgb",
1061
+ "components": [
1062
+ 0.706,
1063
+ 0.871,
1064
+ 0.173
1065
+ ],
1066
+ "hex": "#b4de2c"
1067
+ }
1068
+ },
1069
+ "9": {
1070
+ "$value": {
1071
+ "colorSpace": "srgb",
1072
+ "components": [
1073
+ 0.992,
1074
+ 0.906,
1075
+ 0.145
1076
+ ],
1077
+ "hex": "#fde725"
1078
+ }
1079
+ }
1080
+ },
1081
+ "magma": {
1082
+ "0": {
1083
+ "$value": {
1084
+ "colorSpace": "srgb",
1085
+ "components": [
1086
+ 0,
1087
+ 0,
1088
+ 0.016
1089
+ ],
1090
+ "hex": "#000004"
1091
+ }
1092
+ },
1093
+ "1": {
1094
+ "$value": {
1095
+ "colorSpace": "srgb",
1096
+ "components": [
1097
+ 0.11,
1098
+ 0.063,
1099
+ 0.267
1100
+ ],
1101
+ "hex": "#1c1044"
1102
+ }
1103
+ },
1104
+ "2": {
1105
+ "$value": {
1106
+ "colorSpace": "srgb",
1107
+ "components": [
1108
+ 0.31,
1109
+ 0.071,
1110
+ 0.482
1111
+ ],
1112
+ "hex": "#4f127b"
1113
+ }
1114
+ },
1115
+ "3": {
1116
+ "$value": {
1117
+ "colorSpace": "srgb",
1118
+ "components": [
1119
+ 0.506,
1120
+ 0.145,
1121
+ 0.506
1122
+ ],
1123
+ "hex": "#812581"
1124
+ }
1125
+ },
1126
+ "4": {
1127
+ "$value": {
1128
+ "colorSpace": "srgb",
1129
+ "components": [
1130
+ 0.71,
1131
+ 0.212,
1132
+ 0.478
1133
+ ],
1134
+ "hex": "#b5367a"
1135
+ }
1136
+ },
1137
+ "5": {
1138
+ "$value": {
1139
+ "colorSpace": "srgb",
1140
+ "components": [
1141
+ 0.902,
1142
+ 0.318,
1143
+ 0.392
1144
+ ],
1145
+ "hex": "#e65164"
1146
+ }
1147
+ },
1148
+ "6": {
1149
+ "$value": {
1150
+ "colorSpace": "srgb",
1151
+ "components": [
1152
+ 0.984,
1153
+ 0.533,
1154
+ 0.38
1155
+ ],
1156
+ "hex": "#fb8861"
1157
+ }
1158
+ },
1159
+ "7": {
1160
+ "$value": {
1161
+ "colorSpace": "srgb",
1162
+ "components": [
1163
+ 0.996,
1164
+ 0.761,
1165
+ 0.529
1166
+ ],
1167
+ "hex": "#fec287"
1168
+ }
1169
+ },
1170
+ "8": {
1171
+ "$value": {
1172
+ "colorSpace": "srgb",
1173
+ "components": [
1174
+ 0.988,
1175
+ 0.992,
1176
+ 0.749
1177
+ ],
1178
+ "hex": "#fcfdbf"
1179
+ }
1180
+ }
1181
+ }
1182
+ },
1183
+ "diverging": {
1184
+ "forestWarm": {
1185
+ "0": {
1186
+ "$value": {
1187
+ "colorSpace": "srgb",
1188
+ "components": [
1189
+ 0.082,
1190
+ 0.369,
1191
+ 0.259
1192
+ ],
1193
+ "hex": "#155e42"
1194
+ }
1195
+ },
1196
+ "1": {
1197
+ "$value": {
1198
+ "colorSpace": "srgb",
1199
+ "components": [
1200
+ 0.137,
1201
+ 0.533,
1202
+ 0.384
1203
+ ],
1204
+ "hex": "#238862"
1205
+ }
1206
+ },
1207
+ "2": {
1208
+ "$value": {
1209
+ "colorSpace": "srgb",
1210
+ "components": [
1211
+ 0.22,
1212
+ 0.706,
1213
+ 0.518
1214
+ ],
1215
+ "hex": "#38b484"
1216
+ }
1217
+ },
1218
+ "3": {
1219
+ "$value": {
1220
+ "colorSpace": "srgb",
1221
+ "components": [
1222
+ 0.412,
1223
+ 0.871,
1224
+ 0.675
1225
+ ],
1226
+ "hex": "#69deac"
1227
+ }
1228
+ },
1229
+ "4": {
1230
+ "$value": {
1231
+ "colorSpace": "srgb",
1232
+ "components": [
1233
+ 0.965,
1234
+ 0.925,
1235
+ 0.91
1236
+ ],
1237
+ "hex": "#f6ece8"
1238
+ }
1239
+ },
1240
+ "5": {
1241
+ "$value": {
1242
+ "colorSpace": "srgb",
1243
+ "components": [
1244
+ 0.98,
1245
+ 0.694,
1246
+ 0.545
1247
+ ],
1248
+ "hex": "#fab18b"
1249
+ }
1250
+ },
1251
+ "6": {
1252
+ "$value": {
1253
+ "colorSpace": "srgb",
1254
+ "components": [
1255
+ 0.863,
1256
+ 0.502,
1257
+ 0.31
1258
+ ],
1259
+ "hex": "#dc804f"
1260
+ }
1261
+ },
1262
+ "7": {
1263
+ "$value": {
1264
+ "colorSpace": "srgb",
1265
+ "components": [
1266
+ 0.69,
1267
+ 0.349,
1268
+ 0.145
1269
+ ],
1270
+ "hex": "#b05925"
1271
+ }
1272
+ },
1273
+ "8": {
1274
+ "$value": {
1275
+ "colorSpace": "srgb",
1276
+ "components": [
1277
+ 0.49,
1278
+ 0.227,
1279
+ 0.067
1280
+ ],
1281
+ "hex": "#7d3a11"
1282
+ }
1283
+ }
1284
+ },
1285
+ "blueOrange": {
1286
+ "0": {
1287
+ "$value": {
1288
+ "colorSpace": "srgb",
1289
+ "components": [
1290
+ 0.071,
1291
+ 0.318,
1292
+ 0.553
1293
+ ],
1294
+ "hex": "#12518d"
1295
+ }
1296
+ },
1297
+ "1": {
1298
+ "$value": {
1299
+ "colorSpace": "srgb",
1300
+ "components": [
1301
+ 0.2,
1302
+ 0.467,
1303
+ 0.745
1304
+ ],
1305
+ "hex": "#3377be"
1306
+ }
1307
+ },
1308
+ "2": {
1309
+ "$value": {
1310
+ "colorSpace": "srgb",
1311
+ "components": [
1312
+ 0.357,
1313
+ 0.624,
1314
+ 0.914
1315
+ ],
1316
+ "hex": "#5b9fe9"
1317
+ }
1318
+ },
1319
+ "3": {
1320
+ "$value": {
1321
+ "colorSpace": "srgb",
1322
+ "components": [
1323
+ 0.616,
1324
+ 0.784,
1325
+ 0.976
1326
+ ],
1327
+ "hex": "#9dc8f9"
1328
+ }
1329
+ },
1330
+ "4": {
1331
+ "$value": {
1332
+ "colorSpace": "srgb",
1333
+ "components": [
1334
+ 0.965,
1335
+ 0.925,
1336
+ 0.91
1337
+ ],
1338
+ "hex": "#f6ece8"
1339
+ }
1340
+ },
1341
+ "5": {
1342
+ "$value": {
1343
+ "colorSpace": "srgb",
1344
+ "components": [
1345
+ 0.98,
1346
+ 0.694,
1347
+ 0.545
1348
+ ],
1349
+ "hex": "#fab18b"
1350
+ }
1351
+ },
1352
+ "6": {
1353
+ "$value": {
1354
+ "colorSpace": "srgb",
1355
+ "components": [
1356
+ 0.863,
1357
+ 0.502,
1358
+ 0.31
1359
+ ],
1360
+ "hex": "#dc804f"
1361
+ }
1362
+ },
1363
+ "7": {
1364
+ "$value": {
1365
+ "colorSpace": "srgb",
1366
+ "components": [
1367
+ 0.69,
1368
+ 0.349,
1369
+ 0.145
1370
+ ],
1371
+ "hex": "#b05925"
1372
+ }
1373
+ },
1374
+ "8": {
1375
+ "$value": {
1376
+ "colorSpace": "srgb",
1377
+ "components": [
1378
+ 0.49,
1379
+ 0.227,
1380
+ 0.067
1381
+ ],
1382
+ "hex": "#7d3a11"
1383
+ }
1384
+ }
1385
+ },
1386
+ "purpleGreen": {
1387
+ "0": {
1388
+ "$value": {
1389
+ "colorSpace": "srgb",
1390
+ "components": [
1391
+ 0.404,
1392
+ 0.212,
1393
+ 0.51
1394
+ ],
1395
+ "hex": "#673682"
1396
+ }
1397
+ },
1398
+ "1": {
1399
+ "$value": {
1400
+ "colorSpace": "srgb",
1401
+ "components": [
1402
+ 0.557,
1403
+ 0.357,
1404
+ 0.671
1405
+ ],
1406
+ "hex": "#8e5bab"
1407
+ }
1408
+ },
1409
+ "2": {
1410
+ "$value": {
1411
+ "colorSpace": "srgb",
1412
+ "components": [
1413
+ 0.714,
1414
+ 0.51,
1415
+ 0.835
1416
+ ],
1417
+ "hex": "#b682d5"
1418
+ }
1419
+ },
1420
+ "3": {
1421
+ "$value": {
1422
+ "colorSpace": "srgb",
1423
+ "components": [
1424
+ 0.867,
1425
+ 0.686,
1426
+ 0.976
1427
+ ],
1428
+ "hex": "#ddaff9"
1429
+ }
1430
+ },
1431
+ "4": {
1432
+ "$value": {
1433
+ "colorSpace": "srgb",
1434
+ "components": [
1435
+ 0.91,
1436
+ 0.945,
1437
+ 0.925
1438
+ ],
1439
+ "hex": "#e8f1ec"
1440
+ }
1441
+ },
1442
+ "5": {
1443
+ "$value": {
1444
+ "colorSpace": "srgb",
1445
+ "components": [
1446
+ 0.412,
1447
+ 0.871,
1448
+ 0.675
1449
+ ],
1450
+ "hex": "#69deac"
1451
+ }
1452
+ },
1453
+ "6": {
1454
+ "$value": {
1455
+ "colorSpace": "srgb",
1456
+ "components": [
1457
+ 0.22,
1458
+ 0.706,
1459
+ 0.518
1460
+ ],
1461
+ "hex": "#38b484"
1462
+ }
1463
+ },
1464
+ "7": {
1465
+ "$value": {
1466
+ "colorSpace": "srgb",
1467
+ "components": [
1468
+ 0.137,
1469
+ 0.533,
1470
+ 0.384
1471
+ ],
1472
+ "hex": "#238862"
1473
+ }
1474
+ },
1475
+ "8": {
1476
+ "$value": {
1477
+ "colorSpace": "srgb",
1478
+ "components": [
1479
+ 0.082,
1480
+ 0.369,
1481
+ 0.259
1482
+ ],
1483
+ "hex": "#155e42"
1484
+ }
1485
+ }
1486
+ },
1487
+ "redBlue": {
1488
+ "0": {
1489
+ "$value": {
1490
+ "colorSpace": "srgb",
1491
+ "components": [
1492
+ 0.698,
1493
+ 0.094,
1494
+ 0.169
1495
+ ],
1496
+ "hex": "#b2182b"
1497
+ }
1498
+ },
1499
+ "1": {
1500
+ "$value": {
1501
+ "colorSpace": "srgb",
1502
+ "components": [
1503
+ 0.839,
1504
+ 0.376,
1505
+ 0.302
1506
+ ],
1507
+ "hex": "#d6604d"
1508
+ }
1509
+ },
1510
+ "2": {
1511
+ "$value": {
1512
+ "colorSpace": "srgb",
1513
+ "components": [
1514
+ 0.957,
1515
+ 0.647,
1516
+ 0.51
1517
+ ],
1518
+ "hex": "#f4a582"
1519
+ }
1520
+ },
1521
+ "3": {
1522
+ "$value": {
1523
+ "colorSpace": "srgb",
1524
+ "components": [
1525
+ 0.992,
1526
+ 0.859,
1527
+ 0.78
1528
+ ],
1529
+ "hex": "#fddbc7"
1530
+ }
1531
+ },
1532
+ "4": {
1533
+ "$value": {
1534
+ "colorSpace": "srgb",
1535
+ "components": [
1536
+ 0.969,
1537
+ 0.969,
1538
+ 0.969
1539
+ ],
1540
+ "hex": "#f7f7f7"
1541
+ }
1542
+ },
1543
+ "5": {
1544
+ "$value": {
1545
+ "colorSpace": "srgb",
1546
+ "components": [
1547
+ 0.82,
1548
+ 0.898,
1549
+ 0.941
1550
+ ],
1551
+ "hex": "#d1e5f0"
1552
+ }
1553
+ },
1554
+ "6": {
1555
+ "$value": {
1556
+ "colorSpace": "srgb",
1557
+ "components": [
1558
+ 0.573,
1559
+ 0.773,
1560
+ 0.871
1561
+ ],
1562
+ "hex": "#92c5de"
1563
+ }
1564
+ },
1565
+ "7": {
1566
+ "$value": {
1567
+ "colorSpace": "srgb",
1568
+ "components": [
1569
+ 0.263,
1570
+ 0.576,
1571
+ 0.765
1572
+ ],
1573
+ "hex": "#4393c3"
1574
+ }
1575
+ },
1576
+ "8": {
1577
+ "$value": {
1578
+ "colorSpace": "srgb",
1579
+ "components": [
1580
+ 0.129,
1581
+ 0.4,
1582
+ 0.675
1583
+ ],
1584
+ "hex": "#2166ac"
1585
+ }
1586
+ }
1587
+ }
1588
+ }
1589
+ }
1590
+ }
1591
+ }