@mrts/colorsets 0.3.19 → 0.3.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +2 -0
- package/dist/index.mjs +1176 -392
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -12,7 +12,9 @@ const tw4Colors = {
|
|
|
12
12
|
17.38
|
|
13
13
|
],
|
|
14
14
|
"alpha": 1
|
|
15
|
-
}
|
|
15
|
+
},
|
|
16
|
+
"hex": "#fef2f2",
|
|
17
|
+
"delta": .03652878639038086
|
|
16
18
|
},
|
|
17
19
|
"red-100": {
|
|
18
20
|
"name": "red-100",
|
|
@@ -26,7 +28,9 @@ const tw4Colors = {
|
|
|
26
28
|
17.717
|
|
27
29
|
],
|
|
28
30
|
"alpha": 1
|
|
29
|
-
}
|
|
31
|
+
},
|
|
32
|
+
"hex": "#ffe2e2",
|
|
33
|
+
"delta": .038871846802553
|
|
30
34
|
},
|
|
31
35
|
"red-200": {
|
|
32
36
|
"name": "red-200",
|
|
@@ -40,7 +44,9 @@ const tw4Colors = {
|
|
|
40
44
|
18.334
|
|
41
45
|
],
|
|
42
46
|
"alpha": 1
|
|
43
|
-
}
|
|
47
|
+
},
|
|
48
|
+
"hex": "#ffc9c9",
|
|
49
|
+
"delta": .12352215319825771
|
|
44
50
|
},
|
|
45
51
|
"red-300": {
|
|
46
52
|
"name": "red-300",
|
|
@@ -54,7 +60,9 @@ const tw4Colors = {
|
|
|
54
60
|
19.571
|
|
55
61
|
],
|
|
56
62
|
"alpha": 1
|
|
57
|
-
}
|
|
63
|
+
},
|
|
64
|
+
"hex": "#ffa2a2",
|
|
65
|
+
"delta": .1512522873074998
|
|
58
66
|
},
|
|
59
67
|
"red-400": {
|
|
60
68
|
"name": "red-400",
|
|
@@ -68,7 +76,9 @@ const tw4Colors = {
|
|
|
68
76
|
22.216
|
|
69
77
|
],
|
|
70
78
|
"alpha": 1
|
|
71
|
-
}
|
|
79
|
+
},
|
|
80
|
+
"hex": "#ff6467",
|
|
81
|
+
"delta": .06424860482113284
|
|
72
82
|
},
|
|
73
83
|
"red-500": {
|
|
74
84
|
"name": "red-500",
|
|
@@ -82,7 +92,9 @@ const tw4Colors = {
|
|
|
82
92
|
25.331
|
|
83
93
|
],
|
|
84
94
|
"alpha": 1
|
|
85
|
-
}
|
|
95
|
+
},
|
|
96
|
+
"hex": "#fb2c36",
|
|
97
|
+
"delta": .15117066763136766
|
|
86
98
|
},
|
|
87
99
|
"red-600": {
|
|
88
100
|
"name": "red-600",
|
|
@@ -96,7 +108,9 @@ const tw4Colors = {
|
|
|
96
108
|
27.325
|
|
97
109
|
],
|
|
98
110
|
"alpha": 1
|
|
99
|
-
}
|
|
111
|
+
},
|
|
112
|
+
"hex": "#e7000b",
|
|
113
|
+
"delta": .04052998327692919
|
|
100
114
|
},
|
|
101
115
|
"red-700": {
|
|
102
116
|
"name": "red-700",
|
|
@@ -110,7 +124,9 @@ const tw4Colors = {
|
|
|
110
124
|
27.518
|
|
111
125
|
],
|
|
112
126
|
"alpha": 1
|
|
113
|
-
}
|
|
127
|
+
},
|
|
128
|
+
"hex": "#c10007",
|
|
129
|
+
"delta": .0506465157549226
|
|
114
130
|
},
|
|
115
131
|
"red-800": {
|
|
116
132
|
"name": "red-800",
|
|
@@ -124,7 +140,9 @@ const tw4Colors = {
|
|
|
124
140
|
26.899
|
|
125
141
|
],
|
|
126
142
|
"alpha": 1
|
|
127
|
-
}
|
|
143
|
+
},
|
|
144
|
+
"hex": "#9f0712",
|
|
145
|
+
"delta": .11923911555893098
|
|
128
146
|
},
|
|
129
147
|
"red-900": {
|
|
130
148
|
"name": "red-900",
|
|
@@ -138,7 +156,9 @@ const tw4Colors = {
|
|
|
138
156
|
25.723
|
|
139
157
|
],
|
|
140
158
|
"alpha": 1
|
|
141
|
-
}
|
|
159
|
+
},
|
|
160
|
+
"hex": "#82181a",
|
|
161
|
+
"delta": .07903898753380183
|
|
142
162
|
},
|
|
143
163
|
"red-950": {
|
|
144
164
|
"name": "red-950",
|
|
@@ -152,7 +172,9 @@ const tw4Colors = {
|
|
|
152
172
|
26.042
|
|
153
173
|
],
|
|
154
174
|
"alpha": 1
|
|
155
|
-
}
|
|
175
|
+
},
|
|
176
|
+
"hex": "#460809",
|
|
177
|
+
"delta": .1071710966097431
|
|
156
178
|
},
|
|
157
179
|
"orange-50": {
|
|
158
180
|
"name": "orange-50",
|
|
@@ -166,7 +188,9 @@ const tw4Colors = {
|
|
|
166
188
|
73.684
|
|
167
189
|
],
|
|
168
190
|
"alpha": 1
|
|
169
|
-
}
|
|
191
|
+
},
|
|
192
|
+
"hex": "#fff7ed",
|
|
193
|
+
"delta": .09421022146325846
|
|
170
194
|
},
|
|
171
195
|
"orange-100": {
|
|
172
196
|
"name": "orange-100",
|
|
@@ -180,7 +204,9 @@ const tw4Colors = {
|
|
|
180
204
|
75.164
|
|
181
205
|
],
|
|
182
206
|
"alpha": 1
|
|
183
|
-
}
|
|
207
|
+
},
|
|
208
|
+
"hex": "#ffedd4",
|
|
209
|
+
"delta": .21176653722779087
|
|
184
210
|
},
|
|
185
211
|
"orange-200": {
|
|
186
212
|
"name": "orange-200",
|
|
@@ -194,7 +220,9 @@ const tw4Colors = {
|
|
|
194
220
|
70.697
|
|
195
221
|
],
|
|
196
222
|
"alpha": 1
|
|
197
|
-
}
|
|
223
|
+
},
|
|
224
|
+
"hex": "#ffd6a8",
|
|
225
|
+
"delta": .37082665706146734
|
|
198
226
|
},
|
|
199
227
|
"orange-300": {
|
|
200
228
|
"name": "orange-300",
|
|
@@ -208,7 +236,9 @@ const tw4Colors = {
|
|
|
208
236
|
66.29
|
|
209
237
|
],
|
|
210
238
|
"alpha": 1
|
|
211
|
-
}
|
|
239
|
+
},
|
|
240
|
+
"hex": "#ffb86a",
|
|
241
|
+
"delta": .1556406867747691
|
|
212
242
|
},
|
|
213
243
|
"orange-400": {
|
|
214
244
|
"name": "orange-400",
|
|
@@ -222,7 +252,9 @@ const tw4Colors = {
|
|
|
222
252
|
55.934
|
|
223
253
|
],
|
|
224
254
|
"alpha": 1
|
|
225
|
-
}
|
|
255
|
+
},
|
|
256
|
+
"hex": "#ff8904",
|
|
257
|
+
"delta": .016266999462215246
|
|
226
258
|
},
|
|
227
259
|
"orange-500": {
|
|
228
260
|
"name": "orange-500",
|
|
@@ -236,7 +268,9 @@ const tw4Colors = {
|
|
|
236
268
|
47.604
|
|
237
269
|
],
|
|
238
270
|
"alpha": 1
|
|
239
|
-
}
|
|
271
|
+
},
|
|
272
|
+
"hex": "#ff6900",
|
|
273
|
+
"delta": .07003859950698141
|
|
240
274
|
},
|
|
241
275
|
"orange-600": {
|
|
242
276
|
"name": "orange-600",
|
|
@@ -250,7 +284,9 @@ const tw4Colors = {
|
|
|
250
284
|
41.116
|
|
251
285
|
],
|
|
252
286
|
"alpha": 1
|
|
253
|
-
}
|
|
287
|
+
},
|
|
288
|
+
"hex": "#f54900",
|
|
289
|
+
"delta": .09832802697378297
|
|
254
290
|
},
|
|
255
291
|
"orange-700": {
|
|
256
292
|
"name": "orange-700",
|
|
@@ -264,7 +300,9 @@ const tw4Colors = {
|
|
|
264
300
|
38.402
|
|
265
301
|
],
|
|
266
302
|
"alpha": 1
|
|
267
|
-
}
|
|
303
|
+
},
|
|
304
|
+
"hex": "#ca3500",
|
|
305
|
+
"delta": .037684832388947036
|
|
268
306
|
},
|
|
269
307
|
"orange-800": {
|
|
270
308
|
"name": "orange-800",
|
|
@@ -278,7 +316,9 @@ const tw4Colors = {
|
|
|
278
316
|
37.304
|
|
279
317
|
],
|
|
280
318
|
"alpha": 1
|
|
281
|
-
}
|
|
319
|
+
},
|
|
320
|
+
"hex": "#9f2d00",
|
|
321
|
+
"delta": .04839426044722881
|
|
282
322
|
},
|
|
283
323
|
"orange-900": {
|
|
284
324
|
"name": "orange-900",
|
|
@@ -292,7 +332,9 @@ const tw4Colors = {
|
|
|
292
332
|
38.172
|
|
293
333
|
],
|
|
294
334
|
"alpha": 1
|
|
295
|
-
}
|
|
335
|
+
},
|
|
336
|
+
"hex": "#7e2a0c",
|
|
337
|
+
"delta": .13320248297628398
|
|
296
338
|
},
|
|
297
339
|
"orange-950": {
|
|
298
340
|
"name": "orange-950",
|
|
@@ -306,7 +348,9 @@ const tw4Colors = {
|
|
|
306
348
|
36.259
|
|
307
349
|
],
|
|
308
350
|
"alpha": 1
|
|
309
|
-
}
|
|
351
|
+
},
|
|
352
|
+
"hex": "#441306",
|
|
353
|
+
"delta": .1002951160163452
|
|
310
354
|
},
|
|
311
355
|
"amber-50": {
|
|
312
356
|
"name": "amber-50",
|
|
@@ -320,7 +364,9 @@ const tw4Colors = {
|
|
|
320
364
|
95.277
|
|
321
365
|
],
|
|
322
366
|
"alpha": 1
|
|
323
|
-
}
|
|
367
|
+
},
|
|
368
|
+
"hex": "#fffbeb",
|
|
369
|
+
"delta": .17720955406174108
|
|
324
370
|
},
|
|
325
371
|
"amber-100": {
|
|
326
372
|
"name": "amber-100",
|
|
@@ -334,7 +380,9 @@ const tw4Colors = {
|
|
|
334
380
|
95.617
|
|
335
381
|
],
|
|
336
382
|
"alpha": 1
|
|
337
|
-
}
|
|
383
|
+
},
|
|
384
|
+
"hex": "#fef3c6",
|
|
385
|
+
"delta": .10103251155253319
|
|
338
386
|
},
|
|
339
387
|
"amber-200": {
|
|
340
388
|
"name": "amber-200",
|
|
@@ -348,7 +396,9 @@ const tw4Colors = {
|
|
|
348
396
|
95.746
|
|
349
397
|
],
|
|
350
398
|
"alpha": 1
|
|
351
|
-
}
|
|
399
|
+
},
|
|
400
|
+
"hex": "#fee685",
|
|
401
|
+
"delta": .07016638431432153
|
|
352
402
|
},
|
|
353
403
|
"amber-300": {
|
|
354
404
|
"name": "amber-300",
|
|
@@ -362,7 +412,9 @@ const tw4Colors = {
|
|
|
362
412
|
91.605
|
|
363
413
|
],
|
|
364
414
|
"alpha": 1
|
|
365
|
-
}
|
|
415
|
+
},
|
|
416
|
+
"hex": "#ffd230",
|
|
417
|
+
"delta": .03364821765135816
|
|
366
418
|
},
|
|
367
419
|
"amber-400": {
|
|
368
420
|
"name": "amber-400",
|
|
@@ -376,7 +428,9 @@ const tw4Colors = {
|
|
|
376
428
|
84.429
|
|
377
429
|
],
|
|
378
430
|
"alpha": 1
|
|
379
|
-
}
|
|
431
|
+
},
|
|
432
|
+
"hex": "#ffb900",
|
|
433
|
+
"delta": .16018405553206472
|
|
380
434
|
},
|
|
381
435
|
"amber-500": {
|
|
382
436
|
"name": "amber-500",
|
|
@@ -390,7 +444,9 @@ const tw4Colors = {
|
|
|
390
444
|
70.08
|
|
391
445
|
],
|
|
392
446
|
"alpha": 1
|
|
393
|
-
}
|
|
447
|
+
},
|
|
448
|
+
"hex": "#fe9a00",
|
|
449
|
+
"delta": .13458789716953964
|
|
394
450
|
},
|
|
395
451
|
"amber-600": {
|
|
396
452
|
"name": "amber-600",
|
|
@@ -404,7 +460,9 @@ const tw4Colors = {
|
|
|
404
460
|
58.318
|
|
405
461
|
],
|
|
406
462
|
"alpha": 1
|
|
407
|
-
}
|
|
463
|
+
},
|
|
464
|
+
"hex": "#e17100",
|
|
465
|
+
"delta": .07011248455524231
|
|
408
466
|
},
|
|
409
467
|
"amber-700": {
|
|
410
468
|
"name": "amber-700",
|
|
@@ -418,7 +476,9 @@ const tw4Colors = {
|
|
|
418
476
|
48.998
|
|
419
477
|
],
|
|
420
478
|
"alpha": 1
|
|
421
|
-
}
|
|
479
|
+
},
|
|
480
|
+
"hex": "#bb4d00",
|
|
481
|
+
"delta": .11235151806892671
|
|
422
482
|
},
|
|
423
483
|
"amber-800": {
|
|
424
484
|
"name": "amber-800",
|
|
@@ -432,7 +492,9 @@ const tw4Colors = {
|
|
|
432
492
|
46.201
|
|
433
493
|
],
|
|
434
494
|
"alpha": 1
|
|
435
|
-
}
|
|
495
|
+
},
|
|
496
|
+
"hex": "#973c00",
|
|
497
|
+
"delta": .14674789470003283
|
|
436
498
|
},
|
|
437
499
|
"amber-900": {
|
|
438
500
|
"name": "amber-900",
|
|
@@ -446,7 +508,9 @@ const tw4Colors = {
|
|
|
446
508
|
45.904
|
|
447
509
|
],
|
|
448
510
|
"alpha": 1
|
|
449
|
-
}
|
|
511
|
+
},
|
|
512
|
+
"hex": "#7b3306",
|
|
513
|
+
"delta": .12014990545475766
|
|
450
514
|
},
|
|
451
515
|
"amber-950": {
|
|
452
516
|
"name": "amber-950",
|
|
@@ -460,7 +524,9 @@ const tw4Colors = {
|
|
|
460
524
|
45.635
|
|
461
525
|
],
|
|
462
526
|
"alpha": 1
|
|
463
|
-
}
|
|
527
|
+
},
|
|
528
|
+
"hex": "#461901",
|
|
529
|
+
"delta": .06300410059999483
|
|
464
530
|
},
|
|
465
531
|
"yellow-50": {
|
|
466
532
|
"name": "yellow-50",
|
|
@@ -474,7 +540,9 @@ const tw4Colors = {
|
|
|
474
540
|
102.212
|
|
475
541
|
],
|
|
476
542
|
"alpha": 1
|
|
477
|
-
}
|
|
543
|
+
},
|
|
544
|
+
"hex": "#fefce8",
|
|
545
|
+
"delta": .07435584960953398
|
|
478
546
|
},
|
|
479
547
|
"yellow-100": {
|
|
480
548
|
"name": "yellow-100",
|
|
@@ -488,7 +556,9 @@ const tw4Colors = {
|
|
|
488
556
|
103.193
|
|
489
557
|
],
|
|
490
558
|
"alpha": 1
|
|
491
|
-
}
|
|
559
|
+
},
|
|
560
|
+
"hex": "#fef9c2",
|
|
561
|
+
"delta": .08436369230008424
|
|
492
562
|
},
|
|
493
563
|
"yellow-200": {
|
|
494
564
|
"name": "yellow-200",
|
|
@@ -502,7 +572,9 @@ const tw4Colors = {
|
|
|
502
572
|
101.54
|
|
503
573
|
],
|
|
504
574
|
"alpha": 1
|
|
505
|
-
}
|
|
575
|
+
},
|
|
576
|
+
"hex": "#fff085",
|
|
577
|
+
"delta": .10207082323214281
|
|
506
578
|
},
|
|
507
579
|
"yellow-300": {
|
|
508
580
|
"name": "yellow-300",
|
|
@@ -516,7 +588,9 @@ const tw4Colors = {
|
|
|
516
588
|
98.111
|
|
517
589
|
],
|
|
518
590
|
"alpha": 1
|
|
519
|
-
}
|
|
591
|
+
},
|
|
592
|
+
"hex": "#ffdf20",
|
|
593
|
+
"delta": .14004958924036226
|
|
520
594
|
},
|
|
521
595
|
"yellow-400": {
|
|
522
596
|
"name": "yellow-400",
|
|
@@ -530,7 +604,9 @@ const tw4Colors = {
|
|
|
530
604
|
91.936
|
|
531
605
|
],
|
|
532
606
|
"alpha": 1
|
|
533
|
-
}
|
|
607
|
+
},
|
|
608
|
+
"hex": "#fdc700",
|
|
609
|
+
"delta": .10803253709076978
|
|
534
610
|
},
|
|
535
611
|
"yellow-500": {
|
|
536
612
|
"name": "yellow-500",
|
|
@@ -544,7 +620,9 @@ const tw4Colors = {
|
|
|
544
620
|
86.047
|
|
545
621
|
],
|
|
546
622
|
"alpha": 1
|
|
547
|
-
}
|
|
623
|
+
},
|
|
624
|
+
"hex": "#f0b100",
|
|
625
|
+
"delta": .11454006002741192
|
|
548
626
|
},
|
|
549
627
|
"yellow-600": {
|
|
550
628
|
"name": "yellow-600",
|
|
@@ -558,7 +636,9 @@ const tw4Colors = {
|
|
|
558
636
|
75.834
|
|
559
637
|
],
|
|
560
638
|
"alpha": 1
|
|
561
|
-
}
|
|
639
|
+
},
|
|
640
|
+
"hex": "#d08700",
|
|
641
|
+
"delta": .10991699912342516
|
|
562
642
|
},
|
|
563
643
|
"yellow-700": {
|
|
564
644
|
"name": "yellow-700",
|
|
@@ -572,7 +652,9 @@ const tw4Colors = {
|
|
|
572
652
|
66.442
|
|
573
653
|
],
|
|
574
654
|
"alpha": 1
|
|
575
|
-
}
|
|
655
|
+
},
|
|
656
|
+
"hex": "#a65f00",
|
|
657
|
+
"delta": .07295748851538779
|
|
576
658
|
},
|
|
577
659
|
"yellow-800": {
|
|
578
660
|
"name": "yellow-800",
|
|
@@ -586,7 +668,9 @@ const tw4Colors = {
|
|
|
586
668
|
61.907
|
|
587
669
|
],
|
|
588
670
|
"alpha": 1
|
|
589
|
-
}
|
|
671
|
+
},
|
|
672
|
+
"hex": "#894b00",
|
|
673
|
+
"delta": .13454640837746734
|
|
590
674
|
},
|
|
591
675
|
"yellow-900": {
|
|
592
676
|
"name": "yellow-900",
|
|
@@ -600,7 +684,9 @@ const tw4Colors = {
|
|
|
600
684
|
57.708
|
|
601
685
|
],
|
|
602
686
|
"alpha": 1
|
|
603
|
-
}
|
|
687
|
+
},
|
|
688
|
+
"hex": "#733e0a",
|
|
689
|
+
"delta": .13170776555354535
|
|
604
690
|
},
|
|
605
691
|
"yellow-950": {
|
|
606
692
|
"name": "yellow-950",
|
|
@@ -614,7 +700,9 @@ const tw4Colors = {
|
|
|
614
700
|
53.813
|
|
615
701
|
],
|
|
616
702
|
"alpha": 1
|
|
617
|
-
}
|
|
703
|
+
},
|
|
704
|
+
"hex": "#432004",
|
|
705
|
+
"delta": .2968074848903228
|
|
618
706
|
},
|
|
619
707
|
"lime-50": {
|
|
620
708
|
"name": "lime-50",
|
|
@@ -628,7 +716,9 @@ const tw4Colors = {
|
|
|
628
716
|
120.757
|
|
629
717
|
],
|
|
630
718
|
"alpha": 1
|
|
631
|
-
}
|
|
719
|
+
},
|
|
720
|
+
"hex": "#f7fee7",
|
|
721
|
+
"delta": .024151452822322107
|
|
632
722
|
},
|
|
633
723
|
"lime-100": {
|
|
634
724
|
"name": "lime-100",
|
|
@@ -642,7 +732,9 @@ const tw4Colors = {
|
|
|
642
732
|
122.328
|
|
643
733
|
],
|
|
644
734
|
"alpha": 1
|
|
645
|
-
}
|
|
735
|
+
},
|
|
736
|
+
"hex": "#ecfcca",
|
|
737
|
+
"delta": .0935678255918547
|
|
646
738
|
},
|
|
647
739
|
"lime-200": {
|
|
648
740
|
"name": "lime-200",
|
|
@@ -656,7 +748,9 @@ const tw4Colors = {
|
|
|
656
748
|
124.321
|
|
657
749
|
],
|
|
658
750
|
"alpha": 1
|
|
659
|
-
}
|
|
751
|
+
},
|
|
752
|
+
"hex": "#d8f999",
|
|
753
|
+
"delta": .11344434545226813
|
|
660
754
|
},
|
|
661
755
|
"lime-300": {
|
|
662
756
|
"name": "lime-300",
|
|
@@ -670,7 +764,9 @@ const tw4Colors = {
|
|
|
670
764
|
126.665
|
|
671
765
|
],
|
|
672
766
|
"alpha": 1
|
|
673
|
-
}
|
|
767
|
+
},
|
|
768
|
+
"hex": "#bbf451",
|
|
769
|
+
"delta": .09436678010914752
|
|
674
770
|
},
|
|
675
771
|
"lime-400": {
|
|
676
772
|
"name": "lime-400",
|
|
@@ -684,7 +780,9 @@ const tw4Colors = {
|
|
|
684
780
|
128.85
|
|
685
781
|
],
|
|
686
782
|
"alpha": 1
|
|
687
|
-
}
|
|
783
|
+
},
|
|
784
|
+
"hex": "#9ae600",
|
|
785
|
+
"delta": .051688208984356165
|
|
688
786
|
},
|
|
689
787
|
"lime-500": {
|
|
690
788
|
"name": "lime-500",
|
|
@@ -698,7 +796,9 @@ const tw4Colors = {
|
|
|
698
796
|
130.85
|
|
699
797
|
],
|
|
700
798
|
"alpha": 1
|
|
701
|
-
}
|
|
799
|
+
},
|
|
800
|
+
"hex": "#7ccf00",
|
|
801
|
+
"delta": .1238335866227639
|
|
702
802
|
},
|
|
703
803
|
"lime-600": {
|
|
704
804
|
"name": "lime-600",
|
|
@@ -712,7 +812,9 @@ const tw4Colors = {
|
|
|
712
812
|
131.684
|
|
713
813
|
],
|
|
714
814
|
"alpha": 1
|
|
715
|
-
}
|
|
815
|
+
},
|
|
816
|
+
"hex": "#5ea500",
|
|
817
|
+
"delta": .033547701201968316
|
|
716
818
|
},
|
|
717
819
|
"lime-700": {
|
|
718
820
|
"name": "lime-700",
|
|
@@ -726,7 +828,9 @@ const tw4Colors = {
|
|
|
726
828
|
131.589
|
|
727
829
|
],
|
|
728
830
|
"alpha": 1
|
|
729
|
-
}
|
|
831
|
+
},
|
|
832
|
+
"hex": "#497d00",
|
|
833
|
+
"delta": .14231465810978086
|
|
730
834
|
},
|
|
731
835
|
"lime-800": {
|
|
732
836
|
"name": "lime-800",
|
|
@@ -740,7 +844,9 @@ const tw4Colors = {
|
|
|
740
844
|
130.933
|
|
741
845
|
],
|
|
742
846
|
"alpha": 1
|
|
743
|
-
}
|
|
847
|
+
},
|
|
848
|
+
"hex": "#3c6300",
|
|
849
|
+
"delta": .1064851069722387
|
|
744
850
|
},
|
|
745
851
|
"lime-900": {
|
|
746
852
|
"name": "lime-900",
|
|
@@ -754,7 +860,9 @@ const tw4Colors = {
|
|
|
754
860
|
131.063
|
|
755
861
|
],
|
|
756
862
|
"alpha": 1
|
|
757
|
-
}
|
|
863
|
+
},
|
|
864
|
+
"hex": "#35530e",
|
|
865
|
+
"delta": .18399624153994115
|
|
758
866
|
},
|
|
759
867
|
"lime-950": {
|
|
760
868
|
"name": "lime-950",
|
|
@@ -768,7 +876,9 @@ const tw4Colors = {
|
|
|
768
876
|
132.109
|
|
769
877
|
],
|
|
770
878
|
"alpha": 1
|
|
771
|
-
}
|
|
879
|
+
},
|
|
880
|
+
"hex": "#192e03",
|
|
881
|
+
"delta": .13058096814659206
|
|
772
882
|
},
|
|
773
883
|
"green-50": {
|
|
774
884
|
"name": "green-50",
|
|
@@ -782,7 +892,9 @@ const tw4Colors = {
|
|
|
782
892
|
155.826
|
|
783
893
|
],
|
|
784
894
|
"alpha": 1
|
|
785
|
-
}
|
|
895
|
+
},
|
|
896
|
+
"hex": "#f0fdf4",
|
|
897
|
+
"delta": .02572806625187551
|
|
786
898
|
},
|
|
787
899
|
"green-100": {
|
|
788
900
|
"name": "green-100",
|
|
@@ -796,7 +908,9 @@ const tw4Colors = {
|
|
|
796
908
|
156.743
|
|
797
909
|
],
|
|
798
910
|
"alpha": 1
|
|
799
|
-
}
|
|
911
|
+
},
|
|
912
|
+
"hex": "#dcfce7",
|
|
913
|
+
"delta": .1567131165612756
|
|
800
914
|
},
|
|
801
915
|
"green-200": {
|
|
802
916
|
"name": "green-200",
|
|
@@ -810,7 +924,9 @@ const tw4Colors = {
|
|
|
810
924
|
155.995
|
|
811
925
|
],
|
|
812
926
|
"alpha": 1
|
|
813
|
-
}
|
|
927
|
+
},
|
|
928
|
+
"hex": "#b9f8cf",
|
|
929
|
+
"delta": .10873928537083943
|
|
814
930
|
},
|
|
815
931
|
"green-300": {
|
|
816
932
|
"name": "green-300",
|
|
@@ -824,7 +940,9 @@ const tw4Colors = {
|
|
|
824
940
|
154.449
|
|
825
941
|
],
|
|
826
942
|
"alpha": 1
|
|
827
|
-
}
|
|
943
|
+
},
|
|
944
|
+
"hex": "#7bf1a8",
|
|
945
|
+
"delta": .1468040112282897
|
|
828
946
|
},
|
|
829
947
|
"green-400": {
|
|
830
948
|
"name": "green-400",
|
|
@@ -838,7 +956,9 @@ const tw4Colors = {
|
|
|
838
956
|
151.711
|
|
839
957
|
],
|
|
840
958
|
"alpha": 1
|
|
841
|
-
}
|
|
959
|
+
},
|
|
960
|
+
"hex": "#05df72",
|
|
961
|
+
"delta": .05976958611280808
|
|
842
962
|
},
|
|
843
963
|
"green-500": {
|
|
844
964
|
"name": "green-500",
|
|
@@ -852,7 +972,9 @@ const tw4Colors = {
|
|
|
852
972
|
149.579
|
|
853
973
|
],
|
|
854
974
|
"alpha": 1
|
|
855
|
-
}
|
|
975
|
+
},
|
|
976
|
+
"hex": "#00c950",
|
|
977
|
+
"delta": .11052887273484024
|
|
856
978
|
},
|
|
857
979
|
"green-600": {
|
|
858
980
|
"name": "green-600",
|
|
@@ -866,7 +988,9 @@ const tw4Colors = {
|
|
|
866
988
|
149.214
|
|
867
989
|
],
|
|
868
990
|
"alpha": 1
|
|
869
|
-
}
|
|
991
|
+
},
|
|
992
|
+
"hex": "#00a63e",
|
|
993
|
+
"delta": .05414034241042144
|
|
870
994
|
},
|
|
871
995
|
"green-700": {
|
|
872
996
|
"name": "green-700",
|
|
@@ -880,7 +1004,9 @@ const tw4Colors = {
|
|
|
880
1004
|
150.069
|
|
881
1005
|
],
|
|
882
1006
|
"alpha": 1
|
|
883
|
-
}
|
|
1007
|
+
},
|
|
1008
|
+
"hex": "#008236",
|
|
1009
|
+
"delta": .09824721756244521
|
|
884
1010
|
},
|
|
885
1011
|
"green-800": {
|
|
886
1012
|
"name": "green-800",
|
|
@@ -894,7 +1020,9 @@ const tw4Colors = {
|
|
|
894
1020
|
151.328
|
|
895
1021
|
],
|
|
896
1022
|
"alpha": 1
|
|
897
|
-
}
|
|
1023
|
+
},
|
|
1024
|
+
"hex": "#016630",
|
|
1025
|
+
"delta": .13324602812173011
|
|
898
1026
|
},
|
|
899
1027
|
"green-900": {
|
|
900
1028
|
"name": "green-900",
|
|
@@ -908,7 +1036,9 @@ const tw4Colors = {
|
|
|
908
1036
|
152.535
|
|
909
1037
|
],
|
|
910
1038
|
"alpha": 1
|
|
911
|
-
}
|
|
1039
|
+
},
|
|
1040
|
+
"hex": "#0d542b",
|
|
1041
|
+
"delta": .16440048905122917
|
|
912
1042
|
},
|
|
913
1043
|
"green-950": {
|
|
914
1044
|
"name": "green-950",
|
|
@@ -922,7 +1052,9 @@ const tw4Colors = {
|
|
|
922
1052
|
152.934
|
|
923
1053
|
],
|
|
924
1054
|
"alpha": 1
|
|
925
|
-
}
|
|
1055
|
+
},
|
|
1056
|
+
"hex": "#032e15",
|
|
1057
|
+
"delta": .07716601922014275
|
|
926
1058
|
},
|
|
927
1059
|
"emerald-50": {
|
|
928
1060
|
"name": "emerald-50",
|
|
@@ -936,7 +1068,9 @@ const tw4Colors = {
|
|
|
936
1068
|
166.113
|
|
937
1069
|
],
|
|
938
1070
|
"alpha": 1
|
|
939
|
-
}
|
|
1071
|
+
},
|
|
1072
|
+
"hex": "#ecfdf5",
|
|
1073
|
+
"delta": .11401607088718753
|
|
940
1074
|
},
|
|
941
1075
|
"emerald-100": {
|
|
942
1076
|
"name": "emerald-100",
|
|
@@ -950,7 +1084,9 @@ const tw4Colors = {
|
|
|
950
1084
|
163.051
|
|
951
1085
|
],
|
|
952
1086
|
"alpha": 1
|
|
953
|
-
}
|
|
1087
|
+
},
|
|
1088
|
+
"hex": "#d0fae5",
|
|
1089
|
+
"delta": .16258853663053363
|
|
954
1090
|
},
|
|
955
1091
|
"emerald-200": {
|
|
956
1092
|
"name": "emerald-200",
|
|
@@ -964,7 +1100,9 @@ const tw4Colors = {
|
|
|
964
1100
|
164.15
|
|
965
1101
|
],
|
|
966
1102
|
"alpha": 1
|
|
967
|
-
}
|
|
1103
|
+
},
|
|
1104
|
+
"hex": "#a4f4cf",
|
|
1105
|
+
"delta": .1885346293359981
|
|
968
1106
|
},
|
|
969
1107
|
"emerald-300": {
|
|
970
1108
|
"name": "emerald-300",
|
|
@@ -978,7 +1116,9 @@ const tw4Colors = {
|
|
|
978
1116
|
164.978
|
|
979
1117
|
],
|
|
980
1118
|
"alpha": 1
|
|
981
|
-
}
|
|
1119
|
+
},
|
|
1120
|
+
"hex": "#5ee9b5",
|
|
1121
|
+
"delta": .15194832310579032
|
|
982
1122
|
},
|
|
983
1123
|
"emerald-400": {
|
|
984
1124
|
"name": "emerald-400",
|
|
@@ -992,7 +1132,9 @@ const tw4Colors = {
|
|
|
992
1132
|
163.223
|
|
993
1133
|
],
|
|
994
1134
|
"alpha": 1
|
|
995
|
-
}
|
|
1135
|
+
},
|
|
1136
|
+
"hex": "#00d492",
|
|
1137
|
+
"delta": .09496988370297477
|
|
996
1138
|
},
|
|
997
1139
|
"emerald-500": {
|
|
998
1140
|
"name": "emerald-500",
|
|
@@ -1006,7 +1148,9 @@ const tw4Colors = {
|
|
|
1006
1148
|
162.48
|
|
1007
1149
|
],
|
|
1008
1150
|
"alpha": 1
|
|
1009
|
-
}
|
|
1151
|
+
},
|
|
1152
|
+
"hex": "#00bc7d",
|
|
1153
|
+
"delta": .1533608397412629
|
|
1010
1154
|
},
|
|
1011
1155
|
"emerald-600": {
|
|
1012
1156
|
"name": "emerald-600",
|
|
@@ -1020,7 +1164,9 @@ const tw4Colors = {
|
|
|
1020
1164
|
163.225
|
|
1021
1165
|
],
|
|
1022
1166
|
"alpha": 1
|
|
1023
|
-
}
|
|
1167
|
+
},
|
|
1168
|
+
"hex": "#009966",
|
|
1169
|
+
"delta": .08956857567966797
|
|
1024
1170
|
},
|
|
1025
1171
|
"emerald-700": {
|
|
1026
1172
|
"name": "emerald-700",
|
|
@@ -1034,7 +1180,9 @@ const tw4Colors = {
|
|
|
1034
1180
|
165.612
|
|
1035
1181
|
],
|
|
1036
1182
|
"alpha": 1
|
|
1037
|
-
}
|
|
1183
|
+
},
|
|
1184
|
+
"hex": "#007a55",
|
|
1185
|
+
"delta": .03637523652250196
|
|
1038
1186
|
},
|
|
1039
1187
|
"emerald-800": {
|
|
1040
1188
|
"name": "emerald-800",
|
|
@@ -1048,7 +1196,9 @@ const tw4Colors = {
|
|
|
1048
1196
|
166.913
|
|
1049
1197
|
],
|
|
1050
1198
|
"alpha": 1
|
|
1051
|
-
}
|
|
1199
|
+
},
|
|
1200
|
+
"hex": "#006045",
|
|
1201
|
+
"delta": .13870028812111018
|
|
1052
1202
|
},
|
|
1053
1203
|
"emerald-900": {
|
|
1054
1204
|
"name": "emerald-900",
|
|
@@ -1062,7 +1212,9 @@ const tw4Colors = {
|
|
|
1062
1212
|
168.94
|
|
1063
1213
|
],
|
|
1064
1214
|
"alpha": 1
|
|
1065
|
-
}
|
|
1215
|
+
},
|
|
1216
|
+
"hex": "#004f3b",
|
|
1217
|
+
"delta": .13639893825560678
|
|
1066
1218
|
},
|
|
1067
1219
|
"emerald-950": {
|
|
1068
1220
|
"name": "emerald-950",
|
|
@@ -1076,7 +1228,9 @@ const tw4Colors = {
|
|
|
1076
1228
|
172.552
|
|
1077
1229
|
],
|
|
1078
1230
|
"alpha": 1
|
|
1079
|
-
}
|
|
1231
|
+
},
|
|
1232
|
+
"hex": "#002c22",
|
|
1233
|
+
"delta": .22247787799665567
|
|
1080
1234
|
},
|
|
1081
1235
|
"teal-50": {
|
|
1082
1236
|
"name": "teal-50",
|
|
@@ -1090,7 +1244,9 @@ const tw4Colors = {
|
|
|
1090
1244
|
180.72
|
|
1091
1245
|
],
|
|
1092
1246
|
"alpha": 1
|
|
1093
|
-
}
|
|
1247
|
+
},
|
|
1248
|
+
"hex": "#f0fdfa",
|
|
1249
|
+
"delta": .08039735651218874
|
|
1094
1250
|
},
|
|
1095
1251
|
"teal-100": {
|
|
1096
1252
|
"name": "teal-100",
|
|
@@ -1104,7 +1260,9 @@ const tw4Colors = {
|
|
|
1104
1260
|
180.801
|
|
1105
1261
|
],
|
|
1106
1262
|
"alpha": 1
|
|
1107
|
-
}
|
|
1263
|
+
},
|
|
1264
|
+
"hex": "#cbfbf1",
|
|
1265
|
+
"delta": .11550287455992128
|
|
1108
1266
|
},
|
|
1109
1267
|
"teal-200": {
|
|
1110
1268
|
"name": "teal-200",
|
|
@@ -1118,7 +1276,9 @@ const tw4Colors = {
|
|
|
1118
1276
|
180.426
|
|
1119
1277
|
],
|
|
1120
1278
|
"alpha": 1
|
|
1121
|
-
}
|
|
1279
|
+
},
|
|
1280
|
+
"hex": "#96f7e4",
|
|
1281
|
+
"delta": .15653726508280252
|
|
1122
1282
|
},
|
|
1123
1283
|
"teal-300": {
|
|
1124
1284
|
"name": "teal-300",
|
|
@@ -1132,7 +1292,9 @@ const tw4Colors = {
|
|
|
1132
1292
|
181.071
|
|
1133
1293
|
],
|
|
1134
1294
|
"alpha": 1
|
|
1135
|
-
}
|
|
1295
|
+
},
|
|
1296
|
+
"hex": "#46ecd5",
|
|
1297
|
+
"delta": .28980559554452484
|
|
1136
1298
|
},
|
|
1137
1299
|
"teal-400": {
|
|
1138
1300
|
"name": "teal-400",
|
|
@@ -1146,7 +1308,9 @@ const tw4Colors = {
|
|
|
1146
1308
|
181.912
|
|
1147
1309
|
],
|
|
1148
1310
|
"alpha": 1
|
|
1149
|
-
}
|
|
1311
|
+
},
|
|
1312
|
+
"hex": "#00d5be",
|
|
1313
|
+
"delta": .13038972604788984
|
|
1150
1314
|
},
|
|
1151
1315
|
"teal-500": {
|
|
1152
1316
|
"name": "teal-500",
|
|
@@ -1160,7 +1324,9 @@ const tw4Colors = {
|
|
|
1160
1324
|
182.503
|
|
1161
1325
|
],
|
|
1162
1326
|
"alpha": 1
|
|
1163
|
-
}
|
|
1327
|
+
},
|
|
1328
|
+
"hex": "#00bba7",
|
|
1329
|
+
"delta": .002437840010850187
|
|
1164
1330
|
},
|
|
1165
1331
|
"teal-600": {
|
|
1166
1332
|
"name": "teal-600",
|
|
@@ -1174,7 +1340,9 @@ const tw4Colors = {
|
|
|
1174
1340
|
184.704
|
|
1175
1341
|
],
|
|
1176
1342
|
"alpha": 1
|
|
1177
|
-
}
|
|
1343
|
+
},
|
|
1344
|
+
"hex": "#009689",
|
|
1345
|
+
"delta": .11990387844389903
|
|
1178
1346
|
},
|
|
1179
1347
|
"teal-700": {
|
|
1180
1348
|
"name": "teal-700",
|
|
@@ -1188,7 +1356,9 @@ const tw4Colors = {
|
|
|
1188
1356
|
186.391
|
|
1189
1357
|
],
|
|
1190
1358
|
"alpha": 1
|
|
1191
|
-
}
|
|
1359
|
+
},
|
|
1360
|
+
"hex": "#00786f",
|
|
1361
|
+
"delta": .19114118478177433
|
|
1192
1362
|
},
|
|
1193
1363
|
"teal-800": {
|
|
1194
1364
|
"name": "teal-800",
|
|
@@ -1202,7 +1372,9 @@ const tw4Colors = {
|
|
|
1202
1372
|
188.216
|
|
1203
1373
|
],
|
|
1204
1374
|
"alpha": 1
|
|
1205
|
-
}
|
|
1375
|
+
},
|
|
1376
|
+
"hex": "#005f5a",
|
|
1377
|
+
"delta": .16533776009422316
|
|
1206
1378
|
},
|
|
1207
1379
|
"teal-900": {
|
|
1208
1380
|
"name": "teal-900",
|
|
@@ -1216,7 +1388,9 @@ const tw4Colors = {
|
|
|
1216
1388
|
188.416
|
|
1217
1389
|
],
|
|
1218
1390
|
"alpha": 1
|
|
1219
|
-
}
|
|
1391
|
+
},
|
|
1392
|
+
"hex": "#0b4f4a",
|
|
1393
|
+
"delta": .4188458985174023
|
|
1220
1394
|
},
|
|
1221
1395
|
"teal-950": {
|
|
1222
1396
|
"name": "teal-950",
|
|
@@ -1230,7 +1404,9 @@ const tw4Colors = {
|
|
|
1230
1404
|
192.524
|
|
1231
1405
|
],
|
|
1232
1406
|
"alpha": 1
|
|
1233
|
-
}
|
|
1407
|
+
},
|
|
1408
|
+
"hex": "#022f2e",
|
|
1409
|
+
"delta": .034514581039227374
|
|
1234
1410
|
},
|
|
1235
1411
|
"cyan-50": {
|
|
1236
1412
|
"name": "cyan-50",
|
|
@@ -1244,7 +1420,9 @@ const tw4Colors = {
|
|
|
1244
1420
|
200.873
|
|
1245
1421
|
],
|
|
1246
1422
|
"alpha": 1
|
|
1247
|
-
}
|
|
1423
|
+
},
|
|
1424
|
+
"hex": "#ecfeff",
|
|
1425
|
+
"delta": .04461490634422604
|
|
1248
1426
|
},
|
|
1249
1427
|
"cyan-100": {
|
|
1250
1428
|
"name": "cyan-100",
|
|
@@ -1258,7 +1436,9 @@ const tw4Colors = {
|
|
|
1258
1436
|
203.388
|
|
1259
1437
|
],
|
|
1260
1438
|
"alpha": 1
|
|
1261
|
-
}
|
|
1439
|
+
},
|
|
1440
|
+
"hex": "#cefafe",
|
|
1441
|
+
"delta": .09209294865863449
|
|
1262
1442
|
},
|
|
1263
1443
|
"cyan-200": {
|
|
1264
1444
|
"name": "cyan-200",
|
|
@@ -1272,7 +1452,9 @@ const tw4Colors = {
|
|
|
1272
1452
|
205.041
|
|
1273
1453
|
],
|
|
1274
1454
|
"alpha": 1
|
|
1275
|
-
}
|
|
1455
|
+
},
|
|
1456
|
+
"hex": "#a2f4fd",
|
|
1457
|
+
"delta": .20278081788520763
|
|
1276
1458
|
},
|
|
1277
1459
|
"cyan-300": {
|
|
1278
1460
|
"name": "cyan-300",
|
|
@@ -1286,7 +1468,9 @@ const tw4Colors = {
|
|
|
1286
1468
|
207.078
|
|
1287
1469
|
],
|
|
1288
1470
|
"alpha": 1
|
|
1289
|
-
}
|
|
1471
|
+
},
|
|
1472
|
+
"hex": "#53eafd",
|
|
1473
|
+
"delta": .039880382118734
|
|
1290
1474
|
},
|
|
1291
1475
|
"cyan-400": {
|
|
1292
1476
|
"name": "cyan-400",
|
|
@@ -1300,7 +1484,9 @@ const tw4Colors = {
|
|
|
1300
1484
|
211.53
|
|
1301
1485
|
],
|
|
1302
1486
|
"alpha": 1
|
|
1303
|
-
}
|
|
1487
|
+
},
|
|
1488
|
+
"hex": "#00d3f3",
|
|
1489
|
+
"delta": .13809292022216854
|
|
1304
1490
|
},
|
|
1305
1491
|
"cyan-500": {
|
|
1306
1492
|
"name": "cyan-500",
|
|
@@ -1314,7 +1500,9 @@ const tw4Colors = {
|
|
|
1314
1500
|
215.221
|
|
1315
1501
|
],
|
|
1316
1502
|
"alpha": 1
|
|
1317
|
-
}
|
|
1503
|
+
},
|
|
1504
|
+
"hex": "#00b8db",
|
|
1505
|
+
"delta": .13882607614115114
|
|
1318
1506
|
},
|
|
1319
1507
|
"cyan-600": {
|
|
1320
1508
|
"name": "cyan-600",
|
|
@@ -1328,7 +1516,9 @@ const tw4Colors = {
|
|
|
1328
1516
|
221.723
|
|
1329
1517
|
],
|
|
1330
1518
|
"alpha": 1
|
|
1331
|
-
}
|
|
1519
|
+
},
|
|
1520
|
+
"hex": "#0092b8",
|
|
1521
|
+
"delta": .15428836119103864
|
|
1332
1522
|
},
|
|
1333
1523
|
"cyan-700": {
|
|
1334
1524
|
"name": "cyan-700",
|
|
@@ -1342,7 +1532,9 @@ const tw4Colors = {
|
|
|
1342
1532
|
223.128
|
|
1343
1533
|
],
|
|
1344
1534
|
"alpha": 1
|
|
1345
|
-
}
|
|
1535
|
+
},
|
|
1536
|
+
"hex": "#007595",
|
|
1537
|
+
"delta": .11833472931515496
|
|
1346
1538
|
},
|
|
1347
1539
|
"cyan-800": {
|
|
1348
1540
|
"name": "cyan-800",
|
|
@@ -1356,7 +1548,9 @@ const tw4Colors = {
|
|
|
1356
1548
|
224.283
|
|
1357
1549
|
],
|
|
1358
1550
|
"alpha": 1
|
|
1359
|
-
}
|
|
1551
|
+
},
|
|
1552
|
+
"hex": "#005f78",
|
|
1553
|
+
"delta": .2727340879898781
|
|
1360
1554
|
},
|
|
1361
1555
|
"cyan-900": {
|
|
1362
1556
|
"name": "cyan-900",
|
|
@@ -1370,7 +1564,9 @@ const tw4Colors = {
|
|
|
1370
1564
|
227.392
|
|
1371
1565
|
],
|
|
1372
1566
|
"alpha": 1
|
|
1373
|
-
}
|
|
1567
|
+
},
|
|
1568
|
+
"hex": "#104e64",
|
|
1569
|
+
"delta": .11437981994346585
|
|
1374
1570
|
},
|
|
1375
1571
|
"cyan-950": {
|
|
1376
1572
|
"name": "cyan-950",
|
|
@@ -1384,7 +1580,9 @@ const tw4Colors = {
|
|
|
1384
1580
|
229.695
|
|
1385
1581
|
],
|
|
1386
1582
|
"alpha": 1
|
|
1387
|
-
}
|
|
1583
|
+
},
|
|
1584
|
+
"hex": "#053345",
|
|
1585
|
+
"delta": .19773154890980288
|
|
1388
1586
|
},
|
|
1389
1587
|
"sky-50": {
|
|
1390
1588
|
"name": "sky-50",
|
|
@@ -1398,7 +1596,9 @@ const tw4Colors = {
|
|
|
1398
1596
|
236.62
|
|
1399
1597
|
],
|
|
1400
1598
|
"alpha": 1
|
|
1401
|
-
}
|
|
1599
|
+
},
|
|
1600
|
+
"hex": "#f0f9ff",
|
|
1601
|
+
"delta": .17295315917001702
|
|
1402
1602
|
},
|
|
1403
1603
|
"sky-100": {
|
|
1404
1604
|
"name": "sky-100",
|
|
@@ -1412,7 +1612,9 @@ const tw4Colors = {
|
|
|
1412
1612
|
236.824
|
|
1413
1613
|
],
|
|
1414
1614
|
"alpha": 1
|
|
1415
|
-
}
|
|
1615
|
+
},
|
|
1616
|
+
"hex": "#dff2fe",
|
|
1617
|
+
"delta": .2759616915496604
|
|
1416
1618
|
},
|
|
1417
1619
|
"sky-200": {
|
|
1418
1620
|
"name": "sky-200",
|
|
@@ -1426,7 +1628,9 @@ const tw4Colors = {
|
|
|
1426
1628
|
230.902
|
|
1427
1629
|
],
|
|
1428
1630
|
"alpha": 1
|
|
1429
|
-
}
|
|
1631
|
+
},
|
|
1632
|
+
"hex": "#b8e6fe",
|
|
1633
|
+
"delta": .04769864065362589
|
|
1430
1634
|
},
|
|
1431
1635
|
"sky-300": {
|
|
1432
1636
|
"name": "sky-300",
|
|
@@ -1440,7 +1644,9 @@ const tw4Colors = {
|
|
|
1440
1644
|
230.318
|
|
1441
1645
|
],
|
|
1442
1646
|
"alpha": 1
|
|
1443
|
-
}
|
|
1647
|
+
},
|
|
1648
|
+
"hex": "#74d4ff",
|
|
1649
|
+
"delta": .07154431798029019
|
|
1444
1650
|
},
|
|
1445
1651
|
"sky-400": {
|
|
1446
1652
|
"name": "sky-400",
|
|
@@ -1454,7 +1660,9 @@ const tw4Colors = {
|
|
|
1454
1660
|
232.661
|
|
1455
1661
|
],
|
|
1456
1662
|
"alpha": 1
|
|
1457
|
-
}
|
|
1663
|
+
},
|
|
1664
|
+
"hex": "#00bcff",
|
|
1665
|
+
"delta": .08165569115610637
|
|
1458
1666
|
},
|
|
1459
1667
|
"sky-500": {
|
|
1460
1668
|
"name": "sky-500",
|
|
@@ -1468,7 +1676,9 @@ const tw4Colors = {
|
|
|
1468
1676
|
237.323
|
|
1469
1677
|
],
|
|
1470
1678
|
"alpha": 1
|
|
1471
|
-
}
|
|
1679
|
+
},
|
|
1680
|
+
"hex": "#00a6f4",
|
|
1681
|
+
"delta": .12769336435289178
|
|
1472
1682
|
},
|
|
1473
1683
|
"sky-600": {
|
|
1474
1684
|
"name": "sky-600",
|
|
@@ -1482,7 +1692,9 @@ const tw4Colors = {
|
|
|
1482
1692
|
241.966
|
|
1483
1693
|
],
|
|
1484
1694
|
"alpha": 1
|
|
1485
|
-
}
|
|
1695
|
+
},
|
|
1696
|
+
"hex": "#0084d1",
|
|
1697
|
+
"delta": .05058210000160589
|
|
1486
1698
|
},
|
|
1487
1699
|
"sky-700": {
|
|
1488
1700
|
"name": "sky-700",
|
|
@@ -1496,7 +1708,9 @@ const tw4Colors = {
|
|
|
1496
1708
|
242.749
|
|
1497
1709
|
],
|
|
1498
1710
|
"alpha": 1
|
|
1499
|
-
}
|
|
1711
|
+
},
|
|
1712
|
+
"hex": "#0069a8",
|
|
1713
|
+
"delta": .07929036553064808
|
|
1500
1714
|
},
|
|
1501
1715
|
"sky-800": {
|
|
1502
1716
|
"name": "sky-800",
|
|
@@ -1510,7 +1724,9 @@ const tw4Colors = {
|
|
|
1510
1724
|
240.79
|
|
1511
1725
|
],
|
|
1512
1726
|
"alpha": 1
|
|
1513
|
-
}
|
|
1727
|
+
},
|
|
1728
|
+
"hex": "#00598a",
|
|
1729
|
+
"delta": .07578934174878547
|
|
1514
1730
|
},
|
|
1515
1731
|
"sky-900": {
|
|
1516
1732
|
"name": "sky-900",
|
|
@@ -1524,7 +1740,9 @@ const tw4Colors = {
|
|
|
1524
1740
|
240.876
|
|
1525
1741
|
],
|
|
1526
1742
|
"alpha": 1
|
|
1527
|
-
}
|
|
1743
|
+
},
|
|
1744
|
+
"hex": "#024a70",
|
|
1745
|
+
"delta": .13559359355512415
|
|
1528
1746
|
},
|
|
1529
1747
|
"sky-950": {
|
|
1530
1748
|
"name": "sky-950",
|
|
@@ -1538,7 +1756,9 @@ const tw4Colors = {
|
|
|
1538
1756
|
243.157
|
|
1539
1757
|
],
|
|
1540
1758
|
"alpha": 1
|
|
1541
|
-
}
|
|
1759
|
+
},
|
|
1760
|
+
"hex": "#052f4a",
|
|
1761
|
+
"delta": .1202042100194962
|
|
1542
1762
|
},
|
|
1543
1763
|
"blue-50": {
|
|
1544
1764
|
"name": "blue-50",
|
|
@@ -1552,7 +1772,9 @@ const tw4Colors = {
|
|
|
1552
1772
|
254.604
|
|
1553
1773
|
],
|
|
1554
1774
|
"alpha": 1
|
|
1555
|
-
}
|
|
1775
|
+
},
|
|
1776
|
+
"hex": "#eff6ff",
|
|
1777
|
+
"delta": .0536658933182499
|
|
1556
1778
|
},
|
|
1557
1779
|
"blue-100": {
|
|
1558
1780
|
"name": "blue-100",
|
|
@@ -1566,7 +1788,9 @@ const tw4Colors = {
|
|
|
1566
1788
|
255.585
|
|
1567
1789
|
],
|
|
1568
1790
|
"alpha": 1
|
|
1569
|
-
}
|
|
1791
|
+
},
|
|
1792
|
+
"hex": "#dbeafe",
|
|
1793
|
+
"delta": .10448951675530252
|
|
1570
1794
|
},
|
|
1571
1795
|
"blue-200": {
|
|
1572
1796
|
"name": "blue-200",
|
|
@@ -1580,7 +1804,9 @@ const tw4Colors = {
|
|
|
1580
1804
|
254.128
|
|
1581
1805
|
],
|
|
1582
1806
|
"alpha": 1
|
|
1583
|
-
}
|
|
1807
|
+
},
|
|
1808
|
+
"hex": "#bedbff",
|
|
1809
|
+
"delta": .017394043336953213
|
|
1584
1810
|
},
|
|
1585
1811
|
"blue-300": {
|
|
1586
1812
|
"name": "blue-300",
|
|
@@ -1594,7 +1820,9 @@ const tw4Colors = {
|
|
|
1594
1820
|
251.813
|
|
1595
1821
|
],
|
|
1596
1822
|
"alpha": 1
|
|
1597
|
-
}
|
|
1823
|
+
},
|
|
1824
|
+
"hex": "#8ec5ff",
|
|
1825
|
+
"delta": .06982899842353806
|
|
1598
1826
|
},
|
|
1599
1827
|
"blue-400": {
|
|
1600
1828
|
"name": "blue-400",
|
|
@@ -1608,7 +1836,9 @@ const tw4Colors = {
|
|
|
1608
1836
|
254.624
|
|
1609
1837
|
],
|
|
1610
1838
|
"alpha": 1
|
|
1611
|
-
}
|
|
1839
|
+
},
|
|
1840
|
+
"hex": "#51a2ff",
|
|
1841
|
+
"delta": .0737352922862112
|
|
1612
1842
|
},
|
|
1613
1843
|
"blue-500": {
|
|
1614
1844
|
"name": "blue-500",
|
|
@@ -1622,7 +1852,9 @@ const tw4Colors = {
|
|
|
1622
1852
|
259.815
|
|
1623
1853
|
],
|
|
1624
1854
|
"alpha": 1
|
|
1625
|
-
}
|
|
1855
|
+
},
|
|
1856
|
+
"hex": "#2b7fff",
|
|
1857
|
+
"delta": .010976369385997175
|
|
1626
1858
|
},
|
|
1627
1859
|
"blue-600": {
|
|
1628
1860
|
"name": "blue-600",
|
|
@@ -1636,7 +1868,9 @@ const tw4Colors = {
|
|
|
1636
1868
|
262.881
|
|
1637
1869
|
],
|
|
1638
1870
|
"alpha": 1
|
|
1639
|
-
}
|
|
1871
|
+
},
|
|
1872
|
+
"hex": "#155dfc",
|
|
1873
|
+
"delta": .05997627164227719
|
|
1640
1874
|
},
|
|
1641
1875
|
"blue-700": {
|
|
1642
1876
|
"name": "blue-700",
|
|
@@ -1650,7 +1884,9 @@ const tw4Colors = {
|
|
|
1650
1884
|
264.376
|
|
1651
1885
|
],
|
|
1652
1886
|
"alpha": 1
|
|
1653
|
-
}
|
|
1887
|
+
},
|
|
1888
|
+
"hex": "#1447e6",
|
|
1889
|
+
"delta": .05136245549925177
|
|
1654
1890
|
},
|
|
1655
1891
|
"blue-800": {
|
|
1656
1892
|
"name": "blue-800",
|
|
@@ -1664,7 +1900,9 @@ const tw4Colors = {
|
|
|
1664
1900
|
265.638
|
|
1665
1901
|
],
|
|
1666
1902
|
"alpha": 1
|
|
1667
|
-
}
|
|
1903
|
+
},
|
|
1904
|
+
"hex": "#193cb8",
|
|
1905
|
+
"delta": .14647637012059306
|
|
1668
1906
|
},
|
|
1669
1907
|
"blue-900": {
|
|
1670
1908
|
"name": "blue-900",
|
|
@@ -1678,7 +1916,9 @@ const tw4Colors = {
|
|
|
1678
1916
|
265.522
|
|
1679
1917
|
],
|
|
1680
1918
|
"alpha": 1
|
|
1681
|
-
}
|
|
1919
|
+
},
|
|
1920
|
+
"hex": "#1c398e",
|
|
1921
|
+
"delta": .12471888734254004
|
|
1682
1922
|
},
|
|
1683
1923
|
"blue-950": {
|
|
1684
1924
|
"name": "blue-950",
|
|
@@ -1692,7 +1932,9 @@ const tw4Colors = {
|
|
|
1692
1932
|
267.935
|
|
1693
1933
|
],
|
|
1694
1934
|
"alpha": 1
|
|
1695
|
-
}
|
|
1935
|
+
},
|
|
1936
|
+
"hex": "#162456",
|
|
1937
|
+
"delta": .24420096620243117
|
|
1696
1938
|
},
|
|
1697
1939
|
"indigo-50": {
|
|
1698
1940
|
"name": "indigo-50",
|
|
@@ -1706,7 +1948,9 @@ const tw4Colors = {
|
|
|
1706
1948
|
272.314
|
|
1707
1949
|
],
|
|
1708
1950
|
"alpha": 1
|
|
1709
|
-
}
|
|
1951
|
+
},
|
|
1952
|
+
"hex": "#eef2ff",
|
|
1953
|
+
"delta": .02548408135254037
|
|
1710
1954
|
},
|
|
1711
1955
|
"indigo-100": {
|
|
1712
1956
|
"name": "indigo-100",
|
|
@@ -1720,7 +1964,9 @@ const tw4Colors = {
|
|
|
1720
1964
|
272.788
|
|
1721
1965
|
],
|
|
1722
1966
|
"alpha": 1
|
|
1723
|
-
}
|
|
1967
|
+
},
|
|
1968
|
+
"hex": "#e0e7ff",
|
|
1969
|
+
"delta": .05947646110894788
|
|
1724
1970
|
},
|
|
1725
1971
|
"indigo-200": {
|
|
1726
1972
|
"name": "indigo-200",
|
|
@@ -1734,7 +1980,9 @@ const tw4Colors = {
|
|
|
1734
1980
|
274.039
|
|
1735
1981
|
],
|
|
1736
1982
|
"alpha": 1
|
|
1737
|
-
}
|
|
1983
|
+
},
|
|
1984
|
+
"hex": "#c6d2ff",
|
|
1985
|
+
"delta": .1790099765865338
|
|
1738
1986
|
},
|
|
1739
1987
|
"indigo-300": {
|
|
1740
1988
|
"name": "indigo-300",
|
|
@@ -1748,7 +1996,9 @@ const tw4Colors = {
|
|
|
1748
1996
|
274.713
|
|
1749
1997
|
],
|
|
1750
1998
|
"alpha": 1
|
|
1751
|
-
}
|
|
1999
|
+
},
|
|
2000
|
+
"hex": "#a3b3ff",
|
|
2001
|
+
"delta": .019475820723174886
|
|
1752
2002
|
},
|
|
1753
2003
|
"indigo-400": {
|
|
1754
2004
|
"name": "indigo-400",
|
|
@@ -1762,7 +2012,9 @@ const tw4Colors = {
|
|
|
1762
2012
|
276.935
|
|
1763
2013
|
],
|
|
1764
2014
|
"alpha": 1
|
|
1765
|
-
}
|
|
2015
|
+
},
|
|
2016
|
+
"hex": "#7c86ff",
|
|
2017
|
+
"delta": .08857424804699163
|
|
1766
2018
|
},
|
|
1767
2019
|
"indigo-500": {
|
|
1768
2020
|
"name": "indigo-500",
|
|
@@ -1776,7 +2028,9 @@ const tw4Colors = {
|
|
|
1776
2028
|
277.117
|
|
1777
2029
|
],
|
|
1778
2030
|
"alpha": 1
|
|
1779
|
-
}
|
|
2031
|
+
},
|
|
2032
|
+
"hex": "#615fff",
|
|
2033
|
+
"delta": .07728981899974362
|
|
1780
2034
|
},
|
|
1781
2035
|
"indigo-600": {
|
|
1782
2036
|
"name": "indigo-600",
|
|
@@ -1790,7 +2044,9 @@ const tw4Colors = {
|
|
|
1790
2044
|
276.966
|
|
1791
2045
|
],
|
|
1792
2046
|
"alpha": 1
|
|
1793
|
-
}
|
|
2047
|
+
},
|
|
2048
|
+
"hex": "#4f39f6",
|
|
2049
|
+
"delta": .08854626582000456
|
|
1794
2050
|
},
|
|
1795
2051
|
"indigo-700": {
|
|
1796
2052
|
"name": "indigo-700",
|
|
@@ -1804,7 +2060,9 @@ const tw4Colors = {
|
|
|
1804
2060
|
277.023
|
|
1805
2061
|
],
|
|
1806
2062
|
"alpha": 1
|
|
1807
|
-
}
|
|
2063
|
+
},
|
|
2064
|
+
"hex": "#432dd7",
|
|
2065
|
+
"delta": .07844216549701949
|
|
1808
2066
|
},
|
|
1809
2067
|
"indigo-800": {
|
|
1810
2068
|
"name": "indigo-800",
|
|
@@ -1818,7 +2076,9 @@ const tw4Colors = {
|
|
|
1818
2076
|
277.366
|
|
1819
2077
|
],
|
|
1820
2078
|
"alpha": 1
|
|
1821
|
-
}
|
|
2079
|
+
},
|
|
2080
|
+
"hex": "#372aac",
|
|
2081
|
+
"delta": .08939183948798464
|
|
1822
2082
|
},
|
|
1823
2083
|
"indigo-900": {
|
|
1824
2084
|
"name": "indigo-900",
|
|
@@ -1832,7 +2092,9 @@ const tw4Colors = {
|
|
|
1832
2092
|
278.697
|
|
1833
2093
|
],
|
|
1834
2094
|
"alpha": 1
|
|
1835
|
-
}
|
|
2095
|
+
},
|
|
2096
|
+
"hex": "#312c85",
|
|
2097
|
+
"delta": .05499399557663377
|
|
1836
2098
|
},
|
|
1837
2099
|
"indigo-950": {
|
|
1838
2100
|
"name": "indigo-950",
|
|
@@ -1846,7 +2108,9 @@ const tw4Colors = {
|
|
|
1846
2108
|
281.288
|
|
1847
2109
|
],
|
|
1848
2110
|
"alpha": 1
|
|
1849
|
-
}
|
|
2111
|
+
},
|
|
2112
|
+
"hex": "#1e1a4d",
|
|
2113
|
+
"delta": .13513612261333988
|
|
1850
2114
|
},
|
|
1851
2115
|
"violet-50": {
|
|
1852
2116
|
"name": "violet-50",
|
|
@@ -1860,7 +2124,9 @@ const tw4Colors = {
|
|
|
1860
2124
|
293.756
|
|
1861
2125
|
],
|
|
1862
2126
|
"alpha": 1
|
|
1863
|
-
}
|
|
2127
|
+
},
|
|
2128
|
+
"hex": "#f5f3ff",
|
|
2129
|
+
"delta": .018741253515725344
|
|
1864
2130
|
},
|
|
1865
2131
|
"violet-100": {
|
|
1866
2132
|
"name": "violet-100",
|
|
@@ -1874,7 +2140,9 @@ const tw4Colors = {
|
|
|
1874
2140
|
294.588
|
|
1875
2141
|
],
|
|
1876
2142
|
"alpha": 1
|
|
1877
|
-
}
|
|
2143
|
+
},
|
|
2144
|
+
"hex": "#ede9fe",
|
|
2145
|
+
"delta": .1742956058804178
|
|
1878
2146
|
},
|
|
1879
2147
|
"violet-200": {
|
|
1880
2148
|
"name": "violet-200",
|
|
@@ -1888,7 +2156,9 @@ const tw4Colors = {
|
|
|
1888
2156
|
293.283
|
|
1889
2157
|
],
|
|
1890
2158
|
"alpha": 1
|
|
1891
|
-
}
|
|
2159
|
+
},
|
|
2160
|
+
"hex": "#ddd6ff",
|
|
2161
|
+
"delta": .1375274523859184
|
|
1892
2162
|
},
|
|
1893
2163
|
"violet-300": {
|
|
1894
2164
|
"name": "violet-300",
|
|
@@ -1902,7 +2172,9 @@ const tw4Colors = {
|
|
|
1902
2172
|
293.571
|
|
1903
2173
|
],
|
|
1904
2174
|
"alpha": 1
|
|
1905
|
-
}
|
|
2175
|
+
},
|
|
2176
|
+
"hex": "#c4b4ff",
|
|
2177
|
+
"delta": .19936893660515653
|
|
1906
2178
|
},
|
|
1907
2179
|
"violet-400": {
|
|
1908
2180
|
"name": "violet-400",
|
|
@@ -1916,7 +2188,9 @@ const tw4Colors = {
|
|
|
1916
2188
|
293.541
|
|
1917
2189
|
],
|
|
1918
2190
|
"alpha": 1
|
|
1919
|
-
}
|
|
2191
|
+
},
|
|
2192
|
+
"hex": "#a684ff",
|
|
2193
|
+
"delta": .0993323760258098
|
|
1920
2194
|
},
|
|
1921
2195
|
"violet-500": {
|
|
1922
2196
|
"name": "violet-500",
|
|
@@ -1930,7 +2204,9 @@ const tw4Colors = {
|
|
|
1930
2204
|
292.717
|
|
1931
2205
|
],
|
|
1932
2206
|
"alpha": 1
|
|
1933
|
-
}
|
|
2207
|
+
},
|
|
2208
|
+
"hex": "#8e51ff",
|
|
2209
|
+
"delta": .04393103500456257
|
|
1934
2210
|
},
|
|
1935
2211
|
"violet-600": {
|
|
1936
2212
|
"name": "violet-600",
|
|
@@ -1944,7 +2220,9 @@ const tw4Colors = {
|
|
|
1944
2220
|
293.009
|
|
1945
2221
|
],
|
|
1946
2222
|
"alpha": 1
|
|
1947
|
-
}
|
|
2223
|
+
},
|
|
2224
|
+
"hex": "#7f22fe",
|
|
2225
|
+
"delta": .07037434148179002
|
|
1948
2226
|
},
|
|
1949
2227
|
"violet-700": {
|
|
1950
2228
|
"name": "violet-700",
|
|
@@ -1958,7 +2236,9 @@ const tw4Colors = {
|
|
|
1958
2236
|
292.581
|
|
1959
2237
|
],
|
|
1960
2238
|
"alpha": 1
|
|
1961
|
-
}
|
|
2239
|
+
},
|
|
2240
|
+
"hex": "#7008e7",
|
|
2241
|
+
"delta": .027977174709295168
|
|
1962
2242
|
},
|
|
1963
2243
|
"violet-800": {
|
|
1964
2244
|
"name": "violet-800",
|
|
@@ -1972,7 +2252,9 @@ const tw4Colors = {
|
|
|
1972
2252
|
292.759
|
|
1973
2253
|
],
|
|
1974
2254
|
"alpha": 1
|
|
1975
|
-
}
|
|
2255
|
+
},
|
|
2256
|
+
"hex": "#5d0ec0",
|
|
2257
|
+
"delta": .034231282072193246
|
|
1976
2258
|
},
|
|
1977
2259
|
"violet-900": {
|
|
1978
2260
|
"name": "violet-900",
|
|
@@ -1986,7 +2268,9 @@ const tw4Colors = {
|
|
|
1986
2268
|
293.745
|
|
1987
2269
|
],
|
|
1988
2270
|
"alpha": 1
|
|
1989
|
-
}
|
|
2271
|
+
},
|
|
2272
|
+
"hex": "#4d179a",
|
|
2273
|
+
"delta": .042827951079437404
|
|
1990
2274
|
},
|
|
1991
2275
|
"violet-950": {
|
|
1992
2276
|
"name": "violet-950",
|
|
@@ -2000,7 +2284,9 @@ const tw4Colors = {
|
|
|
2000
2284
|
291.089
|
|
2001
2285
|
],
|
|
2002
2286
|
"alpha": 1
|
|
2003
|
-
}
|
|
2287
|
+
},
|
|
2288
|
+
"hex": "#2f0d68",
|
|
2289
|
+
"delta": .08850358632919325
|
|
2004
2290
|
},
|
|
2005
2291
|
"purple-50": {
|
|
2006
2292
|
"name": "purple-50",
|
|
@@ -2014,7 +2300,9 @@ const tw4Colors = {
|
|
|
2014
2300
|
308.299
|
|
2015
2301
|
],
|
|
2016
2302
|
"alpha": 1
|
|
2017
|
-
}
|
|
2303
|
+
},
|
|
2304
|
+
"hex": "#faf5ff",
|
|
2305
|
+
"delta": .06934604315413377
|
|
2018
2306
|
},
|
|
2019
2307
|
"purple-100": {
|
|
2020
2308
|
"name": "purple-100",
|
|
@@ -2028,7 +2316,9 @@ const tw4Colors = {
|
|
|
2028
2316
|
307.174
|
|
2029
2317
|
],
|
|
2030
2318
|
"alpha": 1
|
|
2031
|
-
}
|
|
2319
|
+
},
|
|
2320
|
+
"hex": "#f3e8ff",
|
|
2321
|
+
"delta": .07609324737099184
|
|
2032
2322
|
},
|
|
2033
2323
|
"purple-200": {
|
|
2034
2324
|
"name": "purple-200",
|
|
@@ -2042,7 +2332,9 @@ const tw4Colors = {
|
|
|
2042
2332
|
306.703
|
|
2043
2333
|
],
|
|
2044
2334
|
"alpha": 1
|
|
2045
|
-
}
|
|
2335
|
+
},
|
|
2336
|
+
"hex": "#e9d4ff",
|
|
2337
|
+
"delta": .14759767502196888
|
|
2046
2338
|
},
|
|
2047
2339
|
"purple-300": {
|
|
2048
2340
|
"name": "purple-300",
|
|
@@ -2056,7 +2348,9 @@ const tw4Colors = {
|
|
|
2056
2348
|
306.383
|
|
2057
2349
|
],
|
|
2058
2350
|
"alpha": 1
|
|
2059
|
-
}
|
|
2351
|
+
},
|
|
2352
|
+
"hex": "#dab2ff",
|
|
2353
|
+
"delta": .03263234468029021
|
|
2060
2354
|
},
|
|
2061
2355
|
"purple-400": {
|
|
2062
2356
|
"name": "purple-400",
|
|
@@ -2070,7 +2364,9 @@ const tw4Colors = {
|
|
|
2070
2364
|
305.504
|
|
2071
2365
|
],
|
|
2072
2366
|
"alpha": 1
|
|
2073
|
-
}
|
|
2367
|
+
},
|
|
2368
|
+
"hex": "#c27aff",
|
|
2369
|
+
"delta": .09655397922999007
|
|
2074
2370
|
},
|
|
2075
2371
|
"purple-500": {
|
|
2076
2372
|
"name": "purple-500",
|
|
@@ -2084,7 +2380,9 @@ const tw4Colors = {
|
|
|
2084
2380
|
303.9
|
|
2085
2381
|
],
|
|
2086
2382
|
"alpha": 1
|
|
2087
|
-
}
|
|
2383
|
+
},
|
|
2384
|
+
"hex": "#ad46ff",
|
|
2385
|
+
"delta": .05531038972994083
|
|
2088
2386
|
},
|
|
2089
2387
|
"purple-600": {
|
|
2090
2388
|
"name": "purple-600",
|
|
@@ -2098,7 +2396,9 @@ const tw4Colors = {
|
|
|
2098
2396
|
302.321
|
|
2099
2397
|
],
|
|
2100
2398
|
"alpha": 1
|
|
2101
|
-
}
|
|
2399
|
+
},
|
|
2400
|
+
"hex": "#9810fa",
|
|
2401
|
+
"delta": .042597445191042256
|
|
2102
2402
|
},
|
|
2103
2403
|
"purple-700": {
|
|
2104
2404
|
"name": "purple-700",
|
|
@@ -2112,7 +2412,9 @@ const tw4Colors = {
|
|
|
2112
2412
|
301.924
|
|
2113
2413
|
],
|
|
2114
2414
|
"alpha": 1
|
|
2115
|
-
}
|
|
2415
|
+
},
|
|
2416
|
+
"hex": "#8200db",
|
|
2417
|
+
"delta": .048796660086815956
|
|
2116
2418
|
},
|
|
2117
2419
|
"purple-800": {
|
|
2118
2420
|
"name": "purple-800",
|
|
@@ -2126,7 +2428,9 @@ const tw4Colors = {
|
|
|
2126
2428
|
303.724
|
|
2127
2429
|
],
|
|
2128
2430
|
"alpha": 1
|
|
2129
|
-
}
|
|
2431
|
+
},
|
|
2432
|
+
"hex": "#6e11b0",
|
|
2433
|
+
"delta": .06989596842490788
|
|
2130
2434
|
},
|
|
2131
2435
|
"purple-900": {
|
|
2132
2436
|
"name": "purple-900",
|
|
@@ -2140,7 +2444,9 @@ const tw4Colors = {
|
|
|
2140
2444
|
304.987
|
|
2141
2445
|
],
|
|
2142
2446
|
"alpha": 1
|
|
2143
|
-
}
|
|
2447
|
+
},
|
|
2448
|
+
"hex": "#59168b",
|
|
2449
|
+
"delta": .09082904130049198
|
|
2144
2450
|
},
|
|
2145
2451
|
"purple-950": {
|
|
2146
2452
|
"name": "purple-950",
|
|
@@ -2154,7 +2460,9 @@ const tw4Colors = {
|
|
|
2154
2460
|
302.717
|
|
2155
2461
|
],
|
|
2156
2462
|
"alpha": 1
|
|
2157
|
-
}
|
|
2463
|
+
},
|
|
2464
|
+
"hex": "#3c0366",
|
|
2465
|
+
"delta": .08739436597605323
|
|
2158
2466
|
},
|
|
2159
2467
|
"fuchsia-50": {
|
|
2160
2468
|
"name": "fuchsia-50",
|
|
@@ -2168,7 +2476,9 @@ const tw4Colors = {
|
|
|
2168
2476
|
320.058
|
|
2169
2477
|
],
|
|
2170
2478
|
"alpha": 1
|
|
2171
|
-
}
|
|
2479
|
+
},
|
|
2480
|
+
"hex": "#fdf4ff",
|
|
2481
|
+
"delta": .11242986590661332
|
|
2172
2482
|
},
|
|
2173
2483
|
"fuchsia-100": {
|
|
2174
2484
|
"name": "fuchsia-100",
|
|
@@ -2182,7 +2492,9 @@ const tw4Colors = {
|
|
|
2182
2492
|
318.852
|
|
2183
2493
|
],
|
|
2184
2494
|
"alpha": 1
|
|
2185
|
-
}
|
|
2495
|
+
},
|
|
2496
|
+
"hex": "#fae8ff",
|
|
2497
|
+
"delta": .1790394237920736
|
|
2186
2498
|
},
|
|
2187
2499
|
"fuchsia-200": {
|
|
2188
2500
|
"name": "fuchsia-200",
|
|
@@ -2196,7 +2508,9 @@ const tw4Colors = {
|
|
|
2196
2508
|
319.62
|
|
2197
2509
|
],
|
|
2198
2510
|
"alpha": 1
|
|
2199
|
-
}
|
|
2511
|
+
},
|
|
2512
|
+
"hex": "#f6cfff",
|
|
2513
|
+
"delta": .15351552129389623
|
|
2200
2514
|
},
|
|
2201
2515
|
"fuchsia-300": {
|
|
2202
2516
|
"name": "fuchsia-300",
|
|
@@ -2210,7 +2524,9 @@ const tw4Colors = {
|
|
|
2210
2524
|
321.434
|
|
2211
2525
|
],
|
|
2212
2526
|
"alpha": 1
|
|
2213
|
-
}
|
|
2527
|
+
},
|
|
2528
|
+
"hex": "#f4a8ff",
|
|
2529
|
+
"delta": .12730113113615205
|
|
2214
2530
|
},
|
|
2215
2531
|
"fuchsia-400": {
|
|
2216
2532
|
"name": "fuchsia-400",
|
|
@@ -2224,7 +2540,9 @@ const tw4Colors = {
|
|
|
2224
2540
|
322.16
|
|
2225
2541
|
],
|
|
2226
2542
|
"alpha": 1
|
|
2227
|
-
}
|
|
2543
|
+
},
|
|
2544
|
+
"hex": "#ed6aff",
|
|
2545
|
+
"delta": .08845253174160037
|
|
2228
2546
|
},
|
|
2229
2547
|
"fuchsia-500": {
|
|
2230
2548
|
"name": "fuchsia-500",
|
|
@@ -2238,7 +2556,9 @@ const tw4Colors = {
|
|
|
2238
2556
|
322.15
|
|
2239
2557
|
],
|
|
2240
2558
|
"alpha": 1
|
|
2241
|
-
}
|
|
2559
|
+
},
|
|
2560
|
+
"hex": "#e12afb",
|
|
2561
|
+
"delta": .07370870461803714
|
|
2242
2562
|
},
|
|
2243
2563
|
"fuchsia-600": {
|
|
2244
2564
|
"name": "fuchsia-600",
|
|
@@ -2252,7 +2572,9 @@ const tw4Colors = {
|
|
|
2252
2572
|
322.896
|
|
2253
2573
|
],
|
|
2254
2574
|
"alpha": 1
|
|
2255
|
-
}
|
|
2575
|
+
},
|
|
2576
|
+
"hex": "#c800de",
|
|
2577
|
+
"delta": .05601711560177356
|
|
2256
2578
|
},
|
|
2257
2579
|
"fuchsia-700": {
|
|
2258
2580
|
"name": "fuchsia-700",
|
|
@@ -2266,7 +2588,9 @@ const tw4Colors = {
|
|
|
2266
2588
|
323.949
|
|
2267
2589
|
],
|
|
2268
2590
|
"alpha": 1
|
|
2269
|
-
}
|
|
2591
|
+
},
|
|
2592
|
+
"hex": "#a800b7",
|
|
2593
|
+
"delta": .028305684761953435
|
|
2270
2594
|
},
|
|
2271
2595
|
"fuchsia-800": {
|
|
2272
2596
|
"name": "fuchsia-800",
|
|
@@ -2280,7 +2604,9 @@ const tw4Colors = {
|
|
|
2280
2604
|
324.591
|
|
2281
2605
|
],
|
|
2282
2606
|
"alpha": 1
|
|
2283
|
-
}
|
|
2607
|
+
},
|
|
2608
|
+
"hex": "#8a0194",
|
|
2609
|
+
"delta": .06538102260173205
|
|
2284
2610
|
},
|
|
2285
2611
|
"fuchsia-900": {
|
|
2286
2612
|
"name": "fuchsia-900",
|
|
@@ -2294,7 +2620,9 @@ const tw4Colors = {
|
|
|
2294
2620
|
325.612
|
|
2295
2621
|
],
|
|
2296
2622
|
"alpha": 1
|
|
2297
|
-
}
|
|
2623
|
+
},
|
|
2624
|
+
"hex": "#721378",
|
|
2625
|
+
"delta": .09192769112168261
|
|
2298
2626
|
},
|
|
2299
2627
|
"fuchsia-950": {
|
|
2300
2628
|
"name": "fuchsia-950",
|
|
@@ -2308,7 +2636,9 @@ const tw4Colors = {
|
|
|
2308
2636
|
325.661
|
|
2309
2637
|
],
|
|
2310
2638
|
"alpha": 1
|
|
2311
|
-
}
|
|
2639
|
+
},
|
|
2640
|
+
"hex": "#4b004f",
|
|
2641
|
+
"delta": .07075020942473004
|
|
2312
2642
|
},
|
|
2313
2643
|
"pink-50": {
|
|
2314
2644
|
"name": "pink-50",
|
|
@@ -2322,7 +2652,9 @@ const tw4Colors = {
|
|
|
2322
2652
|
343.198
|
|
2323
2653
|
],
|
|
2324
2654
|
"alpha": 1
|
|
2325
|
-
}
|
|
2655
|
+
},
|
|
2656
|
+
"hex": "#fdf2f8",
|
|
2657
|
+
"delta": .06321578540688678
|
|
2326
2658
|
},
|
|
2327
2659
|
"pink-100": {
|
|
2328
2660
|
"name": "pink-100",
|
|
@@ -2336,7 +2668,9 @@ const tw4Colors = {
|
|
|
2336
2668
|
342.258
|
|
2337
2669
|
],
|
|
2338
2670
|
"alpha": 1
|
|
2339
|
-
}
|
|
2671
|
+
},
|
|
2672
|
+
"hex": "#fce7f3",
|
|
2673
|
+
"delta": .11080725327384314
|
|
2340
2674
|
},
|
|
2341
2675
|
"pink-200": {
|
|
2342
2676
|
"name": "pink-200",
|
|
@@ -2350,7 +2684,9 @@ const tw4Colors = {
|
|
|
2350
2684
|
343.231
|
|
2351
2685
|
],
|
|
2352
2686
|
"alpha": 1
|
|
2353
|
-
}
|
|
2687
|
+
},
|
|
2688
|
+
"hex": "#fccee8",
|
|
2689
|
+
"delta": .11798404784081275
|
|
2354
2690
|
},
|
|
2355
2691
|
"pink-300": {
|
|
2356
2692
|
"name": "pink-300",
|
|
@@ -2364,7 +2700,9 @@ const tw4Colors = {
|
|
|
2364
2700
|
346.018
|
|
2365
2701
|
],
|
|
2366
2702
|
"alpha": 1
|
|
2367
|
-
}
|
|
2703
|
+
},
|
|
2704
|
+
"hex": "#fda5d5",
|
|
2705
|
+
"delta": .1424264147030887
|
|
2368
2706
|
},
|
|
2369
2707
|
"pink-400": {
|
|
2370
2708
|
"name": "pink-400",
|
|
@@ -2378,7 +2716,9 @@ const tw4Colors = {
|
|
|
2378
2716
|
349.761
|
|
2379
2717
|
],
|
|
2380
2718
|
"alpha": 1
|
|
2381
|
-
}
|
|
2719
|
+
},
|
|
2720
|
+
"hex": "#fb64b6",
|
|
2721
|
+
"delta": .05100749205533078
|
|
2382
2722
|
},
|
|
2383
2723
|
"pink-500": {
|
|
2384
2724
|
"name": "pink-500",
|
|
@@ -2392,7 +2732,9 @@ const tw4Colors = {
|
|
|
2392
2732
|
354.308
|
|
2393
2733
|
],
|
|
2394
2734
|
"alpha": 1
|
|
2395
|
-
}
|
|
2735
|
+
},
|
|
2736
|
+
"hex": "#f6339a",
|
|
2737
|
+
"delta": .04540732990223827
|
|
2396
2738
|
},
|
|
2397
2739
|
"pink-600": {
|
|
2398
2740
|
"name": "pink-600",
|
|
@@ -2406,7 +2748,9 @@ const tw4Colors = {
|
|
|
2406
2748
|
.584
|
|
2407
2749
|
],
|
|
2408
2750
|
"alpha": 1
|
|
2409
|
-
}
|
|
2751
|
+
},
|
|
2752
|
+
"hex": "#e60076",
|
|
2753
|
+
"delta": .0697649318721703
|
|
2410
2754
|
},
|
|
2411
2755
|
"pink-700": {
|
|
2412
2756
|
"name": "pink-700",
|
|
@@ -2420,7 +2764,9 @@ const tw4Colors = {
|
|
|
2420
2764
|
3.958
|
|
2421
2765
|
],
|
|
2422
2766
|
"alpha": 1
|
|
2423
|
-
}
|
|
2767
|
+
},
|
|
2768
|
+
"hex": "#c6005c",
|
|
2769
|
+
"delta": .17085669906874068
|
|
2424
2770
|
},
|
|
2425
2771
|
"pink-800": {
|
|
2426
2772
|
"name": "pink-800",
|
|
@@ -2434,7 +2780,9 @@ const tw4Colors = {
|
|
|
2434
2780
|
3.815
|
|
2435
2781
|
],
|
|
2436
2782
|
"alpha": 1
|
|
2437
|
-
}
|
|
2783
|
+
},
|
|
2784
|
+
"hex": "#a3004c",
|
|
2785
|
+
"delta": .04202812990955625
|
|
2438
2786
|
},
|
|
2439
2787
|
"pink-900": {
|
|
2440
2788
|
"name": "pink-900",
|
|
@@ -2448,7 +2796,9 @@ const tw4Colors = {
|
|
|
2448
2796
|
2.432
|
|
2449
2797
|
],
|
|
2450
2798
|
"alpha": 1
|
|
2451
|
-
}
|
|
2799
|
+
},
|
|
2800
|
+
"hex": "#861043",
|
|
2801
|
+
"delta": .11052271548360533
|
|
2452
2802
|
},
|
|
2453
2803
|
"pink-950": {
|
|
2454
2804
|
"name": "pink-950",
|
|
@@ -2462,7 +2812,9 @@ const tw4Colors = {
|
|
|
2462
2812
|
3.907
|
|
2463
2813
|
],
|
|
2464
2814
|
"alpha": 1
|
|
2465
|
-
}
|
|
2815
|
+
},
|
|
2816
|
+
"hex": "#510424",
|
|
2817
|
+
"delta": .143204602708697
|
|
2466
2818
|
},
|
|
2467
2819
|
"rose-50": {
|
|
2468
2820
|
"name": "rose-50",
|
|
@@ -2476,7 +2828,9 @@ const tw4Colors = {
|
|
|
2476
2828
|
12.422
|
|
2477
2829
|
],
|
|
2478
2830
|
"alpha": 1
|
|
2479
|
-
}
|
|
2831
|
+
},
|
|
2832
|
+
"hex": "#fff1f2",
|
|
2833
|
+
"delta": .07259204998073257
|
|
2480
2834
|
},
|
|
2481
2835
|
"rose-100": {
|
|
2482
2836
|
"name": "rose-100",
|
|
@@ -2490,7 +2844,9 @@ const tw4Colors = {
|
|
|
2490
2844
|
12.58
|
|
2491
2845
|
],
|
|
2492
2846
|
"alpha": 1
|
|
2493
|
-
}
|
|
2847
|
+
},
|
|
2848
|
+
"hex": "#ffe4e6",
|
|
2849
|
+
"delta": .06742816843735738
|
|
2494
2850
|
},
|
|
2495
2851
|
"rose-200": {
|
|
2496
2852
|
"name": "rose-200",
|
|
@@ -2504,7 +2860,9 @@ const tw4Colors = {
|
|
|
2504
2860
|
10.001
|
|
2505
2861
|
],
|
|
2506
2862
|
"alpha": 1
|
|
2507
|
-
}
|
|
2863
|
+
},
|
|
2864
|
+
"hex": "#ffccd3",
|
|
2865
|
+
"delta": .26831077596067665
|
|
2508
2866
|
},
|
|
2509
2867
|
"rose-300": {
|
|
2510
2868
|
"name": "rose-300",
|
|
@@ -2518,7 +2876,9 @@ const tw4Colors = {
|
|
|
2518
2876
|
11.638
|
|
2519
2877
|
],
|
|
2520
2878
|
"alpha": 1
|
|
2521
|
-
}
|
|
2879
|
+
},
|
|
2880
|
+
"hex": "#ffa1ad",
|
|
2881
|
+
"delta": .2071433214826744
|
|
2522
2882
|
},
|
|
2523
2883
|
"rose-400": {
|
|
2524
2884
|
"name": "rose-400",
|
|
@@ -2532,7 +2892,9 @@ const tw4Colors = {
|
|
|
2532
2892
|
13.428
|
|
2533
2893
|
],
|
|
2534
2894
|
"alpha": 1
|
|
2535
|
-
}
|
|
2895
|
+
},
|
|
2896
|
+
"hex": "#ff637e",
|
|
2897
|
+
"delta": .02841858315204539
|
|
2536
2898
|
},
|
|
2537
2899
|
"rose-500": {
|
|
2538
2900
|
"name": "rose-500",
|
|
@@ -2546,7 +2908,9 @@ const tw4Colors = {
|
|
|
2546
2908
|
16.439
|
|
2547
2909
|
],
|
|
2548
2910
|
"alpha": 1
|
|
2549
|
-
}
|
|
2911
|
+
},
|
|
2912
|
+
"hex": "#ff2056",
|
|
2913
|
+
"delta": .1273253573745242
|
|
2550
2914
|
},
|
|
2551
2915
|
"rose-600": {
|
|
2552
2916
|
"name": "rose-600",
|
|
@@ -2560,7 +2924,9 @@ const tw4Colors = {
|
|
|
2560
2924
|
17.585
|
|
2561
2925
|
],
|
|
2562
2926
|
"alpha": 1
|
|
2563
|
-
}
|
|
2927
|
+
},
|
|
2928
|
+
"hex": "#ec003f",
|
|
2929
|
+
"delta": .1260317299043318
|
|
2564
2930
|
},
|
|
2565
2931
|
"rose-700": {
|
|
2566
2932
|
"name": "rose-700",
|
|
@@ -2574,7 +2940,9 @@ const tw4Colors = {
|
|
|
2574
2940
|
16.935
|
|
2575
2941
|
],
|
|
2576
2942
|
"alpha": 1
|
|
2577
|
-
}
|
|
2943
|
+
},
|
|
2944
|
+
"hex": "#c70036",
|
|
2945
|
+
"delta": .10652789735569296
|
|
2578
2946
|
},
|
|
2579
2947
|
"rose-800": {
|
|
2580
2948
|
"name": "rose-800",
|
|
@@ -2588,7 +2956,9 @@ const tw4Colors = {
|
|
|
2588
2956
|
13.697
|
|
2589
2957
|
],
|
|
2590
2958
|
"alpha": 1
|
|
2591
|
-
}
|
|
2959
|
+
},
|
|
2960
|
+
"hex": "#a50036",
|
|
2961
|
+
"delta": .022160227114878285
|
|
2592
2962
|
},
|
|
2593
2963
|
"rose-900": {
|
|
2594
2964
|
"name": "rose-900",
|
|
@@ -2602,7 +2972,9 @@ const tw4Colors = {
|
|
|
2602
2972
|
10.272
|
|
2603
2973
|
],
|
|
2604
2974
|
"alpha": 1
|
|
2605
|
-
}
|
|
2975
|
+
},
|
|
2976
|
+
"hex": "#8b0836",
|
|
2977
|
+
"delta": .06664593020417008
|
|
2606
2978
|
},
|
|
2607
2979
|
"rose-950": {
|
|
2608
2980
|
"name": "rose-950",
|
|
@@ -2616,7 +2988,9 @@ const tw4Colors = {
|
|
|
2616
2988
|
12.094
|
|
2617
2989
|
],
|
|
2618
2990
|
"alpha": 1
|
|
2619
|
-
}
|
|
2991
|
+
},
|
|
2992
|
+
"hex": "#4d0218",
|
|
2993
|
+
"delta": .1311872585176421
|
|
2620
2994
|
},
|
|
2621
2995
|
"slate-50": {
|
|
2622
2996
|
"name": "slate-50",
|
|
@@ -2630,7 +3004,9 @@ const tw4Colors = {
|
|
|
2630
3004
|
247.858
|
|
2631
3005
|
],
|
|
2632
3006
|
"alpha": 1
|
|
2633
|
-
}
|
|
3007
|
+
},
|
|
3008
|
+
"hex": "#f8fafc",
|
|
3009
|
+
"delta": .1326601346667673
|
|
2634
3010
|
},
|
|
2635
3011
|
"slate-100": {
|
|
2636
3012
|
"name": "slate-100",
|
|
@@ -2644,7 +3020,9 @@ const tw4Colors = {
|
|
|
2644
3020
|
247.896
|
|
2645
3021
|
],
|
|
2646
3022
|
"alpha": 1
|
|
2647
|
-
}
|
|
3023
|
+
},
|
|
3024
|
+
"hex": "#f1f5f9",
|
|
3025
|
+
"delta": .063278294696369
|
|
2648
3026
|
},
|
|
2649
3027
|
"slate-200": {
|
|
2650
3028
|
"name": "slate-200",
|
|
@@ -2658,7 +3036,9 @@ const tw4Colors = {
|
|
|
2658
3036
|
255.508
|
|
2659
3037
|
],
|
|
2660
3038
|
"alpha": 1
|
|
2661
|
-
}
|
|
3039
|
+
},
|
|
3040
|
+
"hex": "#e2e8f0",
|
|
3041
|
+
"delta": .12675494042121527
|
|
2662
3042
|
},
|
|
2663
3043
|
"slate-300": {
|
|
2664
3044
|
"name": "slate-300",
|
|
@@ -2672,7 +3052,9 @@ const tw4Colors = {
|
|
|
2672
3052
|
252.894
|
|
2673
3053
|
],
|
|
2674
3054
|
"alpha": 1
|
|
2675
|
-
}
|
|
3055
|
+
},
|
|
3056
|
+
"hex": "#cad5e2",
|
|
3057
|
+
"delta": .13637868931971409
|
|
2676
3058
|
},
|
|
2677
3059
|
"slate-400": {
|
|
2678
3060
|
"name": "slate-400",
|
|
@@ -2686,7 +3068,9 @@ const tw4Colors = {
|
|
|
2686
3068
|
256.788
|
|
2687
3069
|
],
|
|
2688
3070
|
"alpha": 1
|
|
2689
|
-
}
|
|
3071
|
+
},
|
|
3072
|
+
"hex": "#90a1b9",
|
|
3073
|
+
"delta": .06979959909719176
|
|
2690
3074
|
},
|
|
2691
3075
|
"slate-500": {
|
|
2692
3076
|
"name": "slate-500",
|
|
@@ -2700,7 +3084,9 @@ const tw4Colors = {
|
|
|
2700
3084
|
257.417
|
|
2701
3085
|
],
|
|
2702
3086
|
"alpha": 1
|
|
2703
|
-
}
|
|
3087
|
+
},
|
|
3088
|
+
"hex": "#62748e",
|
|
3089
|
+
"delta": .03724474584151622
|
|
2704
3090
|
},
|
|
2705
3091
|
"slate-600": {
|
|
2706
3092
|
"name": "slate-600",
|
|
@@ -2714,7 +3100,9 @@ const tw4Colors = {
|
|
|
2714
3100
|
257.281
|
|
2715
3101
|
],
|
|
2716
3102
|
"alpha": 1
|
|
2717
|
-
}
|
|
3103
|
+
},
|
|
3104
|
+
"hex": "#45556c",
|
|
3105
|
+
"delta": .07499682283327377
|
|
2718
3106
|
},
|
|
2719
3107
|
"slate-700": {
|
|
2720
3108
|
"name": "slate-700",
|
|
@@ -2728,7 +3116,9 @@ const tw4Colors = {
|
|
|
2728
3116
|
257.287
|
|
2729
3117
|
],
|
|
2730
3118
|
"alpha": 1
|
|
2731
|
-
}
|
|
3119
|
+
},
|
|
3120
|
+
"hex": "#314158",
|
|
3121
|
+
"delta": .19819458638375964
|
|
2732
3122
|
},
|
|
2733
3123
|
"slate-800": {
|
|
2734
3124
|
"name": "slate-800",
|
|
@@ -2742,7 +3132,9 @@ const tw4Colors = {
|
|
|
2742
3132
|
260.031
|
|
2743
3133
|
],
|
|
2744
3134
|
"alpha": 1
|
|
2745
|
-
}
|
|
3135
|
+
},
|
|
3136
|
+
"hex": "#1d293d",
|
|
3137
|
+
"delta": .09958417392045114
|
|
2746
3138
|
},
|
|
2747
3139
|
"slate-900": {
|
|
2748
3140
|
"name": "slate-900",
|
|
@@ -2756,7 +3148,9 @@ const tw4Colors = {
|
|
|
2756
3148
|
265.755
|
|
2757
3149
|
],
|
|
2758
3150
|
"alpha": 1
|
|
2759
|
-
}
|
|
3151
|
+
},
|
|
3152
|
+
"hex": "#0f172b",
|
|
3153
|
+
"delta": .13355271740776972
|
|
2760
3154
|
},
|
|
2761
3155
|
"slate-950": {
|
|
2762
3156
|
"name": "slate-950",
|
|
@@ -2770,7 +3164,9 @@ const tw4Colors = {
|
|
|
2770
3164
|
264.695
|
|
2771
3165
|
],
|
|
2772
3166
|
"alpha": 1
|
|
2773
|
-
}
|
|
3167
|
+
},
|
|
3168
|
+
"hex": "#020618",
|
|
3169
|
+
"delta": .21675956282351044
|
|
2774
3170
|
},
|
|
2775
3171
|
"gray-50": {
|
|
2776
3172
|
"name": "gray-50",
|
|
@@ -2784,7 +3180,9 @@ const tw4Colors = {
|
|
|
2784
3180
|
247.839
|
|
2785
3181
|
],
|
|
2786
3182
|
"alpha": 1
|
|
2787
|
-
}
|
|
3183
|
+
},
|
|
3184
|
+
"hex": "#f9fafb",
|
|
3185
|
+
"delta": .1226708380711681
|
|
2788
3186
|
},
|
|
2789
3187
|
"gray-100": {
|
|
2790
3188
|
"name": "gray-100",
|
|
@@ -2798,7 +3196,9 @@ const tw4Colors = {
|
|
|
2798
3196
|
264.542
|
|
2799
3197
|
],
|
|
2800
3198
|
"alpha": 1
|
|
2801
|
-
}
|
|
3199
|
+
},
|
|
3200
|
+
"hex": "#f3f4f6",
|
|
3201
|
+
"delta": .05788974839878727
|
|
2802
3202
|
},
|
|
2803
3203
|
"gray-200": {
|
|
2804
3204
|
"name": "gray-200",
|
|
@@ -2812,7 +3212,9 @@ const tw4Colors = {
|
|
|
2812
3212
|
264.531
|
|
2813
3213
|
],
|
|
2814
3214
|
"alpha": 1
|
|
2815
|
-
}
|
|
3215
|
+
},
|
|
3216
|
+
"hex": "#e5e7eb",
|
|
3217
|
+
"delta": .08083528090111079
|
|
2816
3218
|
},
|
|
2817
3219
|
"gray-300": {
|
|
2818
3220
|
"name": "gray-300",
|
|
@@ -2826,7 +3228,9 @@ const tw4Colors = {
|
|
|
2826
3228
|
258.338
|
|
2827
3229
|
],
|
|
2828
3230
|
"alpha": 1
|
|
2829
|
-
}
|
|
3231
|
+
},
|
|
3232
|
+
"hex": "#d1d5dc",
|
|
3233
|
+
"delta": .35846234351348927
|
|
2830
3234
|
},
|
|
2831
3235
|
"gray-400": {
|
|
2832
3236
|
"name": "gray-400",
|
|
@@ -2840,7 +3244,9 @@ const tw4Colors = {
|
|
|
2840
3244
|
261.325
|
|
2841
3245
|
],
|
|
2842
3246
|
"alpha": 1
|
|
2843
|
-
}
|
|
3247
|
+
},
|
|
3248
|
+
"hex": "#99a1af",
|
|
3249
|
+
"delta": .12494362589048204
|
|
2844
3250
|
},
|
|
2845
3251
|
"gray-500": {
|
|
2846
3252
|
"name": "gray-500",
|
|
@@ -2854,7 +3260,9 @@ const tw4Colors = {
|
|
|
2854
3260
|
264.364
|
|
2855
3261
|
],
|
|
2856
3262
|
"alpha": 1
|
|
2857
|
-
}
|
|
3263
|
+
},
|
|
3264
|
+
"hex": "#6a7282",
|
|
3265
|
+
"delta": .07683596512227796
|
|
2858
3266
|
},
|
|
2859
3267
|
"gray-600": {
|
|
2860
3268
|
"name": "gray-600",
|
|
@@ -2868,7 +3276,9 @@ const tw4Colors = {
|
|
|
2868
3276
|
256.802
|
|
2869
3277
|
],
|
|
2870
3278
|
"alpha": 1
|
|
2871
|
-
}
|
|
3279
|
+
},
|
|
3280
|
+
"hex": "#4a5565",
|
|
3281
|
+
"delta": .19899077025758327
|
|
2872
3282
|
},
|
|
2873
3283
|
"gray-700": {
|
|
2874
3284
|
"name": "gray-700",
|
|
@@ -2882,7 +3292,9 @@ const tw4Colors = {
|
|
|
2882
3292
|
259.733
|
|
2883
3293
|
],
|
|
2884
3294
|
"alpha": 1
|
|
2885
|
-
}
|
|
3295
|
+
},
|
|
3296
|
+
"hex": "#364153",
|
|
3297
|
+
"delta": .145264810334129
|
|
2886
3298
|
},
|
|
2887
3299
|
"gray-800": {
|
|
2888
3300
|
"name": "gray-800",
|
|
@@ -2896,7 +3308,9 @@ const tw4Colors = {
|
|
|
2896
3308
|
256.848
|
|
2897
3309
|
],
|
|
2898
3310
|
"alpha": 1
|
|
2899
|
-
}
|
|
3311
|
+
},
|
|
3312
|
+
"hex": "#1e2939",
|
|
3313
|
+
"delta": .2698555410929531
|
|
2900
3314
|
},
|
|
2901
3315
|
"gray-900": {
|
|
2902
3316
|
"name": "gray-900",
|
|
@@ -2910,7 +3324,9 @@ const tw4Colors = {
|
|
|
2910
3324
|
264.665
|
|
2911
3325
|
],
|
|
2912
3326
|
"alpha": 1
|
|
2913
|
-
}
|
|
3327
|
+
},
|
|
3328
|
+
"hex": "#101828",
|
|
3329
|
+
"delta": .28634219874296984
|
|
2914
3330
|
},
|
|
2915
3331
|
"gray-950": {
|
|
2916
3332
|
"name": "gray-950",
|
|
@@ -2924,7 +3340,9 @@ const tw4Colors = {
|
|
|
2924
3340
|
261.692
|
|
2925
3341
|
],
|
|
2926
3342
|
"alpha": 1
|
|
2927
|
-
}
|
|
3343
|
+
},
|
|
3344
|
+
"hex": "#030712",
|
|
3345
|
+
"delta": .15447407729613047
|
|
2928
3346
|
},
|
|
2929
3347
|
"zinc-50": {
|
|
2930
3348
|
"name": "zinc-50",
|
|
@@ -2938,7 +3356,9 @@ const tw4Colors = {
|
|
|
2938
3356
|
0
|
|
2939
3357
|
],
|
|
2940
3358
|
"alpha": 1
|
|
2941
|
-
}
|
|
3359
|
+
},
|
|
3360
|
+
"hex": "#fafafa",
|
|
3361
|
+
"delta": .015830919796408452
|
|
2942
3362
|
},
|
|
2943
3363
|
"zinc-100": {
|
|
2944
3364
|
"name": "zinc-100",
|
|
@@ -2952,7 +3372,9 @@ const tw4Colors = {
|
|
|
2952
3372
|
286.375
|
|
2953
3373
|
],
|
|
2954
3374
|
"alpha": 1
|
|
2955
|
-
}
|
|
3375
|
+
},
|
|
3376
|
+
"hex": "#f4f4f5",
|
|
3377
|
+
"delta": .1257272250585924
|
|
2956
3378
|
},
|
|
2957
3379
|
"zinc-200": {
|
|
2958
3380
|
"name": "zinc-200",
|
|
@@ -2966,7 +3388,9 @@ const tw4Colors = {
|
|
|
2966
3388
|
286.32
|
|
2967
3389
|
],
|
|
2968
3390
|
"alpha": 1
|
|
2969
|
-
}
|
|
3391
|
+
},
|
|
3392
|
+
"hex": "#e4e4e7",
|
|
3393
|
+
"delta": .021908152200530863
|
|
2970
3394
|
},
|
|
2971
3395
|
"zinc-300": {
|
|
2972
3396
|
"name": "zinc-300",
|
|
@@ -2980,7 +3404,9 @@ const tw4Colors = {
|
|
|
2980
3404
|
286.286
|
|
2981
3405
|
],
|
|
2982
3406
|
"alpha": 1
|
|
2983
|
-
}
|
|
3407
|
+
},
|
|
3408
|
+
"hex": "#d4d4d8",
|
|
3409
|
+
"delta": .21391535536944617
|
|
2984
3410
|
},
|
|
2985
3411
|
"zinc-400": {
|
|
2986
3412
|
"name": "zinc-400",
|
|
@@ -2994,7 +3420,9 @@ const tw4Colors = {
|
|
|
2994
3420
|
286.067
|
|
2995
3421
|
],
|
|
2996
3422
|
"alpha": 1
|
|
2997
|
-
}
|
|
3423
|
+
},
|
|
3424
|
+
"hex": "#9f9fa9",
|
|
3425
|
+
"delta": .2091483260869095
|
|
2998
3426
|
},
|
|
2999
3427
|
"zinc-500": {
|
|
3000
3428
|
"name": "zinc-500",
|
|
@@ -3008,7 +3436,9 @@ const tw4Colors = {
|
|
|
3008
3436
|
285.938
|
|
3009
3437
|
],
|
|
3010
3438
|
"alpha": 1
|
|
3011
|
-
}
|
|
3439
|
+
},
|
|
3440
|
+
"hex": "#71717b",
|
|
3441
|
+
"delta": .21661534039795094
|
|
3012
3442
|
},
|
|
3013
3443
|
"zinc-600": {
|
|
3014
3444
|
"name": "zinc-600",
|
|
@@ -3022,7 +3452,9 @@ const tw4Colors = {
|
|
|
3022
3452
|
285.786
|
|
3023
3453
|
],
|
|
3024
3454
|
"alpha": 1
|
|
3025
|
-
}
|
|
3455
|
+
},
|
|
3456
|
+
"hex": "#52525c",
|
|
3457
|
+
"delta": .2476733578523129
|
|
3026
3458
|
},
|
|
3027
3459
|
"zinc-700": {
|
|
3028
3460
|
"name": "zinc-700",
|
|
@@ -3036,7 +3468,9 @@ const tw4Colors = {
|
|
|
3036
3468
|
285.805
|
|
3037
3469
|
],
|
|
3038
3470
|
"alpha": 1
|
|
3039
|
-
}
|
|
3471
|
+
},
|
|
3472
|
+
"hex": "#3f3f47",
|
|
3473
|
+
"delta": .19832225985171922
|
|
3040
3474
|
},
|
|
3041
3475
|
"zinc-800": {
|
|
3042
3476
|
"name": "zinc-800",
|
|
@@ -3050,7 +3484,9 @@ const tw4Colors = {
|
|
|
3050
3484
|
286.033
|
|
3051
3485
|
],
|
|
3052
3486
|
"alpha": 1
|
|
3053
|
-
}
|
|
3487
|
+
},
|
|
3488
|
+
"hex": "#27272a",
|
|
3489
|
+
"delta": .19879642856695218
|
|
3054
3490
|
},
|
|
3055
3491
|
"zinc-900": {
|
|
3056
3492
|
"name": "zinc-900",
|
|
@@ -3064,7 +3500,9 @@ const tw4Colors = {
|
|
|
3064
3500
|
285.885
|
|
3065
3501
|
],
|
|
3066
3502
|
"alpha": 1
|
|
3067
|
-
}
|
|
3503
|
+
},
|
|
3504
|
+
"hex": "#18181b",
|
|
3505
|
+
"delta": .05960999390935024
|
|
3068
3506
|
},
|
|
3069
3507
|
"zinc-950": {
|
|
3070
3508
|
"name": "zinc-950",
|
|
@@ -3078,7 +3516,9 @@ const tw4Colors = {
|
|
|
3078
3516
|
285.823
|
|
3079
3517
|
],
|
|
3080
3518
|
"alpha": 1
|
|
3081
|
-
}
|
|
3519
|
+
},
|
|
3520
|
+
"hex": "#09090b",
|
|
3521
|
+
"delta": .12768975892849296
|
|
3082
3522
|
},
|
|
3083
3523
|
"neutral-50": {
|
|
3084
3524
|
"name": "neutral-50",
|
|
@@ -3092,7 +3532,9 @@ const tw4Colors = {
|
|
|
3092
3532
|
0
|
|
3093
3533
|
],
|
|
3094
3534
|
"alpha": 1
|
|
3095
|
-
}
|
|
3535
|
+
},
|
|
3536
|
+
"hex": "#fafafa",
|
|
3537
|
+
"delta": .015830919796408452
|
|
3096
3538
|
},
|
|
3097
3539
|
"neutral-100": {
|
|
3098
3540
|
"name": "neutral-100",
|
|
@@ -3106,7 +3548,9 @@ const tw4Colors = {
|
|
|
3106
3548
|
0
|
|
3107
3549
|
],
|
|
3108
3550
|
"alpha": 1
|
|
3109
|
-
}
|
|
3551
|
+
},
|
|
3552
|
+
"hex": "#f5f5f5",
|
|
3553
|
+
"delta": .017384117449664605
|
|
3110
3554
|
},
|
|
3111
3555
|
"neutral-200": {
|
|
3112
3556
|
"name": "neutral-200",
|
|
@@ -3120,7 +3564,9 @@ const tw4Colors = {
|
|
|
3120
3564
|
0
|
|
3121
3565
|
],
|
|
3122
3566
|
"alpha": 1
|
|
3123
|
-
}
|
|
3567
|
+
},
|
|
3568
|
+
"hex": "#e5e5e5",
|
|
3569
|
+
"delta": .014921174754365092
|
|
3124
3570
|
},
|
|
3125
3571
|
"neutral-300": {
|
|
3126
3572
|
"name": "neutral-300",
|
|
@@ -3134,7 +3580,9 @@ const tw4Colors = {
|
|
|
3134
3580
|
0
|
|
3135
3581
|
],
|
|
3136
3582
|
"alpha": 1
|
|
3137
|
-
}
|
|
3583
|
+
},
|
|
3584
|
+
"hex": "#d4d4d4",
|
|
3585
|
+
"delta": .013267167896485231
|
|
3138
3586
|
},
|
|
3139
3587
|
"neutral-400": {
|
|
3140
3588
|
"name": "neutral-400",
|
|
@@ -3148,7 +3596,9 @@ const tw4Colors = {
|
|
|
3148
3596
|
0
|
|
3149
3597
|
],
|
|
3150
3598
|
"alpha": 1
|
|
3151
|
-
}
|
|
3599
|
+
},
|
|
3600
|
+
"hex": "#a1a1a1",
|
|
3601
|
+
"delta": .09451222303622883
|
|
3152
3602
|
},
|
|
3153
3603
|
"neutral-500": {
|
|
3154
3604
|
"name": "neutral-500",
|
|
@@ -3162,7 +3612,9 @@ const tw4Colors = {
|
|
|
3162
3612
|
0
|
|
3163
3613
|
],
|
|
3164
3614
|
"alpha": 1
|
|
3165
|
-
}
|
|
3615
|
+
},
|
|
3616
|
+
"hex": "#737373",
|
|
3617
|
+
"delta": .055077582879170695
|
|
3166
3618
|
},
|
|
3167
3619
|
"neutral-600": {
|
|
3168
3620
|
"name": "neutral-600",
|
|
@@ -3176,7 +3628,9 @@ const tw4Colors = {
|
|
|
3176
3628
|
0
|
|
3177
3629
|
],
|
|
3178
3630
|
"alpha": 1
|
|
3179
|
-
}
|
|
3631
|
+
},
|
|
3632
|
+
"hex": "#525252",
|
|
3633
|
+
"delta": .038196488232494934
|
|
3180
3634
|
},
|
|
3181
3635
|
"neutral-700": {
|
|
3182
3636
|
"name": "neutral-700",
|
|
@@ -3190,7 +3644,9 @@ const tw4Colors = {
|
|
|
3190
3644
|
0
|
|
3191
3645
|
],
|
|
3192
3646
|
"alpha": 1
|
|
3193
|
-
}
|
|
3647
|
+
},
|
|
3648
|
+
"hex": "#404040",
|
|
3649
|
+
"delta": .04325305733940416
|
|
3194
3650
|
},
|
|
3195
3651
|
"neutral-800": {
|
|
3196
3652
|
"name": "neutral-800",
|
|
@@ -3204,7 +3660,9 @@ const tw4Colors = {
|
|
|
3204
3660
|
0
|
|
3205
3661
|
],
|
|
3206
3662
|
"alpha": 1
|
|
3207
|
-
}
|
|
3663
|
+
},
|
|
3664
|
+
"hex": "#262626",
|
|
3665
|
+
"delta": .029426531828211117
|
|
3208
3666
|
},
|
|
3209
3667
|
"neutral-900": {
|
|
3210
3668
|
"name": "neutral-900",
|
|
@@ -3218,7 +3676,9 @@ const tw4Colors = {
|
|
|
3218
3676
|
0
|
|
3219
3677
|
],
|
|
3220
3678
|
"alpha": 1
|
|
3221
|
-
}
|
|
3679
|
+
},
|
|
3680
|
+
"hex": "#171717",
|
|
3681
|
+
"delta": .0262059032620412
|
|
3222
3682
|
},
|
|
3223
3683
|
"neutral-950": {
|
|
3224
3684
|
"name": "neutral-950",
|
|
@@ -3232,7 +3692,9 @@ const tw4Colors = {
|
|
|
3232
3692
|
0
|
|
3233
3693
|
],
|
|
3234
3694
|
"alpha": 1
|
|
3235
|
-
}
|
|
3695
|
+
},
|
|
3696
|
+
"hex": "#0a0a0a",
|
|
3697
|
+
"delta": .007147097802015663
|
|
3236
3698
|
},
|
|
3237
3699
|
"stone-50": {
|
|
3238
3700
|
"name": "stone-50",
|
|
@@ -3246,7 +3708,9 @@ const tw4Colors = {
|
|
|
3246
3708
|
106.423
|
|
3247
3709
|
],
|
|
3248
3710
|
"alpha": 1
|
|
3249
|
-
}
|
|
3711
|
+
},
|
|
3712
|
+
"hex": "#fafaf9",
|
|
3713
|
+
"delta": .13996516678154716
|
|
3250
3714
|
},
|
|
3251
3715
|
"stone-100": {
|
|
3252
3716
|
"name": "stone-100",
|
|
@@ -3260,7 +3724,9 @@ const tw4Colors = {
|
|
|
3260
3724
|
106.424
|
|
3261
3725
|
],
|
|
3262
3726
|
"alpha": 1
|
|
3263
|
-
}
|
|
3727
|
+
},
|
|
3728
|
+
"hex": "#f5f5f4",
|
|
3729
|
+
"delta": .14163115574298035
|
|
3264
3730
|
},
|
|
3265
3731
|
"stone-200": {
|
|
3266
3732
|
"name": "stone-200",
|
|
@@ -3274,7 +3740,9 @@ const tw4Colors = {
|
|
|
3274
3740
|
48.717
|
|
3275
3741
|
],
|
|
3276
3742
|
"alpha": 1
|
|
3277
|
-
}
|
|
3743
|
+
},
|
|
3744
|
+
"hex": "#e7e5e4",
|
|
3745
|
+
"delta": .158883085913235
|
|
3278
3746
|
},
|
|
3279
3747
|
"stone-300": {
|
|
3280
3748
|
"name": "stone-300",
|
|
@@ -3288,7 +3756,9 @@ const tw4Colors = {
|
|
|
3288
3756
|
56.366
|
|
3289
3757
|
],
|
|
3290
3758
|
"alpha": 1
|
|
3291
|
-
}
|
|
3759
|
+
},
|
|
3760
|
+
"hex": "#d6d3d1",
|
|
3761
|
+
"delta": .24214844370106162
|
|
3292
3762
|
},
|
|
3293
3763
|
"stone-400": {
|
|
3294
3764
|
"name": "stone-400",
|
|
@@ -3302,7 +3772,9 @@ const tw4Colors = {
|
|
|
3302
3772
|
56.259
|
|
3303
3773
|
],
|
|
3304
3774
|
"alpha": 1
|
|
3305
|
-
}
|
|
3775
|
+
},
|
|
3776
|
+
"hex": "#a6a09b",
|
|
3777
|
+
"delta": .5276007198425535
|
|
3306
3778
|
},
|
|
3307
3779
|
"stone-500": {
|
|
3308
3780
|
"name": "stone-500",
|
|
@@ -3316,7 +3788,9 @@ const tw4Colors = {
|
|
|
3316
3788
|
58.071
|
|
3317
3789
|
],
|
|
3318
3790
|
"alpha": 1
|
|
3319
|
-
}
|
|
3791
|
+
},
|
|
3792
|
+
"hex": "#79716b",
|
|
3793
|
+
"delta": .2473956608615622
|
|
3320
3794
|
},
|
|
3321
3795
|
"stone-600": {
|
|
3322
3796
|
"name": "stone-600",
|
|
@@ -3330,7 +3804,9 @@ const tw4Colors = {
|
|
|
3330
3804
|
73.639
|
|
3331
3805
|
],
|
|
3332
3806
|
"alpha": 1
|
|
3333
|
-
}
|
|
3807
|
+
},
|
|
3808
|
+
"hex": "#57534d",
|
|
3809
|
+
"delta": .43367117316400117
|
|
3334
3810
|
},
|
|
3335
3811
|
"stone-700": {
|
|
3336
3812
|
"name": "stone-700",
|
|
@@ -3344,7 +3820,9 @@ const tw4Colors = {
|
|
|
3344
3820
|
67.558
|
|
3345
3821
|
],
|
|
3346
3822
|
"alpha": 1
|
|
3347
|
-
}
|
|
3823
|
+
},
|
|
3824
|
+
"hex": "#44403b",
|
|
3825
|
+
"delta": .5177949978113426
|
|
3348
3826
|
},
|
|
3349
3827
|
"stone-800": {
|
|
3350
3828
|
"name": "stone-800",
|
|
@@ -3358,7 +3836,9 @@ const tw4Colors = {
|
|
|
3358
3836
|
34.298
|
|
3359
3837
|
],
|
|
3360
3838
|
"alpha": 1
|
|
3361
|
-
}
|
|
3839
|
+
},
|
|
3840
|
+
"hex": "#292524",
|
|
3841
|
+
"delta": .28394526192083536
|
|
3362
3842
|
},
|
|
3363
3843
|
"stone-900": {
|
|
3364
3844
|
"name": "stone-900",
|
|
@@ -3372,7 +3852,9 @@ const tw4Colors = {
|
|
|
3372
3852
|
56.043
|
|
3373
3853
|
],
|
|
3374
3854
|
"alpha": 1
|
|
3375
|
-
}
|
|
3855
|
+
},
|
|
3856
|
+
"hex": "#1c1917",
|
|
3857
|
+
"delta": .04979591283924586
|
|
3376
3858
|
},
|
|
3377
3859
|
"stone-950": {
|
|
3378
3860
|
"name": "stone-950",
|
|
@@ -3386,7 +3868,9 @@ const tw4Colors = {
|
|
|
3386
3868
|
49.25
|
|
3387
3869
|
],
|
|
3388
3870
|
"alpha": 1
|
|
3389
|
-
}
|
|
3871
|
+
},
|
|
3872
|
+
"hex": "#0c0a09",
|
|
3873
|
+
"delta": .025709987860269713
|
|
3390
3874
|
},
|
|
3391
3875
|
"black": {
|
|
3392
3876
|
"name": "black",
|
|
@@ -3400,7 +3884,9 @@ const tw4Colors = {
|
|
|
3400
3884
|
0
|
|
3401
3885
|
],
|
|
3402
3886
|
"alpha": 1
|
|
3403
|
-
}
|
|
3887
|
+
},
|
|
3888
|
+
"hex": "#000000",
|
|
3889
|
+
"delta": 0
|
|
3404
3890
|
},
|
|
3405
3891
|
"white": {
|
|
3406
3892
|
"name": "white",
|
|
@@ -3414,7 +3900,9 @@ const tw4Colors = {
|
|
|
3414
3900
|
255
|
|
3415
3901
|
],
|
|
3416
3902
|
"alpha": 1
|
|
3417
|
-
}
|
|
3903
|
+
},
|
|
3904
|
+
"hex": "#0000ff",
|
|
3905
|
+
"delta": 0
|
|
3418
3906
|
}
|
|
3419
3907
|
};
|
|
3420
3908
|
|
|
@@ -3433,7 +3921,9 @@ const cssNamedColors = {
|
|
|
3433
3921
|
0
|
|
3434
3922
|
],
|
|
3435
3923
|
"alpha": 1
|
|
3436
|
-
}
|
|
3924
|
+
},
|
|
3925
|
+
"hex": "#000000",
|
|
3926
|
+
"delta": 0
|
|
3437
3927
|
},
|
|
3438
3928
|
"silver": {
|
|
3439
3929
|
"name": "silver",
|
|
@@ -3447,7 +3937,9 @@ const cssNamedColors = {
|
|
|
3447
3937
|
192
|
|
3448
3938
|
],
|
|
3449
3939
|
"alpha": 1
|
|
3450
|
-
}
|
|
3940
|
+
},
|
|
3941
|
+
"hex": "#c0c0c0",
|
|
3942
|
+
"delta": 0
|
|
3451
3943
|
},
|
|
3452
3944
|
"gray": {
|
|
3453
3945
|
"name": "gray",
|
|
@@ -3461,7 +3953,9 @@ const cssNamedColors = {
|
|
|
3461
3953
|
128
|
|
3462
3954
|
],
|
|
3463
3955
|
"alpha": 1
|
|
3464
|
-
}
|
|
3956
|
+
},
|
|
3957
|
+
"hex": "#808080",
|
|
3958
|
+
"delta": 0
|
|
3465
3959
|
},
|
|
3466
3960
|
"white": {
|
|
3467
3961
|
"name": "white",
|
|
@@ -3475,7 +3969,9 @@ const cssNamedColors = {
|
|
|
3475
3969
|
255
|
|
3476
3970
|
],
|
|
3477
3971
|
"alpha": 1
|
|
3478
|
-
}
|
|
3972
|
+
},
|
|
3973
|
+
"hex": "#ffffff",
|
|
3974
|
+
"delta": 0
|
|
3479
3975
|
},
|
|
3480
3976
|
"maroon": {
|
|
3481
3977
|
"name": "maroon",
|
|
@@ -3489,7 +3985,9 @@ const cssNamedColors = {
|
|
|
3489
3985
|
0
|
|
3490
3986
|
],
|
|
3491
3987
|
"alpha": 1
|
|
3492
|
-
}
|
|
3988
|
+
},
|
|
3989
|
+
"hex": "#800000",
|
|
3990
|
+
"delta": 0
|
|
3493
3991
|
},
|
|
3494
3992
|
"red": {
|
|
3495
3993
|
"name": "red",
|
|
@@ -3503,7 +4001,9 @@ const cssNamedColors = {
|
|
|
3503
4001
|
0
|
|
3504
4002
|
],
|
|
3505
4003
|
"alpha": 1
|
|
3506
|
-
}
|
|
4004
|
+
},
|
|
4005
|
+
"hex": "#ff0000",
|
|
4006
|
+
"delta": 0
|
|
3507
4007
|
},
|
|
3508
4008
|
"purple": {
|
|
3509
4009
|
"name": "purple",
|
|
@@ -3517,7 +4017,9 @@ const cssNamedColors = {
|
|
|
3517
4017
|
128
|
|
3518
4018
|
],
|
|
3519
4019
|
"alpha": 1
|
|
3520
|
-
}
|
|
4020
|
+
},
|
|
4021
|
+
"hex": "#800080",
|
|
4022
|
+
"delta": 0
|
|
3521
4023
|
},
|
|
3522
4024
|
"fuchsia": {
|
|
3523
4025
|
"name": "fuchsia",
|
|
@@ -3531,7 +4033,9 @@ const cssNamedColors = {
|
|
|
3531
4033
|
255
|
|
3532
4034
|
],
|
|
3533
4035
|
"alpha": 1
|
|
3534
|
-
}
|
|
4036
|
+
},
|
|
4037
|
+
"hex": "#ff00ff",
|
|
4038
|
+
"delta": 0
|
|
3535
4039
|
},
|
|
3536
4040
|
"green": {
|
|
3537
4041
|
"name": "green",
|
|
@@ -3545,7 +4049,9 @@ const cssNamedColors = {
|
|
|
3545
4049
|
0
|
|
3546
4050
|
],
|
|
3547
4051
|
"alpha": 1
|
|
3548
|
-
}
|
|
4052
|
+
},
|
|
4053
|
+
"hex": "#008000",
|
|
4054
|
+
"delta": 0
|
|
3549
4055
|
},
|
|
3550
4056
|
"lime": {
|
|
3551
4057
|
"name": "lime",
|
|
@@ -3559,7 +4065,9 @@ const cssNamedColors = {
|
|
|
3559
4065
|
0
|
|
3560
4066
|
],
|
|
3561
4067
|
"alpha": 1
|
|
3562
|
-
}
|
|
4068
|
+
},
|
|
4069
|
+
"hex": "#00ff00",
|
|
4070
|
+
"delta": 0
|
|
3563
4071
|
},
|
|
3564
4072
|
"olive": {
|
|
3565
4073
|
"name": "olive",
|
|
@@ -3573,7 +4081,9 @@ const cssNamedColors = {
|
|
|
3573
4081
|
0
|
|
3574
4082
|
],
|
|
3575
4083
|
"alpha": 1
|
|
3576
|
-
}
|
|
4084
|
+
},
|
|
4085
|
+
"hex": "#808000",
|
|
4086
|
+
"delta": 0
|
|
3577
4087
|
},
|
|
3578
4088
|
"yellow": {
|
|
3579
4089
|
"name": "yellow",
|
|
@@ -3587,7 +4097,9 @@ const cssNamedColors = {
|
|
|
3587
4097
|
0
|
|
3588
4098
|
],
|
|
3589
4099
|
"alpha": 1
|
|
3590
|
-
}
|
|
4100
|
+
},
|
|
4101
|
+
"hex": "#ffff00",
|
|
4102
|
+
"delta": 0
|
|
3591
4103
|
},
|
|
3592
4104
|
"navy": {
|
|
3593
4105
|
"name": "navy",
|
|
@@ -3601,7 +4113,9 @@ const cssNamedColors = {
|
|
|
3601
4113
|
128
|
|
3602
4114
|
],
|
|
3603
4115
|
"alpha": 1
|
|
3604
|
-
}
|
|
4116
|
+
},
|
|
4117
|
+
"hex": "#000080",
|
|
4118
|
+
"delta": 0
|
|
3605
4119
|
},
|
|
3606
4120
|
"blue": {
|
|
3607
4121
|
"name": "blue",
|
|
@@ -3615,7 +4129,9 @@ const cssNamedColors = {
|
|
|
3615
4129
|
255
|
|
3616
4130
|
],
|
|
3617
4131
|
"alpha": 1
|
|
3618
|
-
}
|
|
4132
|
+
},
|
|
4133
|
+
"hex": "#0000ff",
|
|
4134
|
+
"delta": 0
|
|
3619
4135
|
},
|
|
3620
4136
|
"teal": {
|
|
3621
4137
|
"name": "teal",
|
|
@@ -3629,7 +4145,9 @@ const cssNamedColors = {
|
|
|
3629
4145
|
128
|
|
3630
4146
|
],
|
|
3631
4147
|
"alpha": 1
|
|
3632
|
-
}
|
|
4148
|
+
},
|
|
4149
|
+
"hex": "#008080",
|
|
4150
|
+
"delta": 0
|
|
3633
4151
|
},
|
|
3634
4152
|
"aqua": {
|
|
3635
4153
|
"name": "aqua",
|
|
@@ -3643,7 +4161,9 @@ const cssNamedColors = {
|
|
|
3643
4161
|
255
|
|
3644
4162
|
],
|
|
3645
4163
|
"alpha": 1
|
|
3646
|
-
}
|
|
4164
|
+
},
|
|
4165
|
+
"hex": "#00ffff",
|
|
4166
|
+
"delta": 0
|
|
3647
4167
|
},
|
|
3648
4168
|
"aliceblue": {
|
|
3649
4169
|
"name": "aliceblue",
|
|
@@ -3657,7 +4177,9 @@ const cssNamedColors = {
|
|
|
3657
4177
|
255
|
|
3658
4178
|
],
|
|
3659
4179
|
"alpha": 1
|
|
3660
|
-
}
|
|
4180
|
+
},
|
|
4181
|
+
"hex": "#f0f8ff",
|
|
4182
|
+
"delta": 0
|
|
3661
4183
|
},
|
|
3662
4184
|
"antiquewhite": {
|
|
3663
4185
|
"name": "antiquewhite",
|
|
@@ -3671,7 +4193,9 @@ const cssNamedColors = {
|
|
|
3671
4193
|
215
|
|
3672
4194
|
],
|
|
3673
4195
|
"alpha": 1
|
|
3674
|
-
}
|
|
4196
|
+
},
|
|
4197
|
+
"hex": "#faebd7",
|
|
4198
|
+
"delta": 0
|
|
3675
4199
|
},
|
|
3676
4200
|
"aquamarine": {
|
|
3677
4201
|
"name": "aquamarine",
|
|
@@ -3685,7 +4209,9 @@ const cssNamedColors = {
|
|
|
3685
4209
|
212
|
|
3686
4210
|
],
|
|
3687
4211
|
"alpha": 1
|
|
3688
|
-
}
|
|
4212
|
+
},
|
|
4213
|
+
"hex": "#7fffd4",
|
|
4214
|
+
"delta": 0
|
|
3689
4215
|
},
|
|
3690
4216
|
"azure": {
|
|
3691
4217
|
"name": "azure",
|
|
@@ -3699,7 +4225,9 @@ const cssNamedColors = {
|
|
|
3699
4225
|
255
|
|
3700
4226
|
],
|
|
3701
4227
|
"alpha": 1
|
|
3702
|
-
}
|
|
4228
|
+
},
|
|
4229
|
+
"hex": "#f0ffff",
|
|
4230
|
+
"delta": 0
|
|
3703
4231
|
},
|
|
3704
4232
|
"beige": {
|
|
3705
4233
|
"name": "beige",
|
|
@@ -3713,7 +4241,9 @@ const cssNamedColors = {
|
|
|
3713
4241
|
220
|
|
3714
4242
|
],
|
|
3715
4243
|
"alpha": 1
|
|
3716
|
-
}
|
|
4244
|
+
},
|
|
4245
|
+
"hex": "#f5f5dc",
|
|
4246
|
+
"delta": 0
|
|
3717
4247
|
},
|
|
3718
4248
|
"bisque": {
|
|
3719
4249
|
"name": "bisque",
|
|
@@ -3727,7 +4257,9 @@ const cssNamedColors = {
|
|
|
3727
4257
|
196
|
|
3728
4258
|
],
|
|
3729
4259
|
"alpha": 1
|
|
3730
|
-
}
|
|
4260
|
+
},
|
|
4261
|
+
"hex": "#ffe4c4",
|
|
4262
|
+
"delta": 0
|
|
3731
4263
|
},
|
|
3732
4264
|
"blanchedalmond": {
|
|
3733
4265
|
"name": "blanchedalmond",
|
|
@@ -3741,7 +4273,9 @@ const cssNamedColors = {
|
|
|
3741
4273
|
205
|
|
3742
4274
|
],
|
|
3743
4275
|
"alpha": 1
|
|
3744
|
-
}
|
|
4276
|
+
},
|
|
4277
|
+
"hex": "#ffebcd",
|
|
4278
|
+
"delta": 0
|
|
3745
4279
|
},
|
|
3746
4280
|
"blueviolet": {
|
|
3747
4281
|
"name": "blueviolet",
|
|
@@ -3755,7 +4289,9 @@ const cssNamedColors = {
|
|
|
3755
4289
|
226
|
|
3756
4290
|
],
|
|
3757
4291
|
"alpha": 1
|
|
3758
|
-
}
|
|
4292
|
+
},
|
|
4293
|
+
"hex": "#8a2be2",
|
|
4294
|
+
"delta": 0
|
|
3759
4295
|
},
|
|
3760
4296
|
"brown": {
|
|
3761
4297
|
"name": "brown",
|
|
@@ -3769,7 +4305,9 @@ const cssNamedColors = {
|
|
|
3769
4305
|
42
|
|
3770
4306
|
],
|
|
3771
4307
|
"alpha": 1
|
|
3772
|
-
}
|
|
4308
|
+
},
|
|
4309
|
+
"hex": "#a52a2a",
|
|
4310
|
+
"delta": 0
|
|
3773
4311
|
},
|
|
3774
4312
|
"burlywood": {
|
|
3775
4313
|
"name": "burlywood",
|
|
@@ -3783,7 +4321,9 @@ const cssNamedColors = {
|
|
|
3783
4321
|
135
|
|
3784
4322
|
],
|
|
3785
4323
|
"alpha": 1
|
|
3786
|
-
}
|
|
4324
|
+
},
|
|
4325
|
+
"hex": "#deb887",
|
|
4326
|
+
"delta": 0
|
|
3787
4327
|
},
|
|
3788
4328
|
"cadetblue": {
|
|
3789
4329
|
"name": "cadetblue",
|
|
@@ -3797,7 +4337,9 @@ const cssNamedColors = {
|
|
|
3797
4337
|
160
|
|
3798
4338
|
],
|
|
3799
4339
|
"alpha": 1
|
|
3800
|
-
}
|
|
4340
|
+
},
|
|
4341
|
+
"hex": "#5f9ea0",
|
|
4342
|
+
"delta": 0
|
|
3801
4343
|
},
|
|
3802
4344
|
"chartreuse": {
|
|
3803
4345
|
"name": "chartreuse",
|
|
@@ -3811,7 +4353,9 @@ const cssNamedColors = {
|
|
|
3811
4353
|
0
|
|
3812
4354
|
],
|
|
3813
4355
|
"alpha": 1
|
|
3814
|
-
}
|
|
4356
|
+
},
|
|
4357
|
+
"hex": "#7fff00",
|
|
4358
|
+
"delta": 0
|
|
3815
4359
|
},
|
|
3816
4360
|
"chocolate": {
|
|
3817
4361
|
"name": "chocolate",
|
|
@@ -3825,7 +4369,9 @@ const cssNamedColors = {
|
|
|
3825
4369
|
30
|
|
3826
4370
|
],
|
|
3827
4371
|
"alpha": 1
|
|
3828
|
-
}
|
|
4372
|
+
},
|
|
4373
|
+
"hex": "#d2691e",
|
|
4374
|
+
"delta": 0
|
|
3829
4375
|
},
|
|
3830
4376
|
"coral": {
|
|
3831
4377
|
"name": "coral",
|
|
@@ -3839,7 +4385,9 @@ const cssNamedColors = {
|
|
|
3839
4385
|
80
|
|
3840
4386
|
],
|
|
3841
4387
|
"alpha": 1
|
|
3842
|
-
}
|
|
4388
|
+
},
|
|
4389
|
+
"hex": "#ff7f50",
|
|
4390
|
+
"delta": 0
|
|
3843
4391
|
},
|
|
3844
4392
|
"cornflowerblue": {
|
|
3845
4393
|
"name": "cornflowerblue",
|
|
@@ -3853,7 +4401,9 @@ const cssNamedColors = {
|
|
|
3853
4401
|
237
|
|
3854
4402
|
],
|
|
3855
4403
|
"alpha": 1
|
|
3856
|
-
}
|
|
4404
|
+
},
|
|
4405
|
+
"hex": "#6495ed",
|
|
4406
|
+
"delta": 0
|
|
3857
4407
|
},
|
|
3858
4408
|
"cornsilk": {
|
|
3859
4409
|
"name": "cornsilk",
|
|
@@ -3867,7 +4417,9 @@ const cssNamedColors = {
|
|
|
3867
4417
|
220
|
|
3868
4418
|
],
|
|
3869
4419
|
"alpha": 1
|
|
3870
|
-
}
|
|
4420
|
+
},
|
|
4421
|
+
"hex": "#fff8dc",
|
|
4422
|
+
"delta": 0
|
|
3871
4423
|
},
|
|
3872
4424
|
"crimson": {
|
|
3873
4425
|
"name": "crimson",
|
|
@@ -3881,7 +4433,9 @@ const cssNamedColors = {
|
|
|
3881
4433
|
60
|
|
3882
4434
|
],
|
|
3883
4435
|
"alpha": 1
|
|
3884
|
-
}
|
|
4436
|
+
},
|
|
4437
|
+
"hex": "#dc143c",
|
|
4438
|
+
"delta": 0
|
|
3885
4439
|
},
|
|
3886
4440
|
"cyan": {
|
|
3887
4441
|
"name": "cyan",
|
|
@@ -3895,7 +4449,9 @@ const cssNamedColors = {
|
|
|
3895
4449
|
255
|
|
3896
4450
|
],
|
|
3897
4451
|
"alpha": 1
|
|
3898
|
-
}
|
|
4452
|
+
},
|
|
4453
|
+
"hex": "#00ffff",
|
|
4454
|
+
"delta": 0
|
|
3899
4455
|
},
|
|
3900
4456
|
"darkblue": {
|
|
3901
4457
|
"name": "darkblue",
|
|
@@ -3909,7 +4465,9 @@ const cssNamedColors = {
|
|
|
3909
4465
|
139
|
|
3910
4466
|
],
|
|
3911
4467
|
"alpha": 1
|
|
3912
|
-
}
|
|
4468
|
+
},
|
|
4469
|
+
"hex": "#00008b",
|
|
4470
|
+
"delta": 0
|
|
3913
4471
|
},
|
|
3914
4472
|
"darkcyan": {
|
|
3915
4473
|
"name": "darkcyan",
|
|
@@ -3923,7 +4481,9 @@ const cssNamedColors = {
|
|
|
3923
4481
|
139
|
|
3924
4482
|
],
|
|
3925
4483
|
"alpha": 1
|
|
3926
|
-
}
|
|
4484
|
+
},
|
|
4485
|
+
"hex": "#008b8b",
|
|
4486
|
+
"delta": 0
|
|
3927
4487
|
},
|
|
3928
4488
|
"darkgoldenrod": {
|
|
3929
4489
|
"name": "darkgoldenrod",
|
|
@@ -3937,7 +4497,9 @@ const cssNamedColors = {
|
|
|
3937
4497
|
11
|
|
3938
4498
|
],
|
|
3939
4499
|
"alpha": 1
|
|
3940
|
-
}
|
|
4500
|
+
},
|
|
4501
|
+
"hex": "#b8860b",
|
|
4502
|
+
"delta": 0
|
|
3941
4503
|
},
|
|
3942
4504
|
"darkgray": {
|
|
3943
4505
|
"name": "darkgray",
|
|
@@ -3951,7 +4513,9 @@ const cssNamedColors = {
|
|
|
3951
4513
|
169
|
|
3952
4514
|
],
|
|
3953
4515
|
"alpha": 1
|
|
3954
|
-
}
|
|
4516
|
+
},
|
|
4517
|
+
"hex": "#a9a9a9",
|
|
4518
|
+
"delta": 0
|
|
3955
4519
|
},
|
|
3956
4520
|
"darkgreen": {
|
|
3957
4521
|
"name": "darkgreen",
|
|
@@ -3965,7 +4529,9 @@ const cssNamedColors = {
|
|
|
3965
4529
|
0
|
|
3966
4530
|
],
|
|
3967
4531
|
"alpha": 1
|
|
3968
|
-
}
|
|
4532
|
+
},
|
|
4533
|
+
"hex": "#006400",
|
|
4534
|
+
"delta": 0
|
|
3969
4535
|
},
|
|
3970
4536
|
"darkgrey": {
|
|
3971
4537
|
"name": "darkgrey",
|
|
@@ -3979,7 +4545,9 @@ const cssNamedColors = {
|
|
|
3979
4545
|
169
|
|
3980
4546
|
],
|
|
3981
4547
|
"alpha": 1
|
|
3982
|
-
}
|
|
4548
|
+
},
|
|
4549
|
+
"hex": "#a9a9a9",
|
|
4550
|
+
"delta": 0
|
|
3983
4551
|
},
|
|
3984
4552
|
"darkkhaki": {
|
|
3985
4553
|
"name": "darkkhaki",
|
|
@@ -3993,7 +4561,9 @@ const cssNamedColors = {
|
|
|
3993
4561
|
107
|
|
3994
4562
|
],
|
|
3995
4563
|
"alpha": 1
|
|
3996
|
-
}
|
|
4564
|
+
},
|
|
4565
|
+
"hex": "#bdb76b",
|
|
4566
|
+
"delta": 0
|
|
3997
4567
|
},
|
|
3998
4568
|
"darkmagenta": {
|
|
3999
4569
|
"name": "darkmagenta",
|
|
@@ -4007,7 +4577,9 @@ const cssNamedColors = {
|
|
|
4007
4577
|
139
|
|
4008
4578
|
],
|
|
4009
4579
|
"alpha": 1
|
|
4010
|
-
}
|
|
4580
|
+
},
|
|
4581
|
+
"hex": "#8b008b",
|
|
4582
|
+
"delta": 0
|
|
4011
4583
|
},
|
|
4012
4584
|
"darkolivegreen": {
|
|
4013
4585
|
"name": "darkolivegreen",
|
|
@@ -4021,7 +4593,9 @@ const cssNamedColors = {
|
|
|
4021
4593
|
47
|
|
4022
4594
|
],
|
|
4023
4595
|
"alpha": 1
|
|
4024
|
-
}
|
|
4596
|
+
},
|
|
4597
|
+
"hex": "#556b2f",
|
|
4598
|
+
"delta": 0
|
|
4025
4599
|
},
|
|
4026
4600
|
"darkorange": {
|
|
4027
4601
|
"name": "darkorange",
|
|
@@ -4035,7 +4609,9 @@ const cssNamedColors = {
|
|
|
4035
4609
|
0
|
|
4036
4610
|
],
|
|
4037
4611
|
"alpha": 1
|
|
4038
|
-
}
|
|
4612
|
+
},
|
|
4613
|
+
"hex": "#ff8c00",
|
|
4614
|
+
"delta": 0
|
|
4039
4615
|
},
|
|
4040
4616
|
"darkorchid": {
|
|
4041
4617
|
"name": "darkorchid",
|
|
@@ -4049,7 +4625,9 @@ const cssNamedColors = {
|
|
|
4049
4625
|
204
|
|
4050
4626
|
],
|
|
4051
4627
|
"alpha": 1
|
|
4052
|
-
}
|
|
4628
|
+
},
|
|
4629
|
+
"hex": "#9932cc",
|
|
4630
|
+
"delta": 0
|
|
4053
4631
|
},
|
|
4054
4632
|
"darkred": {
|
|
4055
4633
|
"name": "darkred",
|
|
@@ -4063,7 +4641,9 @@ const cssNamedColors = {
|
|
|
4063
4641
|
0
|
|
4064
4642
|
],
|
|
4065
4643
|
"alpha": 1
|
|
4066
|
-
}
|
|
4644
|
+
},
|
|
4645
|
+
"hex": "#8b0000",
|
|
4646
|
+
"delta": 0
|
|
4067
4647
|
},
|
|
4068
4648
|
"darksalmon": {
|
|
4069
4649
|
"name": "darksalmon",
|
|
@@ -4077,7 +4657,9 @@ const cssNamedColors = {
|
|
|
4077
4657
|
122
|
|
4078
4658
|
],
|
|
4079
4659
|
"alpha": 1
|
|
4080
|
-
}
|
|
4660
|
+
},
|
|
4661
|
+
"hex": "#e9967a",
|
|
4662
|
+
"delta": 0
|
|
4081
4663
|
},
|
|
4082
4664
|
"darkseagreen": {
|
|
4083
4665
|
"name": "darkseagreen",
|
|
@@ -4091,7 +4673,9 @@ const cssNamedColors = {
|
|
|
4091
4673
|
143
|
|
4092
4674
|
],
|
|
4093
4675
|
"alpha": 1
|
|
4094
|
-
}
|
|
4676
|
+
},
|
|
4677
|
+
"hex": "#8fbc8f",
|
|
4678
|
+
"delta": 0
|
|
4095
4679
|
},
|
|
4096
4680
|
"darkslateblue": {
|
|
4097
4681
|
"name": "darkslateblue",
|
|
@@ -4105,7 +4689,9 @@ const cssNamedColors = {
|
|
|
4105
4689
|
139
|
|
4106
4690
|
],
|
|
4107
4691
|
"alpha": 1
|
|
4108
|
-
}
|
|
4692
|
+
},
|
|
4693
|
+
"hex": "#483d8b",
|
|
4694
|
+
"delta": 0
|
|
4109
4695
|
},
|
|
4110
4696
|
"darkslategray": {
|
|
4111
4697
|
"name": "darkslategray",
|
|
@@ -4119,7 +4705,9 @@ const cssNamedColors = {
|
|
|
4119
4705
|
79
|
|
4120
4706
|
],
|
|
4121
4707
|
"alpha": 1
|
|
4122
|
-
}
|
|
4708
|
+
},
|
|
4709
|
+
"hex": "#2f4f4f",
|
|
4710
|
+
"delta": 0
|
|
4123
4711
|
},
|
|
4124
4712
|
"darkslategrey": {
|
|
4125
4713
|
"name": "darkslategrey",
|
|
@@ -4133,7 +4721,9 @@ const cssNamedColors = {
|
|
|
4133
4721
|
79
|
|
4134
4722
|
],
|
|
4135
4723
|
"alpha": 1
|
|
4136
|
-
}
|
|
4724
|
+
},
|
|
4725
|
+
"hex": "#2f4f4f",
|
|
4726
|
+
"delta": 0
|
|
4137
4727
|
},
|
|
4138
4728
|
"darkturquoise": {
|
|
4139
4729
|
"name": "darkturquoise",
|
|
@@ -4147,7 +4737,9 @@ const cssNamedColors = {
|
|
|
4147
4737
|
209
|
|
4148
4738
|
],
|
|
4149
4739
|
"alpha": 1
|
|
4150
|
-
}
|
|
4740
|
+
},
|
|
4741
|
+
"hex": "#00ced1",
|
|
4742
|
+
"delta": 0
|
|
4151
4743
|
},
|
|
4152
4744
|
"darkviolet": {
|
|
4153
4745
|
"name": "darkviolet",
|
|
@@ -4161,7 +4753,9 @@ const cssNamedColors = {
|
|
|
4161
4753
|
211
|
|
4162
4754
|
],
|
|
4163
4755
|
"alpha": 1
|
|
4164
|
-
}
|
|
4756
|
+
},
|
|
4757
|
+
"hex": "#9400d3",
|
|
4758
|
+
"delta": 0
|
|
4165
4759
|
},
|
|
4166
4760
|
"deeppink": {
|
|
4167
4761
|
"name": "deeppink",
|
|
@@ -4175,7 +4769,9 @@ const cssNamedColors = {
|
|
|
4175
4769
|
147
|
|
4176
4770
|
],
|
|
4177
4771
|
"alpha": 1
|
|
4178
|
-
}
|
|
4772
|
+
},
|
|
4773
|
+
"hex": "#ff1493",
|
|
4774
|
+
"delta": 0
|
|
4179
4775
|
},
|
|
4180
4776
|
"deepskyblue": {
|
|
4181
4777
|
"name": "deepskyblue",
|
|
@@ -4189,7 +4785,9 @@ const cssNamedColors = {
|
|
|
4189
4785
|
255
|
|
4190
4786
|
],
|
|
4191
4787
|
"alpha": 1
|
|
4192
|
-
}
|
|
4788
|
+
},
|
|
4789
|
+
"hex": "#00bfff",
|
|
4790
|
+
"delta": 0
|
|
4193
4791
|
},
|
|
4194
4792
|
"dimgray": {
|
|
4195
4793
|
"name": "dimgray",
|
|
@@ -4203,7 +4801,9 @@ const cssNamedColors = {
|
|
|
4203
4801
|
105
|
|
4204
4802
|
],
|
|
4205
4803
|
"alpha": 1
|
|
4206
|
-
}
|
|
4804
|
+
},
|
|
4805
|
+
"hex": "#696969",
|
|
4806
|
+
"delta": 0
|
|
4207
4807
|
},
|
|
4208
4808
|
"dimgrey": {
|
|
4209
4809
|
"name": "dimgrey",
|
|
@@ -4217,7 +4817,9 @@ const cssNamedColors = {
|
|
|
4217
4817
|
105
|
|
4218
4818
|
],
|
|
4219
4819
|
"alpha": 1
|
|
4220
|
-
}
|
|
4820
|
+
},
|
|
4821
|
+
"hex": "#696969",
|
|
4822
|
+
"delta": 0
|
|
4221
4823
|
},
|
|
4222
4824
|
"dodgerblue": {
|
|
4223
4825
|
"name": "dodgerblue",
|
|
@@ -4231,7 +4833,9 @@ const cssNamedColors = {
|
|
|
4231
4833
|
255
|
|
4232
4834
|
],
|
|
4233
4835
|
"alpha": 1
|
|
4234
|
-
}
|
|
4836
|
+
},
|
|
4837
|
+
"hex": "#1e90ff",
|
|
4838
|
+
"delta": 0
|
|
4235
4839
|
},
|
|
4236
4840
|
"firebrick": {
|
|
4237
4841
|
"name": "firebrick",
|
|
@@ -4245,7 +4849,9 @@ const cssNamedColors = {
|
|
|
4245
4849
|
34
|
|
4246
4850
|
],
|
|
4247
4851
|
"alpha": 1
|
|
4248
|
-
}
|
|
4852
|
+
},
|
|
4853
|
+
"hex": "#b22222",
|
|
4854
|
+
"delta": 0
|
|
4249
4855
|
},
|
|
4250
4856
|
"floralwhite": {
|
|
4251
4857
|
"name": "floralwhite",
|
|
@@ -4259,7 +4865,9 @@ const cssNamedColors = {
|
|
|
4259
4865
|
240
|
|
4260
4866
|
],
|
|
4261
4867
|
"alpha": 1
|
|
4262
|
-
}
|
|
4868
|
+
},
|
|
4869
|
+
"hex": "#fffaf0",
|
|
4870
|
+
"delta": 0
|
|
4263
4871
|
},
|
|
4264
4872
|
"forestgreen": {
|
|
4265
4873
|
"name": "forestgreen",
|
|
@@ -4273,7 +4881,9 @@ const cssNamedColors = {
|
|
|
4273
4881
|
34
|
|
4274
4882
|
],
|
|
4275
4883
|
"alpha": 1
|
|
4276
|
-
}
|
|
4884
|
+
},
|
|
4885
|
+
"hex": "#228b22",
|
|
4886
|
+
"delta": 0
|
|
4277
4887
|
},
|
|
4278
4888
|
"gainsboro": {
|
|
4279
4889
|
"name": "gainsboro",
|
|
@@ -4287,7 +4897,9 @@ const cssNamedColors = {
|
|
|
4287
4897
|
220
|
|
4288
4898
|
],
|
|
4289
4899
|
"alpha": 1
|
|
4290
|
-
}
|
|
4900
|
+
},
|
|
4901
|
+
"hex": "#dcdcdc",
|
|
4902
|
+
"delta": 0
|
|
4291
4903
|
},
|
|
4292
4904
|
"ghostwhite": {
|
|
4293
4905
|
"name": "ghostwhite",
|
|
@@ -4301,7 +4913,9 @@ const cssNamedColors = {
|
|
|
4301
4913
|
255
|
|
4302
4914
|
],
|
|
4303
4915
|
"alpha": 1
|
|
4304
|
-
}
|
|
4916
|
+
},
|
|
4917
|
+
"hex": "#f8f8ff",
|
|
4918
|
+
"delta": 0
|
|
4305
4919
|
},
|
|
4306
4920
|
"gold": {
|
|
4307
4921
|
"name": "gold",
|
|
@@ -4315,7 +4929,9 @@ const cssNamedColors = {
|
|
|
4315
4929
|
0
|
|
4316
4930
|
],
|
|
4317
4931
|
"alpha": 1
|
|
4318
|
-
}
|
|
4932
|
+
},
|
|
4933
|
+
"hex": "#ffd700",
|
|
4934
|
+
"delta": 0
|
|
4319
4935
|
},
|
|
4320
4936
|
"goldenrod": {
|
|
4321
4937
|
"name": "goldenrod",
|
|
@@ -4329,7 +4945,9 @@ const cssNamedColors = {
|
|
|
4329
4945
|
32
|
|
4330
4946
|
],
|
|
4331
4947
|
"alpha": 1
|
|
4332
|
-
}
|
|
4948
|
+
},
|
|
4949
|
+
"hex": "#daa520",
|
|
4950
|
+
"delta": 0
|
|
4333
4951
|
},
|
|
4334
4952
|
"greenyellow": {
|
|
4335
4953
|
"name": "greenyellow",
|
|
@@ -4343,7 +4961,9 @@ const cssNamedColors = {
|
|
|
4343
4961
|
47
|
|
4344
4962
|
],
|
|
4345
4963
|
"alpha": 1
|
|
4346
|
-
}
|
|
4964
|
+
},
|
|
4965
|
+
"hex": "#adff2f",
|
|
4966
|
+
"delta": 0
|
|
4347
4967
|
},
|
|
4348
4968
|
"grey": {
|
|
4349
4969
|
"name": "grey",
|
|
@@ -4357,7 +4977,9 @@ const cssNamedColors = {
|
|
|
4357
4977
|
128
|
|
4358
4978
|
],
|
|
4359
4979
|
"alpha": 1
|
|
4360
|
-
}
|
|
4980
|
+
},
|
|
4981
|
+
"hex": "#808080",
|
|
4982
|
+
"delta": 0
|
|
4361
4983
|
},
|
|
4362
4984
|
"honeydew": {
|
|
4363
4985
|
"name": "honeydew",
|
|
@@ -4371,7 +4993,9 @@ const cssNamedColors = {
|
|
|
4371
4993
|
240
|
|
4372
4994
|
],
|
|
4373
4995
|
"alpha": 1
|
|
4374
|
-
}
|
|
4996
|
+
},
|
|
4997
|
+
"hex": "#f0fff0",
|
|
4998
|
+
"delta": 0
|
|
4375
4999
|
},
|
|
4376
5000
|
"hotpink": {
|
|
4377
5001
|
"name": "hotpink",
|
|
@@ -4385,7 +5009,9 @@ const cssNamedColors = {
|
|
|
4385
5009
|
180
|
|
4386
5010
|
],
|
|
4387
5011
|
"alpha": 1
|
|
4388
|
-
}
|
|
5012
|
+
},
|
|
5013
|
+
"hex": "#ff69b4",
|
|
5014
|
+
"delta": 0
|
|
4389
5015
|
},
|
|
4390
5016
|
"indianred": {
|
|
4391
5017
|
"name": "indianred",
|
|
@@ -4399,7 +5025,9 @@ const cssNamedColors = {
|
|
|
4399
5025
|
92
|
|
4400
5026
|
],
|
|
4401
5027
|
"alpha": 1
|
|
4402
|
-
}
|
|
5028
|
+
},
|
|
5029
|
+
"hex": "#cd5c5c",
|
|
5030
|
+
"delta": 0
|
|
4403
5031
|
},
|
|
4404
5032
|
"indigo": {
|
|
4405
5033
|
"name": "indigo",
|
|
@@ -4413,7 +5041,9 @@ const cssNamedColors = {
|
|
|
4413
5041
|
130
|
|
4414
5042
|
],
|
|
4415
5043
|
"alpha": 1
|
|
4416
|
-
}
|
|
5044
|
+
},
|
|
5045
|
+
"hex": "#4b0082",
|
|
5046
|
+
"delta": 0
|
|
4417
5047
|
},
|
|
4418
5048
|
"ivory": {
|
|
4419
5049
|
"name": "ivory",
|
|
@@ -4427,7 +5057,9 @@ const cssNamedColors = {
|
|
|
4427
5057
|
240
|
|
4428
5058
|
],
|
|
4429
5059
|
"alpha": 1
|
|
4430
|
-
}
|
|
5060
|
+
},
|
|
5061
|
+
"hex": "#fffff0",
|
|
5062
|
+
"delta": 0
|
|
4431
5063
|
},
|
|
4432
5064
|
"khaki": {
|
|
4433
5065
|
"name": "khaki",
|
|
@@ -4441,7 +5073,9 @@ const cssNamedColors = {
|
|
|
4441
5073
|
140
|
|
4442
5074
|
],
|
|
4443
5075
|
"alpha": 1
|
|
4444
|
-
}
|
|
5076
|
+
},
|
|
5077
|
+
"hex": "#f0e68c",
|
|
5078
|
+
"delta": 0
|
|
4445
5079
|
},
|
|
4446
5080
|
"lavender": {
|
|
4447
5081
|
"name": "lavender",
|
|
@@ -4455,7 +5089,9 @@ const cssNamedColors = {
|
|
|
4455
5089
|
250
|
|
4456
5090
|
],
|
|
4457
5091
|
"alpha": 1
|
|
4458
|
-
}
|
|
5092
|
+
},
|
|
5093
|
+
"hex": "#e6e6fa",
|
|
5094
|
+
"delta": 0
|
|
4459
5095
|
},
|
|
4460
5096
|
"lavenderblush": {
|
|
4461
5097
|
"name": "lavenderblush",
|
|
@@ -4469,7 +5105,9 @@ const cssNamedColors = {
|
|
|
4469
5105
|
245
|
|
4470
5106
|
],
|
|
4471
5107
|
"alpha": 1
|
|
4472
|
-
}
|
|
5108
|
+
},
|
|
5109
|
+
"hex": "#fff0f5",
|
|
5110
|
+
"delta": 0
|
|
4473
5111
|
},
|
|
4474
5112
|
"lawngreen": {
|
|
4475
5113
|
"name": "lawngreen",
|
|
@@ -4483,7 +5121,9 @@ const cssNamedColors = {
|
|
|
4483
5121
|
0
|
|
4484
5122
|
],
|
|
4485
5123
|
"alpha": 1
|
|
4486
|
-
}
|
|
5124
|
+
},
|
|
5125
|
+
"hex": "#7cfc00",
|
|
5126
|
+
"delta": 0
|
|
4487
5127
|
},
|
|
4488
5128
|
"lemonchiffon": {
|
|
4489
5129
|
"name": "lemonchiffon",
|
|
@@ -4497,7 +5137,9 @@ const cssNamedColors = {
|
|
|
4497
5137
|
205
|
|
4498
5138
|
],
|
|
4499
5139
|
"alpha": 1
|
|
4500
|
-
}
|
|
5140
|
+
},
|
|
5141
|
+
"hex": "#fffacd",
|
|
5142
|
+
"delta": 0
|
|
4501
5143
|
},
|
|
4502
5144
|
"lightblue": {
|
|
4503
5145
|
"name": "lightblue",
|
|
@@ -4511,7 +5153,9 @@ const cssNamedColors = {
|
|
|
4511
5153
|
230
|
|
4512
5154
|
],
|
|
4513
5155
|
"alpha": 1
|
|
4514
|
-
}
|
|
5156
|
+
},
|
|
5157
|
+
"hex": "#add8e6",
|
|
5158
|
+
"delta": 0
|
|
4515
5159
|
},
|
|
4516
5160
|
"lightcoral": {
|
|
4517
5161
|
"name": "lightcoral",
|
|
@@ -4525,7 +5169,9 @@ const cssNamedColors = {
|
|
|
4525
5169
|
128
|
|
4526
5170
|
],
|
|
4527
5171
|
"alpha": 1
|
|
4528
|
-
}
|
|
5172
|
+
},
|
|
5173
|
+
"hex": "#f08080",
|
|
5174
|
+
"delta": 0
|
|
4529
5175
|
},
|
|
4530
5176
|
"lightcyan": {
|
|
4531
5177
|
"name": "lightcyan",
|
|
@@ -4539,7 +5185,9 @@ const cssNamedColors = {
|
|
|
4539
5185
|
255
|
|
4540
5186
|
],
|
|
4541
5187
|
"alpha": 1
|
|
4542
|
-
}
|
|
5188
|
+
},
|
|
5189
|
+
"hex": "#e0ffff",
|
|
5190
|
+
"delta": 0
|
|
4543
5191
|
},
|
|
4544
5192
|
"lightgoldenrodyellow": {
|
|
4545
5193
|
"name": "lightgoldenrodyellow",
|
|
@@ -4553,7 +5201,9 @@ const cssNamedColors = {
|
|
|
4553
5201
|
210
|
|
4554
5202
|
],
|
|
4555
5203
|
"alpha": 1
|
|
4556
|
-
}
|
|
5204
|
+
},
|
|
5205
|
+
"hex": "#fafad2",
|
|
5206
|
+
"delta": 0
|
|
4557
5207
|
},
|
|
4558
5208
|
"lightgray": {
|
|
4559
5209
|
"name": "lightgray",
|
|
@@ -4567,7 +5217,9 @@ const cssNamedColors = {
|
|
|
4567
5217
|
211
|
|
4568
5218
|
],
|
|
4569
5219
|
"alpha": 1
|
|
4570
|
-
}
|
|
5220
|
+
},
|
|
5221
|
+
"hex": "#d3d3d3",
|
|
5222
|
+
"delta": 0
|
|
4571
5223
|
},
|
|
4572
5224
|
"lightgreen": {
|
|
4573
5225
|
"name": "lightgreen",
|
|
@@ -4581,7 +5233,9 @@ const cssNamedColors = {
|
|
|
4581
5233
|
144
|
|
4582
5234
|
],
|
|
4583
5235
|
"alpha": 1
|
|
4584
|
-
}
|
|
5236
|
+
},
|
|
5237
|
+
"hex": "#90ee90",
|
|
5238
|
+
"delta": 0
|
|
4585
5239
|
},
|
|
4586
5240
|
"lightgrey": {
|
|
4587
5241
|
"name": "lightgrey",
|
|
@@ -4595,7 +5249,9 @@ const cssNamedColors = {
|
|
|
4595
5249
|
211
|
|
4596
5250
|
],
|
|
4597
5251
|
"alpha": 1
|
|
4598
|
-
}
|
|
5252
|
+
},
|
|
5253
|
+
"hex": "#d3d3d3",
|
|
5254
|
+
"delta": 0
|
|
4599
5255
|
},
|
|
4600
5256
|
"lightpink": {
|
|
4601
5257
|
"name": "lightpink",
|
|
@@ -4609,7 +5265,9 @@ const cssNamedColors = {
|
|
|
4609
5265
|
193
|
|
4610
5266
|
],
|
|
4611
5267
|
"alpha": 1
|
|
4612
|
-
}
|
|
5268
|
+
},
|
|
5269
|
+
"hex": "#ffb6c1",
|
|
5270
|
+
"delta": 0
|
|
4613
5271
|
},
|
|
4614
5272
|
"lightsalmon": {
|
|
4615
5273
|
"name": "lightsalmon",
|
|
@@ -4623,7 +5281,9 @@ const cssNamedColors = {
|
|
|
4623
5281
|
122
|
|
4624
5282
|
],
|
|
4625
5283
|
"alpha": 1
|
|
4626
|
-
}
|
|
5284
|
+
},
|
|
5285
|
+
"hex": "#ffa07a",
|
|
5286
|
+
"delta": 0
|
|
4627
5287
|
},
|
|
4628
5288
|
"lightseagreen": {
|
|
4629
5289
|
"name": "lightseagreen",
|
|
@@ -4637,7 +5297,9 @@ const cssNamedColors = {
|
|
|
4637
5297
|
170
|
|
4638
5298
|
],
|
|
4639
5299
|
"alpha": 1
|
|
4640
|
-
}
|
|
5300
|
+
},
|
|
5301
|
+
"hex": "#20b2aa",
|
|
5302
|
+
"delta": 0
|
|
4641
5303
|
},
|
|
4642
5304
|
"lightskyblue": {
|
|
4643
5305
|
"name": "lightskyblue",
|
|
@@ -4651,7 +5313,9 @@ const cssNamedColors = {
|
|
|
4651
5313
|
250
|
|
4652
5314
|
],
|
|
4653
5315
|
"alpha": 1
|
|
4654
|
-
}
|
|
5316
|
+
},
|
|
5317
|
+
"hex": "#87cefa",
|
|
5318
|
+
"delta": 0
|
|
4655
5319
|
},
|
|
4656
5320
|
"lightslategray": {
|
|
4657
5321
|
"name": "lightslategray",
|
|
@@ -4665,7 +5329,9 @@ const cssNamedColors = {
|
|
|
4665
5329
|
153
|
|
4666
5330
|
],
|
|
4667
5331
|
"alpha": 1
|
|
4668
|
-
}
|
|
5332
|
+
},
|
|
5333
|
+
"hex": "#778899",
|
|
5334
|
+
"delta": 0
|
|
4669
5335
|
},
|
|
4670
5336
|
"lightslategrey": {
|
|
4671
5337
|
"name": "lightslategrey",
|
|
@@ -4679,7 +5345,9 @@ const cssNamedColors = {
|
|
|
4679
5345
|
153
|
|
4680
5346
|
],
|
|
4681
5347
|
"alpha": 1
|
|
4682
|
-
}
|
|
5348
|
+
},
|
|
5349
|
+
"hex": "#778899",
|
|
5350
|
+
"delta": 0
|
|
4683
5351
|
},
|
|
4684
5352
|
"lightsteelblue": {
|
|
4685
5353
|
"name": "lightsteelblue",
|
|
@@ -4693,7 +5361,9 @@ const cssNamedColors = {
|
|
|
4693
5361
|
222
|
|
4694
5362
|
],
|
|
4695
5363
|
"alpha": 1
|
|
4696
|
-
}
|
|
5364
|
+
},
|
|
5365
|
+
"hex": "#b0c4de",
|
|
5366
|
+
"delta": 0
|
|
4697
5367
|
},
|
|
4698
5368
|
"lightyellow": {
|
|
4699
5369
|
"name": "lightyellow",
|
|
@@ -4707,7 +5377,9 @@ const cssNamedColors = {
|
|
|
4707
5377
|
224
|
|
4708
5378
|
],
|
|
4709
5379
|
"alpha": 1
|
|
4710
|
-
}
|
|
5380
|
+
},
|
|
5381
|
+
"hex": "#ffffe0",
|
|
5382
|
+
"delta": 0
|
|
4711
5383
|
},
|
|
4712
5384
|
"limegreen": {
|
|
4713
5385
|
"name": "limegreen",
|
|
@@ -4721,7 +5393,9 @@ const cssNamedColors = {
|
|
|
4721
5393
|
50
|
|
4722
5394
|
],
|
|
4723
5395
|
"alpha": 1
|
|
4724
|
-
}
|
|
5396
|
+
},
|
|
5397
|
+
"hex": "#32cd32",
|
|
5398
|
+
"delta": 0
|
|
4725
5399
|
},
|
|
4726
5400
|
"linen": {
|
|
4727
5401
|
"name": "linen",
|
|
@@ -4735,7 +5409,9 @@ const cssNamedColors = {
|
|
|
4735
5409
|
230
|
|
4736
5410
|
],
|
|
4737
5411
|
"alpha": 1
|
|
4738
|
-
}
|
|
5412
|
+
},
|
|
5413
|
+
"hex": "#faf0e6",
|
|
5414
|
+
"delta": 0
|
|
4739
5415
|
},
|
|
4740
5416
|
"magenta": {
|
|
4741
5417
|
"name": "magenta",
|
|
@@ -4749,7 +5425,9 @@ const cssNamedColors = {
|
|
|
4749
5425
|
255
|
|
4750
5426
|
],
|
|
4751
5427
|
"alpha": 1
|
|
4752
|
-
}
|
|
5428
|
+
},
|
|
5429
|
+
"hex": "#ff00ff",
|
|
5430
|
+
"delta": 0
|
|
4753
5431
|
},
|
|
4754
5432
|
"mediumaquamarine": {
|
|
4755
5433
|
"name": "mediumaquamarine",
|
|
@@ -4763,7 +5441,9 @@ const cssNamedColors = {
|
|
|
4763
5441
|
170
|
|
4764
5442
|
],
|
|
4765
5443
|
"alpha": 1
|
|
4766
|
-
}
|
|
5444
|
+
},
|
|
5445
|
+
"hex": "#66cdaa",
|
|
5446
|
+
"delta": 0
|
|
4767
5447
|
},
|
|
4768
5448
|
"mediumblue": {
|
|
4769
5449
|
"name": "mediumblue",
|
|
@@ -4777,7 +5457,9 @@ const cssNamedColors = {
|
|
|
4777
5457
|
205
|
|
4778
5458
|
],
|
|
4779
5459
|
"alpha": 1
|
|
4780
|
-
}
|
|
5460
|
+
},
|
|
5461
|
+
"hex": "#0000cd",
|
|
5462
|
+
"delta": 0
|
|
4781
5463
|
},
|
|
4782
5464
|
"mediumorchid": {
|
|
4783
5465
|
"name": "mediumorchid",
|
|
@@ -4791,7 +5473,9 @@ const cssNamedColors = {
|
|
|
4791
5473
|
211
|
|
4792
5474
|
],
|
|
4793
5475
|
"alpha": 1
|
|
4794
|
-
}
|
|
5476
|
+
},
|
|
5477
|
+
"hex": "#ba55d3",
|
|
5478
|
+
"delta": 0
|
|
4795
5479
|
},
|
|
4796
5480
|
"mediumpurple": {
|
|
4797
5481
|
"name": "mediumpurple",
|
|
@@ -4805,7 +5489,9 @@ const cssNamedColors = {
|
|
|
4805
5489
|
219
|
|
4806
5490
|
],
|
|
4807
5491
|
"alpha": 1
|
|
4808
|
-
}
|
|
5492
|
+
},
|
|
5493
|
+
"hex": "#9370db",
|
|
5494
|
+
"delta": 0
|
|
4809
5495
|
},
|
|
4810
5496
|
"mediumseagreen": {
|
|
4811
5497
|
"name": "mediumseagreen",
|
|
@@ -4819,7 +5505,9 @@ const cssNamedColors = {
|
|
|
4819
5505
|
113
|
|
4820
5506
|
],
|
|
4821
5507
|
"alpha": 1
|
|
4822
|
-
}
|
|
5508
|
+
},
|
|
5509
|
+
"hex": "#3cb371",
|
|
5510
|
+
"delta": 0
|
|
4823
5511
|
},
|
|
4824
5512
|
"mediumslateblue": {
|
|
4825
5513
|
"name": "mediumslateblue",
|
|
@@ -4833,7 +5521,9 @@ const cssNamedColors = {
|
|
|
4833
5521
|
238
|
|
4834
5522
|
],
|
|
4835
5523
|
"alpha": 1
|
|
4836
|
-
}
|
|
5524
|
+
},
|
|
5525
|
+
"hex": "#7b68ee",
|
|
5526
|
+
"delta": 0
|
|
4837
5527
|
},
|
|
4838
5528
|
"mediumspringgreen": {
|
|
4839
5529
|
"name": "mediumspringgreen",
|
|
@@ -4847,7 +5537,9 @@ const cssNamedColors = {
|
|
|
4847
5537
|
154
|
|
4848
5538
|
],
|
|
4849
5539
|
"alpha": 1
|
|
4850
|
-
}
|
|
5540
|
+
},
|
|
5541
|
+
"hex": "#00fa9a",
|
|
5542
|
+
"delta": 0
|
|
4851
5543
|
},
|
|
4852
5544
|
"mediumturquoise": {
|
|
4853
5545
|
"name": "mediumturquoise",
|
|
@@ -4861,7 +5553,9 @@ const cssNamedColors = {
|
|
|
4861
5553
|
204
|
|
4862
5554
|
],
|
|
4863
5555
|
"alpha": 1
|
|
4864
|
-
}
|
|
5556
|
+
},
|
|
5557
|
+
"hex": "#48d1cc",
|
|
5558
|
+
"delta": 0
|
|
4865
5559
|
},
|
|
4866
5560
|
"mediumvioletred": {
|
|
4867
5561
|
"name": "mediumvioletred",
|
|
@@ -4875,7 +5569,9 @@ const cssNamedColors = {
|
|
|
4875
5569
|
133
|
|
4876
5570
|
],
|
|
4877
5571
|
"alpha": 1
|
|
4878
|
-
}
|
|
5572
|
+
},
|
|
5573
|
+
"hex": "#c71585",
|
|
5574
|
+
"delta": 0
|
|
4879
5575
|
},
|
|
4880
5576
|
"midnightblue": {
|
|
4881
5577
|
"name": "midnightblue",
|
|
@@ -4889,7 +5585,9 @@ const cssNamedColors = {
|
|
|
4889
5585
|
112
|
|
4890
5586
|
],
|
|
4891
5587
|
"alpha": 1
|
|
4892
|
-
}
|
|
5588
|
+
},
|
|
5589
|
+
"hex": "#191970",
|
|
5590
|
+
"delta": 0
|
|
4893
5591
|
},
|
|
4894
5592
|
"mintcream": {
|
|
4895
5593
|
"name": "mintcream",
|
|
@@ -4903,7 +5601,9 @@ const cssNamedColors = {
|
|
|
4903
5601
|
250
|
|
4904
5602
|
],
|
|
4905
5603
|
"alpha": 1
|
|
4906
|
-
}
|
|
5604
|
+
},
|
|
5605
|
+
"hex": "#f5fffa",
|
|
5606
|
+
"delta": 0
|
|
4907
5607
|
},
|
|
4908
5608
|
"mistyrose": {
|
|
4909
5609
|
"name": "mistyrose",
|
|
@@ -4917,7 +5617,9 @@ const cssNamedColors = {
|
|
|
4917
5617
|
225
|
|
4918
5618
|
],
|
|
4919
5619
|
"alpha": 1
|
|
4920
|
-
}
|
|
5620
|
+
},
|
|
5621
|
+
"hex": "#ffe4e1",
|
|
5622
|
+
"delta": 0
|
|
4921
5623
|
},
|
|
4922
5624
|
"moccasin": {
|
|
4923
5625
|
"name": "moccasin",
|
|
@@ -4931,7 +5633,9 @@ const cssNamedColors = {
|
|
|
4931
5633
|
181
|
|
4932
5634
|
],
|
|
4933
5635
|
"alpha": 1
|
|
4934
|
-
}
|
|
5636
|
+
},
|
|
5637
|
+
"hex": "#ffe4b5",
|
|
5638
|
+
"delta": 0
|
|
4935
5639
|
},
|
|
4936
5640
|
"navajowhite": {
|
|
4937
5641
|
"name": "navajowhite",
|
|
@@ -4945,7 +5649,9 @@ const cssNamedColors = {
|
|
|
4945
5649
|
173
|
|
4946
5650
|
],
|
|
4947
5651
|
"alpha": 1
|
|
4948
|
-
}
|
|
5652
|
+
},
|
|
5653
|
+
"hex": "#ffdead",
|
|
5654
|
+
"delta": 0
|
|
4949
5655
|
},
|
|
4950
5656
|
"oldlace": {
|
|
4951
5657
|
"name": "oldlace",
|
|
@@ -4959,7 +5665,9 @@ const cssNamedColors = {
|
|
|
4959
5665
|
230
|
|
4960
5666
|
],
|
|
4961
5667
|
"alpha": 1
|
|
4962
|
-
}
|
|
5668
|
+
},
|
|
5669
|
+
"hex": "#fdf5e6",
|
|
5670
|
+
"delta": 0
|
|
4963
5671
|
},
|
|
4964
5672
|
"olivedrab": {
|
|
4965
5673
|
"name": "olivedrab",
|
|
@@ -4973,7 +5681,9 @@ const cssNamedColors = {
|
|
|
4973
5681
|
35
|
|
4974
5682
|
],
|
|
4975
5683
|
"alpha": 1
|
|
4976
|
-
}
|
|
5684
|
+
},
|
|
5685
|
+
"hex": "#6b8e23",
|
|
5686
|
+
"delta": 0
|
|
4977
5687
|
},
|
|
4978
5688
|
"orange": {
|
|
4979
5689
|
"name": "orange",
|
|
@@ -4987,7 +5697,9 @@ const cssNamedColors = {
|
|
|
4987
5697
|
0
|
|
4988
5698
|
],
|
|
4989
5699
|
"alpha": 1
|
|
4990
|
-
}
|
|
5700
|
+
},
|
|
5701
|
+
"hex": "#ffa500",
|
|
5702
|
+
"delta": 0
|
|
4991
5703
|
},
|
|
4992
5704
|
"orangered": {
|
|
4993
5705
|
"name": "orangered",
|
|
@@ -5001,7 +5713,9 @@ const cssNamedColors = {
|
|
|
5001
5713
|
0
|
|
5002
5714
|
],
|
|
5003
5715
|
"alpha": 1
|
|
5004
|
-
}
|
|
5716
|
+
},
|
|
5717
|
+
"hex": "#ff4500",
|
|
5718
|
+
"delta": 0
|
|
5005
5719
|
},
|
|
5006
5720
|
"orchid": {
|
|
5007
5721
|
"name": "orchid",
|
|
@@ -5015,7 +5729,9 @@ const cssNamedColors = {
|
|
|
5015
5729
|
214
|
|
5016
5730
|
],
|
|
5017
5731
|
"alpha": 1
|
|
5018
|
-
}
|
|
5732
|
+
},
|
|
5733
|
+
"hex": "#da70d6",
|
|
5734
|
+
"delta": 0
|
|
5019
5735
|
},
|
|
5020
5736
|
"palegoldenrod": {
|
|
5021
5737
|
"name": "palegoldenrod",
|
|
@@ -5029,7 +5745,9 @@ const cssNamedColors = {
|
|
|
5029
5745
|
170
|
|
5030
5746
|
],
|
|
5031
5747
|
"alpha": 1
|
|
5032
|
-
}
|
|
5748
|
+
},
|
|
5749
|
+
"hex": "#eee8aa",
|
|
5750
|
+
"delta": 0
|
|
5033
5751
|
},
|
|
5034
5752
|
"palegreen": {
|
|
5035
5753
|
"name": "palegreen",
|
|
@@ -5043,7 +5761,9 @@ const cssNamedColors = {
|
|
|
5043
5761
|
152
|
|
5044
5762
|
],
|
|
5045
5763
|
"alpha": 1
|
|
5046
|
-
}
|
|
5764
|
+
},
|
|
5765
|
+
"hex": "#98fb98",
|
|
5766
|
+
"delta": 0
|
|
5047
5767
|
},
|
|
5048
5768
|
"paleturquoise": {
|
|
5049
5769
|
"name": "paleturquoise",
|
|
@@ -5057,7 +5777,9 @@ const cssNamedColors = {
|
|
|
5057
5777
|
238
|
|
5058
5778
|
],
|
|
5059
5779
|
"alpha": 1
|
|
5060
|
-
}
|
|
5780
|
+
},
|
|
5781
|
+
"hex": "#afeeee",
|
|
5782
|
+
"delta": 0
|
|
5061
5783
|
},
|
|
5062
5784
|
"palevioletred": {
|
|
5063
5785
|
"name": "palevioletred",
|
|
@@ -5071,7 +5793,9 @@ const cssNamedColors = {
|
|
|
5071
5793
|
147
|
|
5072
5794
|
],
|
|
5073
5795
|
"alpha": 1
|
|
5074
|
-
}
|
|
5796
|
+
},
|
|
5797
|
+
"hex": "#db7093",
|
|
5798
|
+
"delta": 0
|
|
5075
5799
|
},
|
|
5076
5800
|
"papayawhip": {
|
|
5077
5801
|
"name": "papayawhip",
|
|
@@ -5085,7 +5809,9 @@ const cssNamedColors = {
|
|
|
5085
5809
|
213
|
|
5086
5810
|
],
|
|
5087
5811
|
"alpha": 1
|
|
5088
|
-
}
|
|
5812
|
+
},
|
|
5813
|
+
"hex": "#ffefd5",
|
|
5814
|
+
"delta": 0
|
|
5089
5815
|
},
|
|
5090
5816
|
"peachpuff": {
|
|
5091
5817
|
"name": "peachpuff",
|
|
@@ -5099,7 +5825,9 @@ const cssNamedColors = {
|
|
|
5099
5825
|
185
|
|
5100
5826
|
],
|
|
5101
5827
|
"alpha": 1
|
|
5102
|
-
}
|
|
5828
|
+
},
|
|
5829
|
+
"hex": "#ffdab9",
|
|
5830
|
+
"delta": 0
|
|
5103
5831
|
},
|
|
5104
5832
|
"peru": {
|
|
5105
5833
|
"name": "peru",
|
|
@@ -5113,7 +5841,9 @@ const cssNamedColors = {
|
|
|
5113
5841
|
63
|
|
5114
5842
|
],
|
|
5115
5843
|
"alpha": 1
|
|
5116
|
-
}
|
|
5844
|
+
},
|
|
5845
|
+
"hex": "#cd853f",
|
|
5846
|
+
"delta": 0
|
|
5117
5847
|
},
|
|
5118
5848
|
"pink": {
|
|
5119
5849
|
"name": "pink",
|
|
@@ -5127,7 +5857,9 @@ const cssNamedColors = {
|
|
|
5127
5857
|
203
|
|
5128
5858
|
],
|
|
5129
5859
|
"alpha": 1
|
|
5130
|
-
}
|
|
5860
|
+
},
|
|
5861
|
+
"hex": "#ffc0cb",
|
|
5862
|
+
"delta": 0
|
|
5131
5863
|
},
|
|
5132
5864
|
"plum": {
|
|
5133
5865
|
"name": "plum",
|
|
@@ -5141,7 +5873,9 @@ const cssNamedColors = {
|
|
|
5141
5873
|
221
|
|
5142
5874
|
],
|
|
5143
5875
|
"alpha": 1
|
|
5144
|
-
}
|
|
5876
|
+
},
|
|
5877
|
+
"hex": "#dda0dd",
|
|
5878
|
+
"delta": 0
|
|
5145
5879
|
},
|
|
5146
5880
|
"powderblue": {
|
|
5147
5881
|
"name": "powderblue",
|
|
@@ -5155,7 +5889,9 @@ const cssNamedColors = {
|
|
|
5155
5889
|
230
|
|
5156
5890
|
],
|
|
5157
5891
|
"alpha": 1
|
|
5158
|
-
}
|
|
5892
|
+
},
|
|
5893
|
+
"hex": "#b0e0e6",
|
|
5894
|
+
"delta": 0
|
|
5159
5895
|
},
|
|
5160
5896
|
"rebeccapurple": {
|
|
5161
5897
|
"name": "rebeccapurple",
|
|
@@ -5169,7 +5905,9 @@ const cssNamedColors = {
|
|
|
5169
5905
|
153
|
|
5170
5906
|
],
|
|
5171
5907
|
"alpha": 1
|
|
5172
|
-
}
|
|
5908
|
+
},
|
|
5909
|
+
"hex": "#663399",
|
|
5910
|
+
"delta": 0
|
|
5173
5911
|
},
|
|
5174
5912
|
"rosybrown": {
|
|
5175
5913
|
"name": "rosybrown",
|
|
@@ -5183,7 +5921,9 @@ const cssNamedColors = {
|
|
|
5183
5921
|
143
|
|
5184
5922
|
],
|
|
5185
5923
|
"alpha": 1
|
|
5186
|
-
}
|
|
5924
|
+
},
|
|
5925
|
+
"hex": "#bc8f8f",
|
|
5926
|
+
"delta": 0
|
|
5187
5927
|
},
|
|
5188
5928
|
"royalblue": {
|
|
5189
5929
|
"name": "royalblue",
|
|
@@ -5197,7 +5937,9 @@ const cssNamedColors = {
|
|
|
5197
5937
|
225
|
|
5198
5938
|
],
|
|
5199
5939
|
"alpha": 1
|
|
5200
|
-
}
|
|
5940
|
+
},
|
|
5941
|
+
"hex": "#4169e1",
|
|
5942
|
+
"delta": 0
|
|
5201
5943
|
},
|
|
5202
5944
|
"saddlebrown": {
|
|
5203
5945
|
"name": "saddlebrown",
|
|
@@ -5211,7 +5953,9 @@ const cssNamedColors = {
|
|
|
5211
5953
|
19
|
|
5212
5954
|
],
|
|
5213
5955
|
"alpha": 1
|
|
5214
|
-
}
|
|
5956
|
+
},
|
|
5957
|
+
"hex": "#8b4513",
|
|
5958
|
+
"delta": 0
|
|
5215
5959
|
},
|
|
5216
5960
|
"salmon": {
|
|
5217
5961
|
"name": "salmon",
|
|
@@ -5225,7 +5969,9 @@ const cssNamedColors = {
|
|
|
5225
5969
|
114
|
|
5226
5970
|
],
|
|
5227
5971
|
"alpha": 1
|
|
5228
|
-
}
|
|
5972
|
+
},
|
|
5973
|
+
"hex": "#fa8072",
|
|
5974
|
+
"delta": 0
|
|
5229
5975
|
},
|
|
5230
5976
|
"sandybrown": {
|
|
5231
5977
|
"name": "sandybrown",
|
|
@@ -5239,7 +5985,9 @@ const cssNamedColors = {
|
|
|
5239
5985
|
96
|
|
5240
5986
|
],
|
|
5241
5987
|
"alpha": 1
|
|
5242
|
-
}
|
|
5988
|
+
},
|
|
5989
|
+
"hex": "#f4a460",
|
|
5990
|
+
"delta": 0
|
|
5243
5991
|
},
|
|
5244
5992
|
"seagreen": {
|
|
5245
5993
|
"name": "seagreen",
|
|
@@ -5253,7 +6001,9 @@ const cssNamedColors = {
|
|
|
5253
6001
|
87
|
|
5254
6002
|
],
|
|
5255
6003
|
"alpha": 1
|
|
5256
|
-
}
|
|
6004
|
+
},
|
|
6005
|
+
"hex": "#2e8b57",
|
|
6006
|
+
"delta": 0
|
|
5257
6007
|
},
|
|
5258
6008
|
"seashell": {
|
|
5259
6009
|
"name": "seashell",
|
|
@@ -5267,7 +6017,9 @@ const cssNamedColors = {
|
|
|
5267
6017
|
238
|
|
5268
6018
|
],
|
|
5269
6019
|
"alpha": 1
|
|
5270
|
-
}
|
|
6020
|
+
},
|
|
6021
|
+
"hex": "#fff5ee",
|
|
6022
|
+
"delta": 0
|
|
5271
6023
|
},
|
|
5272
6024
|
"sienna": {
|
|
5273
6025
|
"name": "sienna",
|
|
@@ -5281,7 +6033,9 @@ const cssNamedColors = {
|
|
|
5281
6033
|
45
|
|
5282
6034
|
],
|
|
5283
6035
|
"alpha": 1
|
|
5284
|
-
}
|
|
6036
|
+
},
|
|
6037
|
+
"hex": "#a0522d",
|
|
6038
|
+
"delta": 0
|
|
5285
6039
|
},
|
|
5286
6040
|
"skyblue": {
|
|
5287
6041
|
"name": "skyblue",
|
|
@@ -5295,7 +6049,9 @@ const cssNamedColors = {
|
|
|
5295
6049
|
235
|
|
5296
6050
|
],
|
|
5297
6051
|
"alpha": 1
|
|
5298
|
-
}
|
|
6052
|
+
},
|
|
6053
|
+
"hex": "#87ceeb",
|
|
6054
|
+
"delta": 0
|
|
5299
6055
|
},
|
|
5300
6056
|
"slateblue": {
|
|
5301
6057
|
"name": "slateblue",
|
|
@@ -5309,7 +6065,9 @@ const cssNamedColors = {
|
|
|
5309
6065
|
205
|
|
5310
6066
|
],
|
|
5311
6067
|
"alpha": 1
|
|
5312
|
-
}
|
|
6068
|
+
},
|
|
6069
|
+
"hex": "#6a5acd",
|
|
6070
|
+
"delta": 0
|
|
5313
6071
|
},
|
|
5314
6072
|
"slategray": {
|
|
5315
6073
|
"name": "slategray",
|
|
@@ -5323,7 +6081,9 @@ const cssNamedColors = {
|
|
|
5323
6081
|
144
|
|
5324
6082
|
],
|
|
5325
6083
|
"alpha": 1
|
|
5326
|
-
}
|
|
6084
|
+
},
|
|
6085
|
+
"hex": "#708090",
|
|
6086
|
+
"delta": 0
|
|
5327
6087
|
},
|
|
5328
6088
|
"slategrey": {
|
|
5329
6089
|
"name": "slategrey",
|
|
@@ -5337,7 +6097,9 @@ const cssNamedColors = {
|
|
|
5337
6097
|
144
|
|
5338
6098
|
],
|
|
5339
6099
|
"alpha": 1
|
|
5340
|
-
}
|
|
6100
|
+
},
|
|
6101
|
+
"hex": "#708090",
|
|
6102
|
+
"delta": 0
|
|
5341
6103
|
},
|
|
5342
6104
|
"snow": {
|
|
5343
6105
|
"name": "snow",
|
|
@@ -5351,7 +6113,9 @@ const cssNamedColors = {
|
|
|
5351
6113
|
250
|
|
5352
6114
|
],
|
|
5353
6115
|
"alpha": 1
|
|
5354
|
-
}
|
|
6116
|
+
},
|
|
6117
|
+
"hex": "#fffafa",
|
|
6118
|
+
"delta": 0
|
|
5355
6119
|
},
|
|
5356
6120
|
"springgreen": {
|
|
5357
6121
|
"name": "springgreen",
|
|
@@ -5365,7 +6129,9 @@ const cssNamedColors = {
|
|
|
5365
6129
|
127
|
|
5366
6130
|
],
|
|
5367
6131
|
"alpha": 1
|
|
5368
|
-
}
|
|
6132
|
+
},
|
|
6133
|
+
"hex": "#00ff7f",
|
|
6134
|
+
"delta": 0
|
|
5369
6135
|
},
|
|
5370
6136
|
"steelblue": {
|
|
5371
6137
|
"name": "steelblue",
|
|
@@ -5379,7 +6145,9 @@ const cssNamedColors = {
|
|
|
5379
6145
|
180
|
|
5380
6146
|
],
|
|
5381
6147
|
"alpha": 1
|
|
5382
|
-
}
|
|
6148
|
+
},
|
|
6149
|
+
"hex": "#4682b4",
|
|
6150
|
+
"delta": 0
|
|
5383
6151
|
},
|
|
5384
6152
|
"tan": {
|
|
5385
6153
|
"name": "tan",
|
|
@@ -5393,7 +6161,9 @@ const cssNamedColors = {
|
|
|
5393
6161
|
140
|
|
5394
6162
|
],
|
|
5395
6163
|
"alpha": 1
|
|
5396
|
-
}
|
|
6164
|
+
},
|
|
6165
|
+
"hex": "#d2b48c",
|
|
6166
|
+
"delta": 0
|
|
5397
6167
|
},
|
|
5398
6168
|
"thistle": {
|
|
5399
6169
|
"name": "thistle",
|
|
@@ -5407,7 +6177,9 @@ const cssNamedColors = {
|
|
|
5407
6177
|
216
|
|
5408
6178
|
],
|
|
5409
6179
|
"alpha": 1
|
|
5410
|
-
}
|
|
6180
|
+
},
|
|
6181
|
+
"hex": "#d8bfd8",
|
|
6182
|
+
"delta": 0
|
|
5411
6183
|
},
|
|
5412
6184
|
"tomato": {
|
|
5413
6185
|
"name": "tomato",
|
|
@@ -5421,7 +6193,9 @@ const cssNamedColors = {
|
|
|
5421
6193
|
71
|
|
5422
6194
|
],
|
|
5423
6195
|
"alpha": 1
|
|
5424
|
-
}
|
|
6196
|
+
},
|
|
6197
|
+
"hex": "#ff6347",
|
|
6198
|
+
"delta": 0
|
|
5425
6199
|
},
|
|
5426
6200
|
"turquoise": {
|
|
5427
6201
|
"name": "turquoise",
|
|
@@ -5435,7 +6209,9 @@ const cssNamedColors = {
|
|
|
5435
6209
|
208
|
|
5436
6210
|
],
|
|
5437
6211
|
"alpha": 1
|
|
5438
|
-
}
|
|
6212
|
+
},
|
|
6213
|
+
"hex": "#40e0d0",
|
|
6214
|
+
"delta": 0
|
|
5439
6215
|
},
|
|
5440
6216
|
"violet": {
|
|
5441
6217
|
"name": "violet",
|
|
@@ -5449,7 +6225,9 @@ const cssNamedColors = {
|
|
|
5449
6225
|
238
|
|
5450
6226
|
],
|
|
5451
6227
|
"alpha": 1
|
|
5452
|
-
}
|
|
6228
|
+
},
|
|
6229
|
+
"hex": "#ee82ee",
|
|
6230
|
+
"delta": 0
|
|
5453
6231
|
},
|
|
5454
6232
|
"wheat": {
|
|
5455
6233
|
"name": "wheat",
|
|
@@ -5463,7 +6241,9 @@ const cssNamedColors = {
|
|
|
5463
6241
|
179
|
|
5464
6242
|
],
|
|
5465
6243
|
"alpha": 1
|
|
5466
|
-
}
|
|
6244
|
+
},
|
|
6245
|
+
"hex": "#f5deb3",
|
|
6246
|
+
"delta": 0
|
|
5467
6247
|
},
|
|
5468
6248
|
"whitesmoke": {
|
|
5469
6249
|
"name": "whitesmoke",
|
|
@@ -5477,7 +6257,9 @@ const cssNamedColors = {
|
|
|
5477
6257
|
245
|
|
5478
6258
|
],
|
|
5479
6259
|
"alpha": 1
|
|
5480
|
-
}
|
|
6260
|
+
},
|
|
6261
|
+
"hex": "#f5f5f5",
|
|
6262
|
+
"delta": 0
|
|
5481
6263
|
},
|
|
5482
6264
|
"yellowgreen": {
|
|
5483
6265
|
"name": "yellowgreen",
|
|
@@ -5491,7 +6273,9 @@ const cssNamedColors = {
|
|
|
5491
6273
|
50
|
|
5492
6274
|
],
|
|
5493
6275
|
"alpha": 1
|
|
5494
|
-
}
|
|
6276
|
+
},
|
|
6277
|
+
"hex": "#9acd32",
|
|
6278
|
+
"delta": 0
|
|
5495
6279
|
}
|
|
5496
6280
|
};
|
|
5497
6281
|
|