@esri/calcite-design-tokens 3.2.0-next.1 → 3.2.0-next.11
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/css/dark.css +2 -2
- package/dist/css/index.css +10 -10
- package/dist/css/light.css +2 -2
- package/dist/css/semantic.css +0 -22
- package/dist/docs/core.json +464 -1
- package/dist/docs/dark.json +82 -24
- package/dist/docs/global.json +281 -183
- package/dist/docs/light.json +74 -14
- package/dist/docs/semantic.json +132 -572
- package/dist/es6/dark.d.ts +2 -2
- package/dist/es6/dark.js +2 -2
- package/dist/es6/global.d.ts +2 -2
- package/dist/es6/global.js +2 -2
- package/dist/es6/light.d.ts +2 -2
- package/dist/es6/light.js +2 -2
- package/dist/es6/semantic.d.ts +0 -24
- package/dist/es6/semantic.js +0 -12
- package/dist/js/core.js +926 -0
- package/dist/js/dark.d.ts +2 -2
- package/dist/js/dark.js +161 -38
- package/dist/js/global.d.ts +10 -10
- package/dist/js/global.js +627 -424
- package/dist/js/light.d.ts +2 -2
- package/dist/js/light.js +137 -16
- package/dist/js/semantic.d.ts +8 -26
- package/dist/js/semantic.js +358 -934
- package/dist/scss/dark.scss +2 -2
- package/dist/scss/index.scss +4 -4
- package/dist/scss/light.scss +2 -2
- package/dist/scss/semantic.scss +0 -22
- package/package.json +6 -6
package/dist/docs/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1753202981795,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{core.color.neutral.blk-000}",
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"type": "color",
|
|
8
8
|
"attributes": {
|
|
9
9
|
"category": "color",
|
|
10
|
+
"group": "neutral",
|
|
10
11
|
"type": "color",
|
|
11
12
|
"item": "neutral",
|
|
12
13
|
"subitem": "blk-000",
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"type": "color",
|
|
35
36
|
"attributes": {
|
|
36
37
|
"category": "color",
|
|
38
|
+
"group": "neutral",
|
|
37
39
|
"type": "color",
|
|
38
40
|
"item": "neutral",
|
|
39
41
|
"subitem": "blk-005",
|
|
@@ -61,6 +63,7 @@
|
|
|
61
63
|
"type": "color",
|
|
62
64
|
"attributes": {
|
|
63
65
|
"category": "color",
|
|
66
|
+
"group": "neutral",
|
|
64
67
|
"type": "color",
|
|
65
68
|
"item": "neutral",
|
|
66
69
|
"subitem": "blk-010",
|
|
@@ -88,6 +91,7 @@
|
|
|
88
91
|
"type": "color",
|
|
89
92
|
"attributes": {
|
|
90
93
|
"category": "color",
|
|
94
|
+
"group": "neutral",
|
|
91
95
|
"type": "color",
|
|
92
96
|
"item": "neutral",
|
|
93
97
|
"subitem": "blk-020",
|
|
@@ -115,6 +119,7 @@
|
|
|
115
119
|
"type": "color",
|
|
116
120
|
"attributes": {
|
|
117
121
|
"category": "color",
|
|
122
|
+
"group": "neutral",
|
|
118
123
|
"type": "color",
|
|
119
124
|
"item": "neutral",
|
|
120
125
|
"subitem": "blk-030",
|
|
@@ -142,6 +147,7 @@
|
|
|
142
147
|
"type": "color",
|
|
143
148
|
"attributes": {
|
|
144
149
|
"category": "color",
|
|
150
|
+
"group": "neutral",
|
|
145
151
|
"type": "color",
|
|
146
152
|
"item": "neutral",
|
|
147
153
|
"subitem": "blk-040",
|
|
@@ -169,6 +175,7 @@
|
|
|
169
175
|
"type": "color",
|
|
170
176
|
"attributes": {
|
|
171
177
|
"category": "color",
|
|
178
|
+
"group": "neutral",
|
|
172
179
|
"type": "color",
|
|
173
180
|
"item": "neutral",
|
|
174
181
|
"subitem": "blk-050",
|
|
@@ -196,6 +203,7 @@
|
|
|
196
203
|
"type": "color",
|
|
197
204
|
"attributes": {
|
|
198
205
|
"category": "color",
|
|
206
|
+
"group": "neutral",
|
|
199
207
|
"type": "color",
|
|
200
208
|
"item": "neutral",
|
|
201
209
|
"subitem": "blk-060",
|
|
@@ -223,6 +231,7 @@
|
|
|
223
231
|
"type": "color",
|
|
224
232
|
"attributes": {
|
|
225
233
|
"category": "color",
|
|
234
|
+
"group": "neutral",
|
|
226
235
|
"type": "color",
|
|
227
236
|
"item": "neutral",
|
|
228
237
|
"subitem": "blk-070",
|
|
@@ -250,6 +259,7 @@
|
|
|
250
259
|
"type": "color",
|
|
251
260
|
"attributes": {
|
|
252
261
|
"category": "color",
|
|
262
|
+
"group": "neutral",
|
|
253
263
|
"type": "color",
|
|
254
264
|
"item": "neutral",
|
|
255
265
|
"subitem": "blk-080",
|
|
@@ -277,6 +287,7 @@
|
|
|
277
287
|
"type": "color",
|
|
278
288
|
"attributes": {
|
|
279
289
|
"category": "color",
|
|
290
|
+
"group": "neutral",
|
|
280
291
|
"type": "color",
|
|
281
292
|
"item": "neutral",
|
|
282
293
|
"subitem": "blk-090",
|
|
@@ -304,6 +315,7 @@
|
|
|
304
315
|
"type": "color",
|
|
305
316
|
"attributes": {
|
|
306
317
|
"category": "color",
|
|
318
|
+
"group": "neutral",
|
|
307
319
|
"type": "color",
|
|
308
320
|
"item": "neutral",
|
|
309
321
|
"subitem": "blk-100",
|
|
@@ -331,6 +343,7 @@
|
|
|
331
343
|
"type": "color",
|
|
332
344
|
"attributes": {
|
|
333
345
|
"category": "color",
|
|
346
|
+
"group": "neutral",
|
|
334
347
|
"type": "color",
|
|
335
348
|
"item": "neutral",
|
|
336
349
|
"subitem": "blk-110",
|
|
@@ -358,6 +371,7 @@
|
|
|
358
371
|
"type": "color",
|
|
359
372
|
"attributes": {
|
|
360
373
|
"category": "color",
|
|
374
|
+
"group": "neutral",
|
|
361
375
|
"type": "color",
|
|
362
376
|
"item": "neutral",
|
|
363
377
|
"subitem": "blk-120",
|
|
@@ -385,6 +399,7 @@
|
|
|
385
399
|
"type": "color",
|
|
386
400
|
"attributes": {
|
|
387
401
|
"category": "color",
|
|
402
|
+
"group": "neutral",
|
|
388
403
|
"type": "color",
|
|
389
404
|
"item": "neutral",
|
|
390
405
|
"subitem": "blk-130",
|
|
@@ -412,6 +427,7 @@
|
|
|
412
427
|
"type": "color",
|
|
413
428
|
"attributes": {
|
|
414
429
|
"category": "color",
|
|
430
|
+
"group": "neutral",
|
|
415
431
|
"type": "color",
|
|
416
432
|
"item": "neutral",
|
|
417
433
|
"subitem": "blk-140",
|
|
@@ -439,6 +455,7 @@
|
|
|
439
455
|
"type": "color",
|
|
440
456
|
"attributes": {
|
|
441
457
|
"category": "color",
|
|
458
|
+
"group": "neutral",
|
|
442
459
|
"type": "color",
|
|
443
460
|
"item": "neutral",
|
|
444
461
|
"subitem": "blk-150",
|
|
@@ -466,6 +483,7 @@
|
|
|
466
483
|
"type": "color",
|
|
467
484
|
"attributes": {
|
|
468
485
|
"category": "color",
|
|
486
|
+
"group": "neutral",
|
|
469
487
|
"type": "color",
|
|
470
488
|
"item": "neutral",
|
|
471
489
|
"subitem": "blk-160",
|
|
@@ -493,6 +511,7 @@
|
|
|
493
511
|
"type": "color",
|
|
494
512
|
"attributes": {
|
|
495
513
|
"category": "color",
|
|
514
|
+
"group": "neutral",
|
|
496
515
|
"type": "color",
|
|
497
516
|
"item": "neutral",
|
|
498
517
|
"subitem": "blk-170",
|
|
@@ -520,6 +539,7 @@
|
|
|
520
539
|
"type": "color",
|
|
521
540
|
"attributes": {
|
|
522
541
|
"category": "color",
|
|
542
|
+
"group": "neutral",
|
|
523
543
|
"type": "color",
|
|
524
544
|
"item": "neutral",
|
|
525
545
|
"subitem": "blk-180",
|
|
@@ -547,6 +567,7 @@
|
|
|
547
567
|
"type": "color",
|
|
548
568
|
"attributes": {
|
|
549
569
|
"category": "color",
|
|
570
|
+
"group": "neutral",
|
|
550
571
|
"type": "color",
|
|
551
572
|
"item": "neutral",
|
|
552
573
|
"subitem": "blk-190",
|
|
@@ -574,6 +595,7 @@
|
|
|
574
595
|
"type": "color",
|
|
575
596
|
"attributes": {
|
|
576
597
|
"category": "color",
|
|
598
|
+
"group": "neutral",
|
|
577
599
|
"type": "color",
|
|
578
600
|
"item": "neutral",
|
|
579
601
|
"subitem": "blk-200",
|
|
@@ -601,6 +623,7 @@
|
|
|
601
623
|
"type": "color",
|
|
602
624
|
"attributes": {
|
|
603
625
|
"category": "color",
|
|
626
|
+
"group": "neutral",
|
|
604
627
|
"type": "color",
|
|
605
628
|
"item": "neutral",
|
|
606
629
|
"subitem": "blk-210",
|
|
@@ -628,6 +651,7 @@
|
|
|
628
651
|
"type": "color",
|
|
629
652
|
"attributes": {
|
|
630
653
|
"category": "color",
|
|
654
|
+
"group": "neutral",
|
|
631
655
|
"type": "color",
|
|
632
656
|
"item": "neutral",
|
|
633
657
|
"subitem": "blk-220",
|
|
@@ -655,6 +679,7 @@
|
|
|
655
679
|
"type": "color",
|
|
656
680
|
"attributes": {
|
|
657
681
|
"category": "color",
|
|
682
|
+
"group": "neutral",
|
|
658
683
|
"type": "color",
|
|
659
684
|
"item": "neutral",
|
|
660
685
|
"subitem": "blk-230",
|
|
@@ -682,6 +707,7 @@
|
|
|
682
707
|
"type": "color",
|
|
683
708
|
"attributes": {
|
|
684
709
|
"category": "color",
|
|
710
|
+
"group": "neutral",
|
|
685
711
|
"type": "color",
|
|
686
712
|
"item": "neutral",
|
|
687
713
|
"subitem": "blk-235",
|
|
@@ -709,6 +735,7 @@
|
|
|
709
735
|
"type": "color",
|
|
710
736
|
"attributes": {
|
|
711
737
|
"category": "color",
|
|
738
|
+
"group": "neutral",
|
|
712
739
|
"type": "color",
|
|
713
740
|
"item": "neutral",
|
|
714
741
|
"subitem": "blk-240",
|
|
@@ -736,6 +763,7 @@
|
|
|
736
763
|
"type": "color",
|
|
737
764
|
"attributes": {
|
|
738
765
|
"category": "color",
|
|
766
|
+
"group": "low-saturation",
|
|
739
767
|
"type": "color",
|
|
740
768
|
"item": "low-saturation",
|
|
741
769
|
"subitem": "blue",
|
|
@@ -764,6 +792,7 @@
|
|
|
764
792
|
"type": "color",
|
|
765
793
|
"attributes": {
|
|
766
794
|
"category": "color",
|
|
795
|
+
"group": "low-saturation",
|
|
767
796
|
"type": "color",
|
|
768
797
|
"item": "low-saturation",
|
|
769
798
|
"subitem": "blue",
|
|
@@ -792,6 +821,7 @@
|
|
|
792
821
|
"type": "color",
|
|
793
822
|
"attributes": {
|
|
794
823
|
"category": "color",
|
|
824
|
+
"group": "low-saturation",
|
|
795
825
|
"type": "color",
|
|
796
826
|
"item": "low-saturation",
|
|
797
827
|
"subitem": "blue",
|
|
@@ -820,6 +850,7 @@
|
|
|
820
850
|
"type": "color",
|
|
821
851
|
"attributes": {
|
|
822
852
|
"category": "color",
|
|
853
|
+
"group": "low-saturation",
|
|
823
854
|
"type": "color",
|
|
824
855
|
"item": "low-saturation",
|
|
825
856
|
"subitem": "blue",
|
|
@@ -848,6 +879,7 @@
|
|
|
848
879
|
"type": "color",
|
|
849
880
|
"attributes": {
|
|
850
881
|
"category": "color",
|
|
882
|
+
"group": "low-saturation",
|
|
851
883
|
"type": "color",
|
|
852
884
|
"item": "low-saturation",
|
|
853
885
|
"subitem": "blue",
|
|
@@ -876,6 +908,7 @@
|
|
|
876
908
|
"type": "color",
|
|
877
909
|
"attributes": {
|
|
878
910
|
"category": "color",
|
|
911
|
+
"group": "low-saturation",
|
|
879
912
|
"type": "color",
|
|
880
913
|
"item": "low-saturation",
|
|
881
914
|
"subitem": "blue",
|
|
@@ -904,6 +937,7 @@
|
|
|
904
937
|
"type": "color",
|
|
905
938
|
"attributes": {
|
|
906
939
|
"category": "color",
|
|
940
|
+
"group": "low-saturation",
|
|
907
941
|
"type": "color",
|
|
908
942
|
"item": "low-saturation",
|
|
909
943
|
"subitem": "blue",
|
|
@@ -932,6 +966,7 @@
|
|
|
932
966
|
"type": "color",
|
|
933
967
|
"attributes": {
|
|
934
968
|
"category": "color",
|
|
969
|
+
"group": "low-saturation",
|
|
935
970
|
"type": "color",
|
|
936
971
|
"item": "low-saturation",
|
|
937
972
|
"subitem": "blue",
|
|
@@ -960,6 +995,7 @@
|
|
|
960
995
|
"type": "color",
|
|
961
996
|
"attributes": {
|
|
962
997
|
"category": "color",
|
|
998
|
+
"group": "low-saturation",
|
|
963
999
|
"type": "color",
|
|
964
1000
|
"item": "low-saturation",
|
|
965
1001
|
"subitem": "blue",
|
|
@@ -988,6 +1024,7 @@
|
|
|
988
1024
|
"type": "color",
|
|
989
1025
|
"attributes": {
|
|
990
1026
|
"category": "color",
|
|
1027
|
+
"group": "low-saturation",
|
|
991
1028
|
"type": "color",
|
|
992
1029
|
"item": "low-saturation",
|
|
993
1030
|
"subitem": "blue",
|
|
@@ -1016,6 +1053,7 @@
|
|
|
1016
1053
|
"type": "color",
|
|
1017
1054
|
"attributes": {
|
|
1018
1055
|
"category": "color",
|
|
1056
|
+
"group": "low-saturation",
|
|
1019
1057
|
"type": "color",
|
|
1020
1058
|
"item": "low-saturation",
|
|
1021
1059
|
"subitem": "green-blue",
|
|
@@ -1044,6 +1082,7 @@
|
|
|
1044
1082
|
"type": "color",
|
|
1045
1083
|
"attributes": {
|
|
1046
1084
|
"category": "color",
|
|
1085
|
+
"group": "low-saturation",
|
|
1047
1086
|
"type": "color",
|
|
1048
1087
|
"item": "low-saturation",
|
|
1049
1088
|
"subitem": "green-blue",
|
|
@@ -1072,6 +1111,7 @@
|
|
|
1072
1111
|
"type": "color",
|
|
1073
1112
|
"attributes": {
|
|
1074
1113
|
"category": "color",
|
|
1114
|
+
"group": "low-saturation",
|
|
1075
1115
|
"type": "color",
|
|
1076
1116
|
"item": "low-saturation",
|
|
1077
1117
|
"subitem": "green-blue",
|
|
@@ -1100,6 +1140,7 @@
|
|
|
1100
1140
|
"type": "color",
|
|
1101
1141
|
"attributes": {
|
|
1102
1142
|
"category": "color",
|
|
1143
|
+
"group": "low-saturation",
|
|
1103
1144
|
"type": "color",
|
|
1104
1145
|
"item": "low-saturation",
|
|
1105
1146
|
"subitem": "green-blue",
|
|
@@ -1128,6 +1169,7 @@
|
|
|
1128
1169
|
"type": "color",
|
|
1129
1170
|
"attributes": {
|
|
1130
1171
|
"category": "color",
|
|
1172
|
+
"group": "low-saturation",
|
|
1131
1173
|
"type": "color",
|
|
1132
1174
|
"item": "low-saturation",
|
|
1133
1175
|
"subitem": "green-blue",
|
|
@@ -1156,6 +1198,7 @@
|
|
|
1156
1198
|
"type": "color",
|
|
1157
1199
|
"attributes": {
|
|
1158
1200
|
"category": "color",
|
|
1201
|
+
"group": "low-saturation",
|
|
1159
1202
|
"type": "color",
|
|
1160
1203
|
"item": "low-saturation",
|
|
1161
1204
|
"subitem": "green-blue",
|
|
@@ -1184,6 +1227,7 @@
|
|
|
1184
1227
|
"type": "color",
|
|
1185
1228
|
"attributes": {
|
|
1186
1229
|
"category": "color",
|
|
1230
|
+
"group": "low-saturation",
|
|
1187
1231
|
"type": "color",
|
|
1188
1232
|
"item": "low-saturation",
|
|
1189
1233
|
"subitem": "green-blue",
|
|
@@ -1212,6 +1256,7 @@
|
|
|
1212
1256
|
"type": "color",
|
|
1213
1257
|
"attributes": {
|
|
1214
1258
|
"category": "color",
|
|
1259
|
+
"group": "low-saturation",
|
|
1215
1260
|
"type": "color",
|
|
1216
1261
|
"item": "low-saturation",
|
|
1217
1262
|
"subitem": "green-blue",
|
|
@@ -1240,6 +1285,7 @@
|
|
|
1240
1285
|
"type": "color",
|
|
1241
1286
|
"attributes": {
|
|
1242
1287
|
"category": "color",
|
|
1288
|
+
"group": "low-saturation",
|
|
1243
1289
|
"type": "color",
|
|
1244
1290
|
"item": "low-saturation",
|
|
1245
1291
|
"subitem": "green-blue",
|
|
@@ -1268,6 +1314,7 @@
|
|
|
1268
1314
|
"type": "color",
|
|
1269
1315
|
"attributes": {
|
|
1270
1316
|
"category": "color",
|
|
1317
|
+
"group": "low-saturation",
|
|
1271
1318
|
"type": "color",
|
|
1272
1319
|
"item": "low-saturation",
|
|
1273
1320
|
"subitem": "green-blue",
|
|
@@ -1296,6 +1343,7 @@
|
|
|
1296
1343
|
"type": "color",
|
|
1297
1344
|
"attributes": {
|
|
1298
1345
|
"category": "color",
|
|
1346
|
+
"group": "low-saturation",
|
|
1299
1347
|
"type": "color",
|
|
1300
1348
|
"item": "low-saturation",
|
|
1301
1349
|
"subitem": "green",
|
|
@@ -1324,6 +1372,7 @@
|
|
|
1324
1372
|
"type": "color",
|
|
1325
1373
|
"attributes": {
|
|
1326
1374
|
"category": "color",
|
|
1375
|
+
"group": "low-saturation",
|
|
1327
1376
|
"type": "color",
|
|
1328
1377
|
"item": "low-saturation",
|
|
1329
1378
|
"subitem": "green",
|
|
@@ -1352,6 +1401,7 @@
|
|
|
1352
1401
|
"type": "color",
|
|
1353
1402
|
"attributes": {
|
|
1354
1403
|
"category": "color",
|
|
1404
|
+
"group": "low-saturation",
|
|
1355
1405
|
"type": "color",
|
|
1356
1406
|
"item": "low-saturation",
|
|
1357
1407
|
"subitem": "green",
|
|
@@ -1380,6 +1430,7 @@
|
|
|
1380
1430
|
"type": "color",
|
|
1381
1431
|
"attributes": {
|
|
1382
1432
|
"category": "color",
|
|
1433
|
+
"group": "low-saturation",
|
|
1383
1434
|
"type": "color",
|
|
1384
1435
|
"item": "low-saturation",
|
|
1385
1436
|
"subitem": "green",
|
|
@@ -1408,6 +1459,7 @@
|
|
|
1408
1459
|
"type": "color",
|
|
1409
1460
|
"attributes": {
|
|
1410
1461
|
"category": "color",
|
|
1462
|
+
"group": "low-saturation",
|
|
1411
1463
|
"type": "color",
|
|
1412
1464
|
"item": "low-saturation",
|
|
1413
1465
|
"subitem": "green",
|
|
@@ -1436,6 +1488,7 @@
|
|
|
1436
1488
|
"type": "color",
|
|
1437
1489
|
"attributes": {
|
|
1438
1490
|
"category": "color",
|
|
1491
|
+
"group": "low-saturation",
|
|
1439
1492
|
"type": "color",
|
|
1440
1493
|
"item": "low-saturation",
|
|
1441
1494
|
"subitem": "green",
|
|
@@ -1464,6 +1517,7 @@
|
|
|
1464
1517
|
"type": "color",
|
|
1465
1518
|
"attributes": {
|
|
1466
1519
|
"category": "color",
|
|
1520
|
+
"group": "low-saturation",
|
|
1467
1521
|
"type": "color",
|
|
1468
1522
|
"item": "low-saturation",
|
|
1469
1523
|
"subitem": "green",
|
|
@@ -1492,6 +1546,7 @@
|
|
|
1492
1546
|
"type": "color",
|
|
1493
1547
|
"attributes": {
|
|
1494
1548
|
"category": "color",
|
|
1549
|
+
"group": "low-saturation",
|
|
1495
1550
|
"type": "color",
|
|
1496
1551
|
"item": "low-saturation",
|
|
1497
1552
|
"subitem": "green",
|
|
@@ -1520,6 +1575,7 @@
|
|
|
1520
1575
|
"type": "color",
|
|
1521
1576
|
"attributes": {
|
|
1522
1577
|
"category": "color",
|
|
1578
|
+
"group": "low-saturation",
|
|
1523
1579
|
"type": "color",
|
|
1524
1580
|
"item": "low-saturation",
|
|
1525
1581
|
"subitem": "green",
|
|
@@ -1548,6 +1604,7 @@
|
|
|
1548
1604
|
"type": "color",
|
|
1549
1605
|
"attributes": {
|
|
1550
1606
|
"category": "color",
|
|
1607
|
+
"group": "low-saturation",
|
|
1551
1608
|
"type": "color",
|
|
1552
1609
|
"item": "low-saturation",
|
|
1553
1610
|
"subitem": "green",
|
|
@@ -1576,6 +1633,7 @@
|
|
|
1576
1633
|
"type": "color",
|
|
1577
1634
|
"attributes": {
|
|
1578
1635
|
"category": "color",
|
|
1636
|
+
"group": "low-saturation",
|
|
1579
1637
|
"type": "color",
|
|
1580
1638
|
"item": "low-saturation",
|
|
1581
1639
|
"subitem": "yellow-green",
|
|
@@ -1604,6 +1662,7 @@
|
|
|
1604
1662
|
"type": "color",
|
|
1605
1663
|
"attributes": {
|
|
1606
1664
|
"category": "color",
|
|
1665
|
+
"group": "low-saturation",
|
|
1607
1666
|
"type": "color",
|
|
1608
1667
|
"item": "low-saturation",
|
|
1609
1668
|
"subitem": "yellow-green",
|
|
@@ -1632,6 +1691,7 @@
|
|
|
1632
1691
|
"type": "color",
|
|
1633
1692
|
"attributes": {
|
|
1634
1693
|
"category": "color",
|
|
1694
|
+
"group": "low-saturation",
|
|
1635
1695
|
"type": "color",
|
|
1636
1696
|
"item": "low-saturation",
|
|
1637
1697
|
"subitem": "yellow-green",
|
|
@@ -1660,6 +1720,7 @@
|
|
|
1660
1720
|
"type": "color",
|
|
1661
1721
|
"attributes": {
|
|
1662
1722
|
"category": "color",
|
|
1723
|
+
"group": "low-saturation",
|
|
1663
1724
|
"type": "color",
|
|
1664
1725
|
"item": "low-saturation",
|
|
1665
1726
|
"subitem": "yellow-green",
|
|
@@ -1688,6 +1749,7 @@
|
|
|
1688
1749
|
"type": "color",
|
|
1689
1750
|
"attributes": {
|
|
1690
1751
|
"category": "color",
|
|
1752
|
+
"group": "low-saturation",
|
|
1691
1753
|
"type": "color",
|
|
1692
1754
|
"item": "low-saturation",
|
|
1693
1755
|
"subitem": "yellow-green",
|
|
@@ -1716,6 +1778,7 @@
|
|
|
1716
1778
|
"type": "color",
|
|
1717
1779
|
"attributes": {
|
|
1718
1780
|
"category": "color",
|
|
1781
|
+
"group": "low-saturation",
|
|
1719
1782
|
"type": "color",
|
|
1720
1783
|
"item": "low-saturation",
|
|
1721
1784
|
"subitem": "yellow-green",
|
|
@@ -1744,6 +1807,7 @@
|
|
|
1744
1807
|
"type": "color",
|
|
1745
1808
|
"attributes": {
|
|
1746
1809
|
"category": "color",
|
|
1810
|
+
"group": "low-saturation",
|
|
1747
1811
|
"type": "color",
|
|
1748
1812
|
"item": "low-saturation",
|
|
1749
1813
|
"subitem": "yellow-green",
|
|
@@ -1772,6 +1836,7 @@
|
|
|
1772
1836
|
"type": "color",
|
|
1773
1837
|
"attributes": {
|
|
1774
1838
|
"category": "color",
|
|
1839
|
+
"group": "low-saturation",
|
|
1775
1840
|
"type": "color",
|
|
1776
1841
|
"item": "low-saturation",
|
|
1777
1842
|
"subitem": "yellow-green",
|
|
@@ -1800,6 +1865,7 @@
|
|
|
1800
1865
|
"type": "color",
|
|
1801
1866
|
"attributes": {
|
|
1802
1867
|
"category": "color",
|
|
1868
|
+
"group": "low-saturation",
|
|
1803
1869
|
"type": "color",
|
|
1804
1870
|
"item": "low-saturation",
|
|
1805
1871
|
"subitem": "yellow-green",
|
|
@@ -1828,6 +1894,7 @@
|
|
|
1828
1894
|
"type": "color",
|
|
1829
1895
|
"attributes": {
|
|
1830
1896
|
"category": "color",
|
|
1897
|
+
"group": "low-saturation",
|
|
1831
1898
|
"type": "color",
|
|
1832
1899
|
"item": "low-saturation",
|
|
1833
1900
|
"subitem": "yellow-green",
|
|
@@ -1856,6 +1923,7 @@
|
|
|
1856
1923
|
"type": "color",
|
|
1857
1924
|
"attributes": {
|
|
1858
1925
|
"category": "color",
|
|
1926
|
+
"group": "low-saturation",
|
|
1859
1927
|
"type": "color",
|
|
1860
1928
|
"item": "low-saturation",
|
|
1861
1929
|
"subitem": "brown",
|
|
@@ -1884,6 +1952,7 @@
|
|
|
1884
1952
|
"type": "color",
|
|
1885
1953
|
"attributes": {
|
|
1886
1954
|
"category": "color",
|
|
1955
|
+
"group": "low-saturation",
|
|
1887
1956
|
"type": "color",
|
|
1888
1957
|
"item": "low-saturation",
|
|
1889
1958
|
"subitem": "brown",
|
|
@@ -1912,6 +1981,7 @@
|
|
|
1912
1981
|
"type": "color",
|
|
1913
1982
|
"attributes": {
|
|
1914
1983
|
"category": "color",
|
|
1984
|
+
"group": "low-saturation",
|
|
1915
1985
|
"type": "color",
|
|
1916
1986
|
"item": "low-saturation",
|
|
1917
1987
|
"subitem": "brown",
|
|
@@ -1940,6 +2010,7 @@
|
|
|
1940
2010
|
"type": "color",
|
|
1941
2011
|
"attributes": {
|
|
1942
2012
|
"category": "color",
|
|
2013
|
+
"group": "low-saturation",
|
|
1943
2014
|
"type": "color",
|
|
1944
2015
|
"item": "low-saturation",
|
|
1945
2016
|
"subitem": "brown",
|
|
@@ -1968,6 +2039,7 @@
|
|
|
1968
2039
|
"type": "color",
|
|
1969
2040
|
"attributes": {
|
|
1970
2041
|
"category": "color",
|
|
2042
|
+
"group": "low-saturation",
|
|
1971
2043
|
"type": "color",
|
|
1972
2044
|
"item": "low-saturation",
|
|
1973
2045
|
"subitem": "brown",
|
|
@@ -1996,6 +2068,7 @@
|
|
|
1996
2068
|
"type": "color",
|
|
1997
2069
|
"attributes": {
|
|
1998
2070
|
"category": "color",
|
|
2071
|
+
"group": "low-saturation",
|
|
1999
2072
|
"type": "color",
|
|
2000
2073
|
"item": "low-saturation",
|
|
2001
2074
|
"subitem": "brown",
|
|
@@ -2024,6 +2097,7 @@
|
|
|
2024
2097
|
"type": "color",
|
|
2025
2098
|
"attributes": {
|
|
2026
2099
|
"category": "color",
|
|
2100
|
+
"group": "low-saturation",
|
|
2027
2101
|
"type": "color",
|
|
2028
2102
|
"item": "low-saturation",
|
|
2029
2103
|
"subitem": "brown",
|
|
@@ -2052,6 +2126,7 @@
|
|
|
2052
2126
|
"type": "color",
|
|
2053
2127
|
"attributes": {
|
|
2054
2128
|
"category": "color",
|
|
2129
|
+
"group": "low-saturation",
|
|
2055
2130
|
"type": "color",
|
|
2056
2131
|
"item": "low-saturation",
|
|
2057
2132
|
"subitem": "brown",
|
|
@@ -2080,6 +2155,7 @@
|
|
|
2080
2155
|
"type": "color",
|
|
2081
2156
|
"attributes": {
|
|
2082
2157
|
"category": "color",
|
|
2158
|
+
"group": "low-saturation",
|
|
2083
2159
|
"type": "color",
|
|
2084
2160
|
"item": "low-saturation",
|
|
2085
2161
|
"subitem": "brown",
|
|
@@ -2108,6 +2184,7 @@
|
|
|
2108
2184
|
"type": "color",
|
|
2109
2185
|
"attributes": {
|
|
2110
2186
|
"category": "color",
|
|
2187
|
+
"group": "low-saturation",
|
|
2111
2188
|
"type": "color",
|
|
2112
2189
|
"item": "low-saturation",
|
|
2113
2190
|
"subitem": "brown",
|
|
@@ -2136,6 +2213,7 @@
|
|
|
2136
2213
|
"type": "color",
|
|
2137
2214
|
"attributes": {
|
|
2138
2215
|
"category": "color",
|
|
2216
|
+
"group": "low-saturation",
|
|
2139
2217
|
"type": "color",
|
|
2140
2218
|
"item": "low-saturation",
|
|
2141
2219
|
"subitem": "yellow",
|
|
@@ -2164,6 +2242,7 @@
|
|
|
2164
2242
|
"type": "color",
|
|
2165
2243
|
"attributes": {
|
|
2166
2244
|
"category": "color",
|
|
2245
|
+
"group": "low-saturation",
|
|
2167
2246
|
"type": "color",
|
|
2168
2247
|
"item": "low-saturation",
|
|
2169
2248
|
"subitem": "yellow",
|
|
@@ -2192,6 +2271,7 @@
|
|
|
2192
2271
|
"type": "color",
|
|
2193
2272
|
"attributes": {
|
|
2194
2273
|
"category": "color",
|
|
2274
|
+
"group": "low-saturation",
|
|
2195
2275
|
"type": "color",
|
|
2196
2276
|
"item": "low-saturation",
|
|
2197
2277
|
"subitem": "yellow",
|
|
@@ -2220,6 +2300,7 @@
|
|
|
2220
2300
|
"type": "color",
|
|
2221
2301
|
"attributes": {
|
|
2222
2302
|
"category": "color",
|
|
2303
|
+
"group": "low-saturation",
|
|
2223
2304
|
"type": "color",
|
|
2224
2305
|
"item": "low-saturation",
|
|
2225
2306
|
"subitem": "yellow",
|
|
@@ -2248,6 +2329,7 @@
|
|
|
2248
2329
|
"type": "color",
|
|
2249
2330
|
"attributes": {
|
|
2250
2331
|
"category": "color",
|
|
2332
|
+
"group": "low-saturation",
|
|
2251
2333
|
"type": "color",
|
|
2252
2334
|
"item": "low-saturation",
|
|
2253
2335
|
"subitem": "yellow",
|
|
@@ -2276,6 +2358,7 @@
|
|
|
2276
2358
|
"type": "color",
|
|
2277
2359
|
"attributes": {
|
|
2278
2360
|
"category": "color",
|
|
2361
|
+
"group": "low-saturation",
|
|
2279
2362
|
"type": "color",
|
|
2280
2363
|
"item": "low-saturation",
|
|
2281
2364
|
"subitem": "yellow",
|
|
@@ -2304,6 +2387,7 @@
|
|
|
2304
2387
|
"type": "color",
|
|
2305
2388
|
"attributes": {
|
|
2306
2389
|
"category": "color",
|
|
2390
|
+
"group": "low-saturation",
|
|
2307
2391
|
"type": "color",
|
|
2308
2392
|
"item": "low-saturation",
|
|
2309
2393
|
"subitem": "yellow",
|
|
@@ -2332,6 +2416,7 @@
|
|
|
2332
2416
|
"type": "color",
|
|
2333
2417
|
"attributes": {
|
|
2334
2418
|
"category": "color",
|
|
2419
|
+
"group": "low-saturation",
|
|
2335
2420
|
"type": "color",
|
|
2336
2421
|
"item": "low-saturation",
|
|
2337
2422
|
"subitem": "yellow",
|
|
@@ -2360,6 +2445,7 @@
|
|
|
2360
2445
|
"type": "color",
|
|
2361
2446
|
"attributes": {
|
|
2362
2447
|
"category": "color",
|
|
2448
|
+
"group": "low-saturation",
|
|
2363
2449
|
"type": "color",
|
|
2364
2450
|
"item": "low-saturation",
|
|
2365
2451
|
"subitem": "yellow",
|
|
@@ -2388,6 +2474,7 @@
|
|
|
2388
2474
|
"type": "color",
|
|
2389
2475
|
"attributes": {
|
|
2390
2476
|
"category": "color",
|
|
2477
|
+
"group": "low-saturation",
|
|
2391
2478
|
"type": "color",
|
|
2392
2479
|
"item": "low-saturation",
|
|
2393
2480
|
"subitem": "yellow",
|
|
@@ -2416,6 +2503,7 @@
|
|
|
2416
2503
|
"type": "color",
|
|
2417
2504
|
"attributes": {
|
|
2418
2505
|
"category": "color",
|
|
2506
|
+
"group": "low-saturation",
|
|
2419
2507
|
"type": "color",
|
|
2420
2508
|
"item": "low-saturation",
|
|
2421
2509
|
"subitem": "orange-yellow",
|
|
@@ -2444,6 +2532,7 @@
|
|
|
2444
2532
|
"type": "color",
|
|
2445
2533
|
"attributes": {
|
|
2446
2534
|
"category": "color",
|
|
2535
|
+
"group": "low-saturation",
|
|
2447
2536
|
"type": "color",
|
|
2448
2537
|
"item": "low-saturation",
|
|
2449
2538
|
"subitem": "orange-yellow",
|
|
@@ -2472,6 +2561,7 @@
|
|
|
2472
2561
|
"type": "color",
|
|
2473
2562
|
"attributes": {
|
|
2474
2563
|
"category": "color",
|
|
2564
|
+
"group": "low-saturation",
|
|
2475
2565
|
"type": "color",
|
|
2476
2566
|
"item": "low-saturation",
|
|
2477
2567
|
"subitem": "orange-yellow",
|
|
@@ -2500,6 +2590,7 @@
|
|
|
2500
2590
|
"type": "color",
|
|
2501
2591
|
"attributes": {
|
|
2502
2592
|
"category": "color",
|
|
2593
|
+
"group": "low-saturation",
|
|
2503
2594
|
"type": "color",
|
|
2504
2595
|
"item": "low-saturation",
|
|
2505
2596
|
"subitem": "orange-yellow",
|
|
@@ -2528,6 +2619,7 @@
|
|
|
2528
2619
|
"type": "color",
|
|
2529
2620
|
"attributes": {
|
|
2530
2621
|
"category": "color",
|
|
2622
|
+
"group": "low-saturation",
|
|
2531
2623
|
"type": "color",
|
|
2532
2624
|
"item": "low-saturation",
|
|
2533
2625
|
"subitem": "orange-yellow",
|
|
@@ -2556,6 +2648,7 @@
|
|
|
2556
2648
|
"type": "color",
|
|
2557
2649
|
"attributes": {
|
|
2558
2650
|
"category": "color",
|
|
2651
|
+
"group": "low-saturation",
|
|
2559
2652
|
"type": "color",
|
|
2560
2653
|
"item": "low-saturation",
|
|
2561
2654
|
"subitem": "orange-yellow",
|
|
@@ -2584,6 +2677,7 @@
|
|
|
2584
2677
|
"type": "color",
|
|
2585
2678
|
"attributes": {
|
|
2586
2679
|
"category": "color",
|
|
2680
|
+
"group": "low-saturation",
|
|
2587
2681
|
"type": "color",
|
|
2588
2682
|
"item": "low-saturation",
|
|
2589
2683
|
"subitem": "orange-yellow",
|
|
@@ -2612,6 +2706,7 @@
|
|
|
2612
2706
|
"type": "color",
|
|
2613
2707
|
"attributes": {
|
|
2614
2708
|
"category": "color",
|
|
2709
|
+
"group": "low-saturation",
|
|
2615
2710
|
"type": "color",
|
|
2616
2711
|
"item": "low-saturation",
|
|
2617
2712
|
"subitem": "orange-yellow",
|
|
@@ -2640,6 +2735,7 @@
|
|
|
2640
2735
|
"type": "color",
|
|
2641
2736
|
"attributes": {
|
|
2642
2737
|
"category": "color",
|
|
2738
|
+
"group": "low-saturation",
|
|
2643
2739
|
"type": "color",
|
|
2644
2740
|
"item": "low-saturation",
|
|
2645
2741
|
"subitem": "orange-yellow",
|
|
@@ -2668,6 +2764,7 @@
|
|
|
2668
2764
|
"type": "color",
|
|
2669
2765
|
"attributes": {
|
|
2670
2766
|
"category": "color",
|
|
2767
|
+
"group": "low-saturation",
|
|
2671
2768
|
"type": "color",
|
|
2672
2769
|
"item": "low-saturation",
|
|
2673
2770
|
"subitem": "orange-yellow",
|
|
@@ -2696,6 +2793,7 @@
|
|
|
2696
2793
|
"type": "color",
|
|
2697
2794
|
"attributes": {
|
|
2698
2795
|
"category": "color",
|
|
2796
|
+
"group": "low-saturation",
|
|
2699
2797
|
"type": "color",
|
|
2700
2798
|
"item": "low-saturation",
|
|
2701
2799
|
"subitem": "orange",
|
|
@@ -2724,6 +2822,7 @@
|
|
|
2724
2822
|
"type": "color",
|
|
2725
2823
|
"attributes": {
|
|
2726
2824
|
"category": "color",
|
|
2825
|
+
"group": "low-saturation",
|
|
2727
2826
|
"type": "color",
|
|
2728
2827
|
"item": "low-saturation",
|
|
2729
2828
|
"subitem": "orange",
|
|
@@ -2752,6 +2851,7 @@
|
|
|
2752
2851
|
"type": "color",
|
|
2753
2852
|
"attributes": {
|
|
2754
2853
|
"category": "color",
|
|
2854
|
+
"group": "low-saturation",
|
|
2755
2855
|
"type": "color",
|
|
2756
2856
|
"item": "low-saturation",
|
|
2757
2857
|
"subitem": "orange",
|
|
@@ -2780,6 +2880,7 @@
|
|
|
2780
2880
|
"type": "color",
|
|
2781
2881
|
"attributes": {
|
|
2782
2882
|
"category": "color",
|
|
2883
|
+
"group": "low-saturation",
|
|
2783
2884
|
"type": "color",
|
|
2784
2885
|
"item": "low-saturation",
|
|
2785
2886
|
"subitem": "orange",
|
|
@@ -2808,6 +2909,7 @@
|
|
|
2808
2909
|
"type": "color",
|
|
2809
2910
|
"attributes": {
|
|
2810
2911
|
"category": "color",
|
|
2912
|
+
"group": "low-saturation",
|
|
2811
2913
|
"type": "color",
|
|
2812
2914
|
"item": "low-saturation",
|
|
2813
2915
|
"subitem": "orange",
|
|
@@ -2836,6 +2938,7 @@
|
|
|
2836
2938
|
"type": "color",
|
|
2837
2939
|
"attributes": {
|
|
2838
2940
|
"category": "color",
|
|
2941
|
+
"group": "low-saturation",
|
|
2839
2942
|
"type": "color",
|
|
2840
2943
|
"item": "low-saturation",
|
|
2841
2944
|
"subitem": "orange",
|
|
@@ -2864,6 +2967,7 @@
|
|
|
2864
2967
|
"type": "color",
|
|
2865
2968
|
"attributes": {
|
|
2866
2969
|
"category": "color",
|
|
2970
|
+
"group": "low-saturation",
|
|
2867
2971
|
"type": "color",
|
|
2868
2972
|
"item": "low-saturation",
|
|
2869
2973
|
"subitem": "orange",
|
|
@@ -2892,6 +2996,7 @@
|
|
|
2892
2996
|
"type": "color",
|
|
2893
2997
|
"attributes": {
|
|
2894
2998
|
"category": "color",
|
|
2999
|
+
"group": "low-saturation",
|
|
2895
3000
|
"type": "color",
|
|
2896
3001
|
"item": "low-saturation",
|
|
2897
3002
|
"subitem": "orange",
|
|
@@ -2920,6 +3025,7 @@
|
|
|
2920
3025
|
"type": "color",
|
|
2921
3026
|
"attributes": {
|
|
2922
3027
|
"category": "color",
|
|
3028
|
+
"group": "low-saturation",
|
|
2923
3029
|
"type": "color",
|
|
2924
3030
|
"item": "low-saturation",
|
|
2925
3031
|
"subitem": "orange",
|
|
@@ -2948,6 +3054,7 @@
|
|
|
2948
3054
|
"type": "color",
|
|
2949
3055
|
"attributes": {
|
|
2950
3056
|
"category": "color",
|
|
3057
|
+
"group": "low-saturation",
|
|
2951
3058
|
"type": "color",
|
|
2952
3059
|
"item": "low-saturation",
|
|
2953
3060
|
"subitem": "orange",
|
|
@@ -2976,6 +3083,7 @@
|
|
|
2976
3083
|
"type": "color",
|
|
2977
3084
|
"attributes": {
|
|
2978
3085
|
"category": "color",
|
|
3086
|
+
"group": "low-saturation",
|
|
2979
3087
|
"type": "color",
|
|
2980
3088
|
"item": "low-saturation",
|
|
2981
3089
|
"subitem": "red-orange",
|
|
@@ -3004,6 +3112,7 @@
|
|
|
3004
3112
|
"type": "color",
|
|
3005
3113
|
"attributes": {
|
|
3006
3114
|
"category": "color",
|
|
3115
|
+
"group": "low-saturation",
|
|
3007
3116
|
"type": "color",
|
|
3008
3117
|
"item": "low-saturation",
|
|
3009
3118
|
"subitem": "red-orange",
|
|
@@ -3032,6 +3141,7 @@
|
|
|
3032
3141
|
"type": "color",
|
|
3033
3142
|
"attributes": {
|
|
3034
3143
|
"category": "color",
|
|
3144
|
+
"group": "low-saturation",
|
|
3035
3145
|
"type": "color",
|
|
3036
3146
|
"item": "low-saturation",
|
|
3037
3147
|
"subitem": "red-orange",
|
|
@@ -3060,6 +3170,7 @@
|
|
|
3060
3170
|
"type": "color",
|
|
3061
3171
|
"attributes": {
|
|
3062
3172
|
"category": "color",
|
|
3173
|
+
"group": "low-saturation",
|
|
3063
3174
|
"type": "color",
|
|
3064
3175
|
"item": "low-saturation",
|
|
3065
3176
|
"subitem": "red-orange",
|
|
@@ -3088,6 +3199,7 @@
|
|
|
3088
3199
|
"type": "color",
|
|
3089
3200
|
"attributes": {
|
|
3090
3201
|
"category": "color",
|
|
3202
|
+
"group": "low-saturation",
|
|
3091
3203
|
"type": "color",
|
|
3092
3204
|
"item": "low-saturation",
|
|
3093
3205
|
"subitem": "red-orange",
|
|
@@ -3116,6 +3228,7 @@
|
|
|
3116
3228
|
"type": "color",
|
|
3117
3229
|
"attributes": {
|
|
3118
3230
|
"category": "color",
|
|
3231
|
+
"group": "low-saturation",
|
|
3119
3232
|
"type": "color",
|
|
3120
3233
|
"item": "low-saturation",
|
|
3121
3234
|
"subitem": "red-orange",
|
|
@@ -3144,6 +3257,7 @@
|
|
|
3144
3257
|
"type": "color",
|
|
3145
3258
|
"attributes": {
|
|
3146
3259
|
"category": "color",
|
|
3260
|
+
"group": "low-saturation",
|
|
3147
3261
|
"type": "color",
|
|
3148
3262
|
"item": "low-saturation",
|
|
3149
3263
|
"subitem": "red-orange",
|
|
@@ -3172,6 +3286,7 @@
|
|
|
3172
3286
|
"type": "color",
|
|
3173
3287
|
"attributes": {
|
|
3174
3288
|
"category": "color",
|
|
3289
|
+
"group": "low-saturation",
|
|
3175
3290
|
"type": "color",
|
|
3176
3291
|
"item": "low-saturation",
|
|
3177
3292
|
"subitem": "red-orange",
|
|
@@ -3200,6 +3315,7 @@
|
|
|
3200
3315
|
"type": "color",
|
|
3201
3316
|
"attributes": {
|
|
3202
3317
|
"category": "color",
|
|
3318
|
+
"group": "low-saturation",
|
|
3203
3319
|
"type": "color",
|
|
3204
3320
|
"item": "low-saturation",
|
|
3205
3321
|
"subitem": "red-orange",
|
|
@@ -3228,6 +3344,7 @@
|
|
|
3228
3344
|
"type": "color",
|
|
3229
3345
|
"attributes": {
|
|
3230
3346
|
"category": "color",
|
|
3347
|
+
"group": "low-saturation",
|
|
3231
3348
|
"type": "color",
|
|
3232
3349
|
"item": "low-saturation",
|
|
3233
3350
|
"subitem": "red-orange",
|
|
@@ -3256,6 +3373,7 @@
|
|
|
3256
3373
|
"type": "color",
|
|
3257
3374
|
"attributes": {
|
|
3258
3375
|
"category": "color",
|
|
3376
|
+
"group": "low-saturation",
|
|
3259
3377
|
"type": "color",
|
|
3260
3378
|
"item": "low-saturation",
|
|
3261
3379
|
"subitem": "red",
|
|
@@ -3284,6 +3402,7 @@
|
|
|
3284
3402
|
"type": "color",
|
|
3285
3403
|
"attributes": {
|
|
3286
3404
|
"category": "color",
|
|
3405
|
+
"group": "low-saturation",
|
|
3287
3406
|
"type": "color",
|
|
3288
3407
|
"item": "low-saturation",
|
|
3289
3408
|
"subitem": "red",
|
|
@@ -3312,6 +3431,7 @@
|
|
|
3312
3431
|
"type": "color",
|
|
3313
3432
|
"attributes": {
|
|
3314
3433
|
"category": "color",
|
|
3434
|
+
"group": "low-saturation",
|
|
3315
3435
|
"type": "color",
|
|
3316
3436
|
"item": "low-saturation",
|
|
3317
3437
|
"subitem": "red",
|
|
@@ -3340,6 +3460,7 @@
|
|
|
3340
3460
|
"type": "color",
|
|
3341
3461
|
"attributes": {
|
|
3342
3462
|
"category": "color",
|
|
3463
|
+
"group": "low-saturation",
|
|
3343
3464
|
"type": "color",
|
|
3344
3465
|
"item": "low-saturation",
|
|
3345
3466
|
"subitem": "red",
|
|
@@ -3368,6 +3489,7 @@
|
|
|
3368
3489
|
"type": "color",
|
|
3369
3490
|
"attributes": {
|
|
3370
3491
|
"category": "color",
|
|
3492
|
+
"group": "low-saturation",
|
|
3371
3493
|
"type": "color",
|
|
3372
3494
|
"item": "low-saturation",
|
|
3373
3495
|
"subitem": "red",
|
|
@@ -3396,6 +3518,7 @@
|
|
|
3396
3518
|
"type": "color",
|
|
3397
3519
|
"attributes": {
|
|
3398
3520
|
"category": "color",
|
|
3521
|
+
"group": "low-saturation",
|
|
3399
3522
|
"type": "color",
|
|
3400
3523
|
"item": "low-saturation",
|
|
3401
3524
|
"subitem": "red",
|
|
@@ -3424,6 +3547,7 @@
|
|
|
3424
3547
|
"type": "color",
|
|
3425
3548
|
"attributes": {
|
|
3426
3549
|
"category": "color",
|
|
3550
|
+
"group": "low-saturation",
|
|
3427
3551
|
"type": "color",
|
|
3428
3552
|
"item": "low-saturation",
|
|
3429
3553
|
"subitem": "red",
|
|
@@ -3452,6 +3576,7 @@
|
|
|
3452
3576
|
"type": "color",
|
|
3453
3577
|
"attributes": {
|
|
3454
3578
|
"category": "color",
|
|
3579
|
+
"group": "low-saturation",
|
|
3455
3580
|
"type": "color",
|
|
3456
3581
|
"item": "low-saturation",
|
|
3457
3582
|
"subitem": "red",
|
|
@@ -3480,6 +3605,7 @@
|
|
|
3480
3605
|
"type": "color",
|
|
3481
3606
|
"attributes": {
|
|
3482
3607
|
"category": "color",
|
|
3608
|
+
"group": "low-saturation",
|
|
3483
3609
|
"type": "color",
|
|
3484
3610
|
"item": "low-saturation",
|
|
3485
3611
|
"subitem": "red",
|
|
@@ -3508,6 +3634,7 @@
|
|
|
3508
3634
|
"type": "color",
|
|
3509
3635
|
"attributes": {
|
|
3510
3636
|
"category": "color",
|
|
3637
|
+
"group": "low-saturation",
|
|
3511
3638
|
"type": "color",
|
|
3512
3639
|
"item": "low-saturation",
|
|
3513
3640
|
"subitem": "red",
|
|
@@ -3536,6 +3663,7 @@
|
|
|
3536
3663
|
"type": "color",
|
|
3537
3664
|
"attributes": {
|
|
3538
3665
|
"category": "color",
|
|
3666
|
+
"group": "low-saturation",
|
|
3539
3667
|
"type": "color",
|
|
3540
3668
|
"item": "low-saturation",
|
|
3541
3669
|
"subitem": "pink",
|
|
@@ -3564,6 +3692,7 @@
|
|
|
3564
3692
|
"type": "color",
|
|
3565
3693
|
"attributes": {
|
|
3566
3694
|
"category": "color",
|
|
3695
|
+
"group": "low-saturation",
|
|
3567
3696
|
"type": "color",
|
|
3568
3697
|
"item": "low-saturation",
|
|
3569
3698
|
"subitem": "pink",
|
|
@@ -3592,6 +3721,7 @@
|
|
|
3592
3721
|
"type": "color",
|
|
3593
3722
|
"attributes": {
|
|
3594
3723
|
"category": "color",
|
|
3724
|
+
"group": "low-saturation",
|
|
3595
3725
|
"type": "color",
|
|
3596
3726
|
"item": "low-saturation",
|
|
3597
3727
|
"subitem": "pink",
|
|
@@ -3620,6 +3750,7 @@
|
|
|
3620
3750
|
"type": "color",
|
|
3621
3751
|
"attributes": {
|
|
3622
3752
|
"category": "color",
|
|
3753
|
+
"group": "low-saturation",
|
|
3623
3754
|
"type": "color",
|
|
3624
3755
|
"item": "low-saturation",
|
|
3625
3756
|
"subitem": "pink",
|
|
@@ -3648,6 +3779,7 @@
|
|
|
3648
3779
|
"type": "color",
|
|
3649
3780
|
"attributes": {
|
|
3650
3781
|
"category": "color",
|
|
3782
|
+
"group": "low-saturation",
|
|
3651
3783
|
"type": "color",
|
|
3652
3784
|
"item": "low-saturation",
|
|
3653
3785
|
"subitem": "pink",
|
|
@@ -3676,6 +3808,7 @@
|
|
|
3676
3808
|
"type": "color",
|
|
3677
3809
|
"attributes": {
|
|
3678
3810
|
"category": "color",
|
|
3811
|
+
"group": "low-saturation",
|
|
3679
3812
|
"type": "color",
|
|
3680
3813
|
"item": "low-saturation",
|
|
3681
3814
|
"subitem": "pink",
|
|
@@ -3704,6 +3837,7 @@
|
|
|
3704
3837
|
"type": "color",
|
|
3705
3838
|
"attributes": {
|
|
3706
3839
|
"category": "color",
|
|
3840
|
+
"group": "low-saturation",
|
|
3707
3841
|
"type": "color",
|
|
3708
3842
|
"item": "low-saturation",
|
|
3709
3843
|
"subitem": "pink",
|
|
@@ -3732,6 +3866,7 @@
|
|
|
3732
3866
|
"type": "color",
|
|
3733
3867
|
"attributes": {
|
|
3734
3868
|
"category": "color",
|
|
3869
|
+
"group": "low-saturation",
|
|
3735
3870
|
"type": "color",
|
|
3736
3871
|
"item": "low-saturation",
|
|
3737
3872
|
"subitem": "pink",
|
|
@@ -3760,6 +3895,7 @@
|
|
|
3760
3895
|
"type": "color",
|
|
3761
3896
|
"attributes": {
|
|
3762
3897
|
"category": "color",
|
|
3898
|
+
"group": "low-saturation",
|
|
3763
3899
|
"type": "color",
|
|
3764
3900
|
"item": "low-saturation",
|
|
3765
3901
|
"subitem": "pink",
|
|
@@ -3788,6 +3924,7 @@
|
|
|
3788
3924
|
"type": "color",
|
|
3789
3925
|
"attributes": {
|
|
3790
3926
|
"category": "color",
|
|
3927
|
+
"group": "low-saturation",
|
|
3791
3928
|
"type": "color",
|
|
3792
3929
|
"item": "low-saturation",
|
|
3793
3930
|
"subitem": "pink",
|
|
@@ -3816,6 +3953,7 @@
|
|
|
3816
3953
|
"type": "color",
|
|
3817
3954
|
"attributes": {
|
|
3818
3955
|
"category": "color",
|
|
3956
|
+
"group": "low-saturation",
|
|
3819
3957
|
"type": "color",
|
|
3820
3958
|
"item": "low-saturation",
|
|
3821
3959
|
"subitem": "violet-red",
|
|
@@ -3844,6 +3982,7 @@
|
|
|
3844
3982
|
"type": "color",
|
|
3845
3983
|
"attributes": {
|
|
3846
3984
|
"category": "color",
|
|
3985
|
+
"group": "low-saturation",
|
|
3847
3986
|
"type": "color",
|
|
3848
3987
|
"item": "low-saturation",
|
|
3849
3988
|
"subitem": "violet-red",
|
|
@@ -3872,6 +4011,7 @@
|
|
|
3872
4011
|
"type": "color",
|
|
3873
4012
|
"attributes": {
|
|
3874
4013
|
"category": "color",
|
|
4014
|
+
"group": "low-saturation",
|
|
3875
4015
|
"type": "color",
|
|
3876
4016
|
"item": "low-saturation",
|
|
3877
4017
|
"subitem": "violet-red",
|
|
@@ -3900,6 +4040,7 @@
|
|
|
3900
4040
|
"type": "color",
|
|
3901
4041
|
"attributes": {
|
|
3902
4042
|
"category": "color",
|
|
4043
|
+
"group": "low-saturation",
|
|
3903
4044
|
"type": "color",
|
|
3904
4045
|
"item": "low-saturation",
|
|
3905
4046
|
"subitem": "violet-red",
|
|
@@ -3928,6 +4069,7 @@
|
|
|
3928
4069
|
"type": "color",
|
|
3929
4070
|
"attributes": {
|
|
3930
4071
|
"category": "color",
|
|
4072
|
+
"group": "low-saturation",
|
|
3931
4073
|
"type": "color",
|
|
3932
4074
|
"item": "low-saturation",
|
|
3933
4075
|
"subitem": "violet-red",
|
|
@@ -3956,6 +4098,7 @@
|
|
|
3956
4098
|
"type": "color",
|
|
3957
4099
|
"attributes": {
|
|
3958
4100
|
"category": "color",
|
|
4101
|
+
"group": "low-saturation",
|
|
3959
4102
|
"type": "color",
|
|
3960
4103
|
"item": "low-saturation",
|
|
3961
4104
|
"subitem": "violet-red",
|
|
@@ -3984,6 +4127,7 @@
|
|
|
3984
4127
|
"type": "color",
|
|
3985
4128
|
"attributes": {
|
|
3986
4129
|
"category": "color",
|
|
4130
|
+
"group": "low-saturation",
|
|
3987
4131
|
"type": "color",
|
|
3988
4132
|
"item": "low-saturation",
|
|
3989
4133
|
"subitem": "violet-red",
|
|
@@ -4012,6 +4156,7 @@
|
|
|
4012
4156
|
"type": "color",
|
|
4013
4157
|
"attributes": {
|
|
4014
4158
|
"category": "color",
|
|
4159
|
+
"group": "low-saturation",
|
|
4015
4160
|
"type": "color",
|
|
4016
4161
|
"item": "low-saturation",
|
|
4017
4162
|
"subitem": "violet-red",
|
|
@@ -4040,6 +4185,7 @@
|
|
|
4040
4185
|
"type": "color",
|
|
4041
4186
|
"attributes": {
|
|
4042
4187
|
"category": "color",
|
|
4188
|
+
"group": "low-saturation",
|
|
4043
4189
|
"type": "color",
|
|
4044
4190
|
"item": "low-saturation",
|
|
4045
4191
|
"subitem": "violet-red",
|
|
@@ -4068,6 +4214,7 @@
|
|
|
4068
4214
|
"type": "color",
|
|
4069
4215
|
"attributes": {
|
|
4070
4216
|
"category": "color",
|
|
4217
|
+
"group": "low-saturation",
|
|
4071
4218
|
"type": "color",
|
|
4072
4219
|
"item": "low-saturation",
|
|
4073
4220
|
"subitem": "violet-red",
|
|
@@ -4096,6 +4243,7 @@
|
|
|
4096
4243
|
"type": "color",
|
|
4097
4244
|
"attributes": {
|
|
4098
4245
|
"category": "color",
|
|
4246
|
+
"group": "low-saturation",
|
|
4099
4247
|
"type": "color",
|
|
4100
4248
|
"item": "low-saturation",
|
|
4101
4249
|
"subitem": "violet",
|
|
@@ -4124,6 +4272,7 @@
|
|
|
4124
4272
|
"type": "color",
|
|
4125
4273
|
"attributes": {
|
|
4126
4274
|
"category": "color",
|
|
4275
|
+
"group": "low-saturation",
|
|
4127
4276
|
"type": "color",
|
|
4128
4277
|
"item": "low-saturation",
|
|
4129
4278
|
"subitem": "violet",
|
|
@@ -4152,6 +4301,7 @@
|
|
|
4152
4301
|
"type": "color",
|
|
4153
4302
|
"attributes": {
|
|
4154
4303
|
"category": "color",
|
|
4304
|
+
"group": "low-saturation",
|
|
4155
4305
|
"type": "color",
|
|
4156
4306
|
"item": "low-saturation",
|
|
4157
4307
|
"subitem": "violet",
|
|
@@ -4180,6 +4330,7 @@
|
|
|
4180
4330
|
"type": "color",
|
|
4181
4331
|
"attributes": {
|
|
4182
4332
|
"category": "color",
|
|
4333
|
+
"group": "low-saturation",
|
|
4183
4334
|
"type": "color",
|
|
4184
4335
|
"item": "low-saturation",
|
|
4185
4336
|
"subitem": "violet",
|
|
@@ -4208,6 +4359,7 @@
|
|
|
4208
4359
|
"type": "color",
|
|
4209
4360
|
"attributes": {
|
|
4210
4361
|
"category": "color",
|
|
4362
|
+
"group": "low-saturation",
|
|
4211
4363
|
"type": "color",
|
|
4212
4364
|
"item": "low-saturation",
|
|
4213
4365
|
"subitem": "violet",
|
|
@@ -4236,6 +4388,7 @@
|
|
|
4236
4388
|
"type": "color",
|
|
4237
4389
|
"attributes": {
|
|
4238
4390
|
"category": "color",
|
|
4391
|
+
"group": "low-saturation",
|
|
4239
4392
|
"type": "color",
|
|
4240
4393
|
"item": "low-saturation",
|
|
4241
4394
|
"subitem": "violet",
|
|
@@ -4264,6 +4417,7 @@
|
|
|
4264
4417
|
"type": "color",
|
|
4265
4418
|
"attributes": {
|
|
4266
4419
|
"category": "color",
|
|
4420
|
+
"group": "low-saturation",
|
|
4267
4421
|
"type": "color",
|
|
4268
4422
|
"item": "low-saturation",
|
|
4269
4423
|
"subitem": "violet",
|
|
@@ -4292,6 +4446,7 @@
|
|
|
4292
4446
|
"type": "color",
|
|
4293
4447
|
"attributes": {
|
|
4294
4448
|
"category": "color",
|
|
4449
|
+
"group": "low-saturation",
|
|
4295
4450
|
"type": "color",
|
|
4296
4451
|
"item": "low-saturation",
|
|
4297
4452
|
"subitem": "violet",
|
|
@@ -4320,6 +4475,7 @@
|
|
|
4320
4475
|
"type": "color",
|
|
4321
4476
|
"attributes": {
|
|
4322
4477
|
"category": "color",
|
|
4478
|
+
"group": "low-saturation",
|
|
4323
4479
|
"type": "color",
|
|
4324
4480
|
"item": "low-saturation",
|
|
4325
4481
|
"subitem": "violet",
|
|
@@ -4348,6 +4504,7 @@
|
|
|
4348
4504
|
"type": "color",
|
|
4349
4505
|
"attributes": {
|
|
4350
4506
|
"category": "color",
|
|
4507
|
+
"group": "low-saturation",
|
|
4351
4508
|
"type": "color",
|
|
4352
4509
|
"item": "low-saturation",
|
|
4353
4510
|
"subitem": "violet",
|
|
@@ -4376,6 +4533,7 @@
|
|
|
4376
4533
|
"type": "color",
|
|
4377
4534
|
"attributes": {
|
|
4378
4535
|
"category": "color",
|
|
4536
|
+
"group": "medium-saturation",
|
|
4379
4537
|
"type": "color",
|
|
4380
4538
|
"item": "medium-saturation",
|
|
4381
4539
|
"subitem": "blue",
|
|
@@ -4404,6 +4562,7 @@
|
|
|
4404
4562
|
"type": "color",
|
|
4405
4563
|
"attributes": {
|
|
4406
4564
|
"category": "color",
|
|
4565
|
+
"group": "medium-saturation",
|
|
4407
4566
|
"type": "color",
|
|
4408
4567
|
"item": "medium-saturation",
|
|
4409
4568
|
"subitem": "blue",
|
|
@@ -4432,6 +4591,7 @@
|
|
|
4432
4591
|
"type": "color",
|
|
4433
4592
|
"attributes": {
|
|
4434
4593
|
"category": "color",
|
|
4594
|
+
"group": "medium-saturation",
|
|
4435
4595
|
"type": "color",
|
|
4436
4596
|
"item": "medium-saturation",
|
|
4437
4597
|
"subitem": "blue",
|
|
@@ -4460,6 +4620,7 @@
|
|
|
4460
4620
|
"type": "color",
|
|
4461
4621
|
"attributes": {
|
|
4462
4622
|
"category": "color",
|
|
4623
|
+
"group": "medium-saturation",
|
|
4463
4624
|
"type": "color",
|
|
4464
4625
|
"item": "medium-saturation",
|
|
4465
4626
|
"subitem": "blue",
|
|
@@ -4488,6 +4649,7 @@
|
|
|
4488
4649
|
"type": "color",
|
|
4489
4650
|
"attributes": {
|
|
4490
4651
|
"category": "color",
|
|
4652
|
+
"group": "medium-saturation",
|
|
4491
4653
|
"type": "color",
|
|
4492
4654
|
"item": "medium-saturation",
|
|
4493
4655
|
"subitem": "blue",
|
|
@@ -4516,6 +4678,7 @@
|
|
|
4516
4678
|
"type": "color",
|
|
4517
4679
|
"attributes": {
|
|
4518
4680
|
"category": "color",
|
|
4681
|
+
"group": "medium-saturation",
|
|
4519
4682
|
"type": "color",
|
|
4520
4683
|
"item": "medium-saturation",
|
|
4521
4684
|
"subitem": "blue",
|
|
@@ -4544,6 +4707,7 @@
|
|
|
4544
4707
|
"type": "color",
|
|
4545
4708
|
"attributes": {
|
|
4546
4709
|
"category": "color",
|
|
4710
|
+
"group": "medium-saturation",
|
|
4547
4711
|
"type": "color",
|
|
4548
4712
|
"item": "medium-saturation",
|
|
4549
4713
|
"subitem": "blue",
|
|
@@ -4572,6 +4736,7 @@
|
|
|
4572
4736
|
"type": "color",
|
|
4573
4737
|
"attributes": {
|
|
4574
4738
|
"category": "color",
|
|
4739
|
+
"group": "medium-saturation",
|
|
4575
4740
|
"type": "color",
|
|
4576
4741
|
"item": "medium-saturation",
|
|
4577
4742
|
"subitem": "blue",
|
|
@@ -4600,6 +4765,7 @@
|
|
|
4600
4765
|
"type": "color",
|
|
4601
4766
|
"attributes": {
|
|
4602
4767
|
"category": "color",
|
|
4768
|
+
"group": "medium-saturation",
|
|
4603
4769
|
"type": "color",
|
|
4604
4770
|
"item": "medium-saturation",
|
|
4605
4771
|
"subitem": "blue",
|
|
@@ -4628,6 +4794,7 @@
|
|
|
4628
4794
|
"type": "color",
|
|
4629
4795
|
"attributes": {
|
|
4630
4796
|
"category": "color",
|
|
4797
|
+
"group": "medium-saturation",
|
|
4631
4798
|
"type": "color",
|
|
4632
4799
|
"item": "medium-saturation",
|
|
4633
4800
|
"subitem": "blue",
|
|
@@ -4656,6 +4823,7 @@
|
|
|
4656
4823
|
"type": "color",
|
|
4657
4824
|
"attributes": {
|
|
4658
4825
|
"category": "color",
|
|
4826
|
+
"group": "medium-saturation",
|
|
4659
4827
|
"type": "color",
|
|
4660
4828
|
"item": "medium-saturation",
|
|
4661
4829
|
"subitem": "green-blue",
|
|
@@ -4684,6 +4852,7 @@
|
|
|
4684
4852
|
"type": "color",
|
|
4685
4853
|
"attributes": {
|
|
4686
4854
|
"category": "color",
|
|
4855
|
+
"group": "medium-saturation",
|
|
4687
4856
|
"type": "color",
|
|
4688
4857
|
"item": "medium-saturation",
|
|
4689
4858
|
"subitem": "green-blue",
|
|
@@ -4712,6 +4881,7 @@
|
|
|
4712
4881
|
"type": "color",
|
|
4713
4882
|
"attributes": {
|
|
4714
4883
|
"category": "color",
|
|
4884
|
+
"group": "medium-saturation",
|
|
4715
4885
|
"type": "color",
|
|
4716
4886
|
"item": "medium-saturation",
|
|
4717
4887
|
"subitem": "green-blue",
|
|
@@ -4740,6 +4910,7 @@
|
|
|
4740
4910
|
"type": "color",
|
|
4741
4911
|
"attributes": {
|
|
4742
4912
|
"category": "color",
|
|
4913
|
+
"group": "medium-saturation",
|
|
4743
4914
|
"type": "color",
|
|
4744
4915
|
"item": "medium-saturation",
|
|
4745
4916
|
"subitem": "green-blue",
|
|
@@ -4768,6 +4939,7 @@
|
|
|
4768
4939
|
"type": "color",
|
|
4769
4940
|
"attributes": {
|
|
4770
4941
|
"category": "color",
|
|
4942
|
+
"group": "medium-saturation",
|
|
4771
4943
|
"type": "color",
|
|
4772
4944
|
"item": "medium-saturation",
|
|
4773
4945
|
"subitem": "green-blue",
|
|
@@ -4796,6 +4968,7 @@
|
|
|
4796
4968
|
"type": "color",
|
|
4797
4969
|
"attributes": {
|
|
4798
4970
|
"category": "color",
|
|
4971
|
+
"group": "medium-saturation",
|
|
4799
4972
|
"type": "color",
|
|
4800
4973
|
"item": "medium-saturation",
|
|
4801
4974
|
"subitem": "green-blue",
|
|
@@ -4824,6 +4997,7 @@
|
|
|
4824
4997
|
"type": "color",
|
|
4825
4998
|
"attributes": {
|
|
4826
4999
|
"category": "color",
|
|
5000
|
+
"group": "medium-saturation",
|
|
4827
5001
|
"type": "color",
|
|
4828
5002
|
"item": "medium-saturation",
|
|
4829
5003
|
"subitem": "green-blue",
|
|
@@ -4852,6 +5026,7 @@
|
|
|
4852
5026
|
"type": "color",
|
|
4853
5027
|
"attributes": {
|
|
4854
5028
|
"category": "color",
|
|
5029
|
+
"group": "medium-saturation",
|
|
4855
5030
|
"type": "color",
|
|
4856
5031
|
"item": "medium-saturation",
|
|
4857
5032
|
"subitem": "green-blue",
|
|
@@ -4880,6 +5055,7 @@
|
|
|
4880
5055
|
"type": "color",
|
|
4881
5056
|
"attributes": {
|
|
4882
5057
|
"category": "color",
|
|
5058
|
+
"group": "medium-saturation",
|
|
4883
5059
|
"type": "color",
|
|
4884
5060
|
"item": "medium-saturation",
|
|
4885
5061
|
"subitem": "green-blue",
|
|
@@ -4908,6 +5084,7 @@
|
|
|
4908
5084
|
"type": "color",
|
|
4909
5085
|
"attributes": {
|
|
4910
5086
|
"category": "color",
|
|
5087
|
+
"group": "medium-saturation",
|
|
4911
5088
|
"type": "color",
|
|
4912
5089
|
"item": "medium-saturation",
|
|
4913
5090
|
"subitem": "green-blue",
|
|
@@ -4936,6 +5113,7 @@
|
|
|
4936
5113
|
"type": "color",
|
|
4937
5114
|
"attributes": {
|
|
4938
5115
|
"category": "color",
|
|
5116
|
+
"group": "medium-saturation",
|
|
4939
5117
|
"type": "color",
|
|
4940
5118
|
"item": "medium-saturation",
|
|
4941
5119
|
"subitem": "green",
|
|
@@ -4964,6 +5142,7 @@
|
|
|
4964
5142
|
"type": "color",
|
|
4965
5143
|
"attributes": {
|
|
4966
5144
|
"category": "color",
|
|
5145
|
+
"group": "medium-saturation",
|
|
4967
5146
|
"type": "color",
|
|
4968
5147
|
"item": "medium-saturation",
|
|
4969
5148
|
"subitem": "green",
|
|
@@ -4992,6 +5171,7 @@
|
|
|
4992
5171
|
"type": "color",
|
|
4993
5172
|
"attributes": {
|
|
4994
5173
|
"category": "color",
|
|
5174
|
+
"group": "medium-saturation",
|
|
4995
5175
|
"type": "color",
|
|
4996
5176
|
"item": "medium-saturation",
|
|
4997
5177
|
"subitem": "green",
|
|
@@ -5020,6 +5200,7 @@
|
|
|
5020
5200
|
"type": "color",
|
|
5021
5201
|
"attributes": {
|
|
5022
5202
|
"category": "color",
|
|
5203
|
+
"group": "medium-saturation",
|
|
5023
5204
|
"type": "color",
|
|
5024
5205
|
"item": "medium-saturation",
|
|
5025
5206
|
"subitem": "green",
|
|
@@ -5048,6 +5229,7 @@
|
|
|
5048
5229
|
"type": "color",
|
|
5049
5230
|
"attributes": {
|
|
5050
5231
|
"category": "color",
|
|
5232
|
+
"group": "medium-saturation",
|
|
5051
5233
|
"type": "color",
|
|
5052
5234
|
"item": "medium-saturation",
|
|
5053
5235
|
"subitem": "green",
|
|
@@ -5076,6 +5258,7 @@
|
|
|
5076
5258
|
"type": "color",
|
|
5077
5259
|
"attributes": {
|
|
5078
5260
|
"category": "color",
|
|
5261
|
+
"group": "medium-saturation",
|
|
5079
5262
|
"type": "color",
|
|
5080
5263
|
"item": "medium-saturation",
|
|
5081
5264
|
"subitem": "green",
|
|
@@ -5104,6 +5287,7 @@
|
|
|
5104
5287
|
"type": "color",
|
|
5105
5288
|
"attributes": {
|
|
5106
5289
|
"category": "color",
|
|
5290
|
+
"group": "medium-saturation",
|
|
5107
5291
|
"type": "color",
|
|
5108
5292
|
"item": "medium-saturation",
|
|
5109
5293
|
"subitem": "green",
|
|
@@ -5132,6 +5316,7 @@
|
|
|
5132
5316
|
"type": "color",
|
|
5133
5317
|
"attributes": {
|
|
5134
5318
|
"category": "color",
|
|
5319
|
+
"group": "medium-saturation",
|
|
5135
5320
|
"type": "color",
|
|
5136
5321
|
"item": "medium-saturation",
|
|
5137
5322
|
"subitem": "green",
|
|
@@ -5160,6 +5345,7 @@
|
|
|
5160
5345
|
"type": "color",
|
|
5161
5346
|
"attributes": {
|
|
5162
5347
|
"category": "color",
|
|
5348
|
+
"group": "medium-saturation",
|
|
5163
5349
|
"type": "color",
|
|
5164
5350
|
"item": "medium-saturation",
|
|
5165
5351
|
"subitem": "green",
|
|
@@ -5188,6 +5374,7 @@
|
|
|
5188
5374
|
"type": "color",
|
|
5189
5375
|
"attributes": {
|
|
5190
5376
|
"category": "color",
|
|
5377
|
+
"group": "medium-saturation",
|
|
5191
5378
|
"type": "color",
|
|
5192
5379
|
"item": "medium-saturation",
|
|
5193
5380
|
"subitem": "green",
|
|
@@ -5216,6 +5403,7 @@
|
|
|
5216
5403
|
"type": "color",
|
|
5217
5404
|
"attributes": {
|
|
5218
5405
|
"category": "color",
|
|
5406
|
+
"group": "medium-saturation",
|
|
5219
5407
|
"type": "color",
|
|
5220
5408
|
"item": "medium-saturation",
|
|
5221
5409
|
"subitem": "yellow-green",
|
|
@@ -5244,6 +5432,7 @@
|
|
|
5244
5432
|
"type": "color",
|
|
5245
5433
|
"attributes": {
|
|
5246
5434
|
"category": "color",
|
|
5435
|
+
"group": "medium-saturation",
|
|
5247
5436
|
"type": "color",
|
|
5248
5437
|
"item": "medium-saturation",
|
|
5249
5438
|
"subitem": "yellow-green",
|
|
@@ -5272,6 +5461,7 @@
|
|
|
5272
5461
|
"type": "color",
|
|
5273
5462
|
"attributes": {
|
|
5274
5463
|
"category": "color",
|
|
5464
|
+
"group": "medium-saturation",
|
|
5275
5465
|
"type": "color",
|
|
5276
5466
|
"item": "medium-saturation",
|
|
5277
5467
|
"subitem": "yellow-green",
|
|
@@ -5300,6 +5490,7 @@
|
|
|
5300
5490
|
"type": "color",
|
|
5301
5491
|
"attributes": {
|
|
5302
5492
|
"category": "color",
|
|
5493
|
+
"group": "medium-saturation",
|
|
5303
5494
|
"type": "color",
|
|
5304
5495
|
"item": "medium-saturation",
|
|
5305
5496
|
"subitem": "yellow-green",
|
|
@@ -5328,6 +5519,7 @@
|
|
|
5328
5519
|
"type": "color",
|
|
5329
5520
|
"attributes": {
|
|
5330
5521
|
"category": "color",
|
|
5522
|
+
"group": "medium-saturation",
|
|
5331
5523
|
"type": "color",
|
|
5332
5524
|
"item": "medium-saturation",
|
|
5333
5525
|
"subitem": "yellow-green",
|
|
@@ -5356,6 +5548,7 @@
|
|
|
5356
5548
|
"type": "color",
|
|
5357
5549
|
"attributes": {
|
|
5358
5550
|
"category": "color",
|
|
5551
|
+
"group": "medium-saturation",
|
|
5359
5552
|
"type": "color",
|
|
5360
5553
|
"item": "medium-saturation",
|
|
5361
5554
|
"subitem": "yellow-green",
|
|
@@ -5384,6 +5577,7 @@
|
|
|
5384
5577
|
"type": "color",
|
|
5385
5578
|
"attributes": {
|
|
5386
5579
|
"category": "color",
|
|
5580
|
+
"group": "medium-saturation",
|
|
5387
5581
|
"type": "color",
|
|
5388
5582
|
"item": "medium-saturation",
|
|
5389
5583
|
"subitem": "yellow-green",
|
|
@@ -5412,6 +5606,7 @@
|
|
|
5412
5606
|
"type": "color",
|
|
5413
5607
|
"attributes": {
|
|
5414
5608
|
"category": "color",
|
|
5609
|
+
"group": "medium-saturation",
|
|
5415
5610
|
"type": "color",
|
|
5416
5611
|
"item": "medium-saturation",
|
|
5417
5612
|
"subitem": "yellow-green",
|
|
@@ -5440,6 +5635,7 @@
|
|
|
5440
5635
|
"type": "color",
|
|
5441
5636
|
"attributes": {
|
|
5442
5637
|
"category": "color",
|
|
5638
|
+
"group": "medium-saturation",
|
|
5443
5639
|
"type": "color",
|
|
5444
5640
|
"item": "medium-saturation",
|
|
5445
5641
|
"subitem": "yellow-green",
|
|
@@ -5468,6 +5664,7 @@
|
|
|
5468
5664
|
"type": "color",
|
|
5469
5665
|
"attributes": {
|
|
5470
5666
|
"category": "color",
|
|
5667
|
+
"group": "medium-saturation",
|
|
5471
5668
|
"type": "color",
|
|
5472
5669
|
"item": "medium-saturation",
|
|
5473
5670
|
"subitem": "yellow-green",
|
|
@@ -5496,6 +5693,7 @@
|
|
|
5496
5693
|
"type": "color",
|
|
5497
5694
|
"attributes": {
|
|
5498
5695
|
"category": "color",
|
|
5696
|
+
"group": "medium-saturation",
|
|
5499
5697
|
"type": "color",
|
|
5500
5698
|
"item": "medium-saturation",
|
|
5501
5699
|
"subitem": "brown",
|
|
@@ -5524,6 +5722,7 @@
|
|
|
5524
5722
|
"type": "color",
|
|
5525
5723
|
"attributes": {
|
|
5526
5724
|
"category": "color",
|
|
5725
|
+
"group": "medium-saturation",
|
|
5527
5726
|
"type": "color",
|
|
5528
5727
|
"item": "medium-saturation",
|
|
5529
5728
|
"subitem": "brown",
|
|
@@ -5552,6 +5751,7 @@
|
|
|
5552
5751
|
"type": "color",
|
|
5553
5752
|
"attributes": {
|
|
5554
5753
|
"category": "color",
|
|
5754
|
+
"group": "medium-saturation",
|
|
5555
5755
|
"type": "color",
|
|
5556
5756
|
"item": "medium-saturation",
|
|
5557
5757
|
"subitem": "brown",
|
|
@@ -5580,6 +5780,7 @@
|
|
|
5580
5780
|
"type": "color",
|
|
5581
5781
|
"attributes": {
|
|
5582
5782
|
"category": "color",
|
|
5783
|
+
"group": "medium-saturation",
|
|
5583
5784
|
"type": "color",
|
|
5584
5785
|
"item": "medium-saturation",
|
|
5585
5786
|
"subitem": "brown",
|
|
@@ -5608,6 +5809,7 @@
|
|
|
5608
5809
|
"type": "color",
|
|
5609
5810
|
"attributes": {
|
|
5610
5811
|
"category": "color",
|
|
5812
|
+
"group": "medium-saturation",
|
|
5611
5813
|
"type": "color",
|
|
5612
5814
|
"item": "medium-saturation",
|
|
5613
5815
|
"subitem": "brown",
|
|
@@ -5636,6 +5838,7 @@
|
|
|
5636
5838
|
"type": "color",
|
|
5637
5839
|
"attributes": {
|
|
5638
5840
|
"category": "color",
|
|
5841
|
+
"group": "medium-saturation",
|
|
5639
5842
|
"type": "color",
|
|
5640
5843
|
"item": "medium-saturation",
|
|
5641
5844
|
"subitem": "brown",
|
|
@@ -5664,6 +5867,7 @@
|
|
|
5664
5867
|
"type": "color",
|
|
5665
5868
|
"attributes": {
|
|
5666
5869
|
"category": "color",
|
|
5870
|
+
"group": "medium-saturation",
|
|
5667
5871
|
"type": "color",
|
|
5668
5872
|
"item": "medium-saturation",
|
|
5669
5873
|
"subitem": "brown",
|
|
@@ -5692,6 +5896,7 @@
|
|
|
5692
5896
|
"type": "color",
|
|
5693
5897
|
"attributes": {
|
|
5694
5898
|
"category": "color",
|
|
5899
|
+
"group": "medium-saturation",
|
|
5695
5900
|
"type": "color",
|
|
5696
5901
|
"item": "medium-saturation",
|
|
5697
5902
|
"subitem": "brown",
|
|
@@ -5720,6 +5925,7 @@
|
|
|
5720
5925
|
"type": "color",
|
|
5721
5926
|
"attributes": {
|
|
5722
5927
|
"category": "color",
|
|
5928
|
+
"group": "medium-saturation",
|
|
5723
5929
|
"type": "color",
|
|
5724
5930
|
"item": "medium-saturation",
|
|
5725
5931
|
"subitem": "brown",
|
|
@@ -5748,6 +5954,7 @@
|
|
|
5748
5954
|
"type": "color",
|
|
5749
5955
|
"attributes": {
|
|
5750
5956
|
"category": "color",
|
|
5957
|
+
"group": "medium-saturation",
|
|
5751
5958
|
"type": "color",
|
|
5752
5959
|
"item": "medium-saturation",
|
|
5753
5960
|
"subitem": "brown",
|
|
@@ -5776,6 +5983,7 @@
|
|
|
5776
5983
|
"type": "color",
|
|
5777
5984
|
"attributes": {
|
|
5778
5985
|
"category": "color",
|
|
5986
|
+
"group": "medium-saturation",
|
|
5779
5987
|
"type": "color",
|
|
5780
5988
|
"item": "medium-saturation",
|
|
5781
5989
|
"subitem": "yellow",
|
|
@@ -5804,6 +6012,7 @@
|
|
|
5804
6012
|
"type": "color",
|
|
5805
6013
|
"attributes": {
|
|
5806
6014
|
"category": "color",
|
|
6015
|
+
"group": "medium-saturation",
|
|
5807
6016
|
"type": "color",
|
|
5808
6017
|
"item": "medium-saturation",
|
|
5809
6018
|
"subitem": "yellow",
|
|
@@ -5832,6 +6041,7 @@
|
|
|
5832
6041
|
"type": "color",
|
|
5833
6042
|
"attributes": {
|
|
5834
6043
|
"category": "color",
|
|
6044
|
+
"group": "medium-saturation",
|
|
5835
6045
|
"type": "color",
|
|
5836
6046
|
"item": "medium-saturation",
|
|
5837
6047
|
"subitem": "yellow",
|
|
@@ -5860,6 +6070,7 @@
|
|
|
5860
6070
|
"type": "color",
|
|
5861
6071
|
"attributes": {
|
|
5862
6072
|
"category": "color",
|
|
6073
|
+
"group": "medium-saturation",
|
|
5863
6074
|
"type": "color",
|
|
5864
6075
|
"item": "medium-saturation",
|
|
5865
6076
|
"subitem": "yellow",
|
|
@@ -5888,6 +6099,7 @@
|
|
|
5888
6099
|
"type": "color",
|
|
5889
6100
|
"attributes": {
|
|
5890
6101
|
"category": "color",
|
|
6102
|
+
"group": "medium-saturation",
|
|
5891
6103
|
"type": "color",
|
|
5892
6104
|
"item": "medium-saturation",
|
|
5893
6105
|
"subitem": "yellow",
|
|
@@ -5916,6 +6128,7 @@
|
|
|
5916
6128
|
"type": "color",
|
|
5917
6129
|
"attributes": {
|
|
5918
6130
|
"category": "color",
|
|
6131
|
+
"group": "medium-saturation",
|
|
5919
6132
|
"type": "color",
|
|
5920
6133
|
"item": "medium-saturation",
|
|
5921
6134
|
"subitem": "yellow",
|
|
@@ -5944,6 +6157,7 @@
|
|
|
5944
6157
|
"type": "color",
|
|
5945
6158
|
"attributes": {
|
|
5946
6159
|
"category": "color",
|
|
6160
|
+
"group": "medium-saturation",
|
|
5947
6161
|
"type": "color",
|
|
5948
6162
|
"item": "medium-saturation",
|
|
5949
6163
|
"subitem": "yellow",
|
|
@@ -5972,6 +6186,7 @@
|
|
|
5972
6186
|
"type": "color",
|
|
5973
6187
|
"attributes": {
|
|
5974
6188
|
"category": "color",
|
|
6189
|
+
"group": "medium-saturation",
|
|
5975
6190
|
"type": "color",
|
|
5976
6191
|
"item": "medium-saturation",
|
|
5977
6192
|
"subitem": "yellow",
|
|
@@ -6000,6 +6215,7 @@
|
|
|
6000
6215
|
"type": "color",
|
|
6001
6216
|
"attributes": {
|
|
6002
6217
|
"category": "color",
|
|
6218
|
+
"group": "medium-saturation",
|
|
6003
6219
|
"type": "color",
|
|
6004
6220
|
"item": "medium-saturation",
|
|
6005
6221
|
"subitem": "yellow",
|
|
@@ -6028,6 +6244,7 @@
|
|
|
6028
6244
|
"type": "color",
|
|
6029
6245
|
"attributes": {
|
|
6030
6246
|
"category": "color",
|
|
6247
|
+
"group": "medium-saturation",
|
|
6031
6248
|
"type": "color",
|
|
6032
6249
|
"item": "medium-saturation",
|
|
6033
6250
|
"subitem": "yellow",
|
|
@@ -6056,6 +6273,7 @@
|
|
|
6056
6273
|
"type": "color",
|
|
6057
6274
|
"attributes": {
|
|
6058
6275
|
"category": "color",
|
|
6276
|
+
"group": "medium-saturation",
|
|
6059
6277
|
"type": "color",
|
|
6060
6278
|
"item": "medium-saturation",
|
|
6061
6279
|
"subitem": "orange-yellow",
|
|
@@ -6090,6 +6308,7 @@
|
|
|
6090
6308
|
"type": "color",
|
|
6091
6309
|
"attributes": {
|
|
6092
6310
|
"category": "color",
|
|
6311
|
+
"group": "medium-saturation",
|
|
6093
6312
|
"type": "color",
|
|
6094
6313
|
"item": "medium-saturation",
|
|
6095
6314
|
"subitem": "orange-yellow",
|
|
@@ -6124,6 +6343,7 @@
|
|
|
6124
6343
|
"type": "color",
|
|
6125
6344
|
"attributes": {
|
|
6126
6345
|
"category": "color",
|
|
6346
|
+
"group": "medium-saturation",
|
|
6127
6347
|
"type": "color",
|
|
6128
6348
|
"item": "medium-saturation",
|
|
6129
6349
|
"subitem": "orange-yellow",
|
|
@@ -6158,6 +6378,7 @@
|
|
|
6158
6378
|
"type": "color",
|
|
6159
6379
|
"attributes": {
|
|
6160
6380
|
"category": "color",
|
|
6381
|
+
"group": "medium-saturation",
|
|
6161
6382
|
"type": "color",
|
|
6162
6383
|
"item": "medium-saturation",
|
|
6163
6384
|
"subitem": "orange-yellow",
|
|
@@ -6192,6 +6413,7 @@
|
|
|
6192
6413
|
"type": "color",
|
|
6193
6414
|
"attributes": {
|
|
6194
6415
|
"category": "color",
|
|
6416
|
+
"group": "medium-saturation",
|
|
6195
6417
|
"type": "color",
|
|
6196
6418
|
"item": "medium-saturation",
|
|
6197
6419
|
"subitem": "orange-yellow",
|
|
@@ -6226,6 +6448,7 @@
|
|
|
6226
6448
|
"type": "color",
|
|
6227
6449
|
"attributes": {
|
|
6228
6450
|
"category": "color",
|
|
6451
|
+
"group": "medium-saturation",
|
|
6229
6452
|
"type": "color",
|
|
6230
6453
|
"item": "medium-saturation",
|
|
6231
6454
|
"subitem": "orange-yellow",
|
|
@@ -6260,6 +6483,7 @@
|
|
|
6260
6483
|
"type": "color",
|
|
6261
6484
|
"attributes": {
|
|
6262
6485
|
"category": "color",
|
|
6486
|
+
"group": "medium-saturation",
|
|
6263
6487
|
"type": "color",
|
|
6264
6488
|
"item": "medium-saturation",
|
|
6265
6489
|
"subitem": "orange-yellow",
|
|
@@ -6294,6 +6518,7 @@
|
|
|
6294
6518
|
"type": "color",
|
|
6295
6519
|
"attributes": {
|
|
6296
6520
|
"category": "color",
|
|
6521
|
+
"group": "medium-saturation",
|
|
6297
6522
|
"type": "color",
|
|
6298
6523
|
"item": "medium-saturation",
|
|
6299
6524
|
"subitem": "orange-yellow",
|
|
@@ -6328,6 +6553,7 @@
|
|
|
6328
6553
|
"type": "color",
|
|
6329
6554
|
"attributes": {
|
|
6330
6555
|
"category": "color",
|
|
6556
|
+
"group": "medium-saturation",
|
|
6331
6557
|
"type": "color",
|
|
6332
6558
|
"item": "medium-saturation",
|
|
6333
6559
|
"subitem": "orange-yellow",
|
|
@@ -6362,6 +6588,7 @@
|
|
|
6362
6588
|
"type": "color",
|
|
6363
6589
|
"attributes": {
|
|
6364
6590
|
"category": "color",
|
|
6591
|
+
"group": "medium-saturation",
|
|
6365
6592
|
"type": "color",
|
|
6366
6593
|
"item": "medium-saturation",
|
|
6367
6594
|
"subitem": "orange-yellow",
|
|
@@ -6396,6 +6623,7 @@
|
|
|
6396
6623
|
"type": "color",
|
|
6397
6624
|
"attributes": {
|
|
6398
6625
|
"category": "color",
|
|
6626
|
+
"group": "medium-saturation",
|
|
6399
6627
|
"type": "color",
|
|
6400
6628
|
"item": "medium-saturation",
|
|
6401
6629
|
"subitem": "orange",
|
|
@@ -6424,6 +6652,7 @@
|
|
|
6424
6652
|
"type": "color",
|
|
6425
6653
|
"attributes": {
|
|
6426
6654
|
"category": "color",
|
|
6655
|
+
"group": "medium-saturation",
|
|
6427
6656
|
"type": "color",
|
|
6428
6657
|
"item": "medium-saturation",
|
|
6429
6658
|
"subitem": "orange",
|
|
@@ -6452,6 +6681,7 @@
|
|
|
6452
6681
|
"type": "color",
|
|
6453
6682
|
"attributes": {
|
|
6454
6683
|
"category": "color",
|
|
6684
|
+
"group": "medium-saturation",
|
|
6455
6685
|
"type": "color",
|
|
6456
6686
|
"item": "medium-saturation",
|
|
6457
6687
|
"subitem": "orange",
|
|
@@ -6480,6 +6710,7 @@
|
|
|
6480
6710
|
"type": "color",
|
|
6481
6711
|
"attributes": {
|
|
6482
6712
|
"category": "color",
|
|
6713
|
+
"group": "medium-saturation",
|
|
6483
6714
|
"type": "color",
|
|
6484
6715
|
"item": "medium-saturation",
|
|
6485
6716
|
"subitem": "orange",
|
|
@@ -6508,6 +6739,7 @@
|
|
|
6508
6739
|
"type": "color",
|
|
6509
6740
|
"attributes": {
|
|
6510
6741
|
"category": "color",
|
|
6742
|
+
"group": "medium-saturation",
|
|
6511
6743
|
"type": "color",
|
|
6512
6744
|
"item": "medium-saturation",
|
|
6513
6745
|
"subitem": "orange",
|
|
@@ -6536,6 +6768,7 @@
|
|
|
6536
6768
|
"type": "color",
|
|
6537
6769
|
"attributes": {
|
|
6538
6770
|
"category": "color",
|
|
6771
|
+
"group": "medium-saturation",
|
|
6539
6772
|
"type": "color",
|
|
6540
6773
|
"item": "medium-saturation",
|
|
6541
6774
|
"subitem": "orange",
|
|
@@ -6564,6 +6797,7 @@
|
|
|
6564
6797
|
"type": "color",
|
|
6565
6798
|
"attributes": {
|
|
6566
6799
|
"category": "color",
|
|
6800
|
+
"group": "medium-saturation",
|
|
6567
6801
|
"type": "color",
|
|
6568
6802
|
"item": "medium-saturation",
|
|
6569
6803
|
"subitem": "orange",
|
|
@@ -6592,6 +6826,7 @@
|
|
|
6592
6826
|
"type": "color",
|
|
6593
6827
|
"attributes": {
|
|
6594
6828
|
"category": "color",
|
|
6829
|
+
"group": "medium-saturation",
|
|
6595
6830
|
"type": "color",
|
|
6596
6831
|
"item": "medium-saturation",
|
|
6597
6832
|
"subitem": "orange",
|
|
@@ -6620,6 +6855,7 @@
|
|
|
6620
6855
|
"type": "color",
|
|
6621
6856
|
"attributes": {
|
|
6622
6857
|
"category": "color",
|
|
6858
|
+
"group": "medium-saturation",
|
|
6623
6859
|
"type": "color",
|
|
6624
6860
|
"item": "medium-saturation",
|
|
6625
6861
|
"subitem": "orange",
|
|
@@ -6648,6 +6884,7 @@
|
|
|
6648
6884
|
"type": "color",
|
|
6649
6885
|
"attributes": {
|
|
6650
6886
|
"category": "color",
|
|
6887
|
+
"group": "medium-saturation",
|
|
6651
6888
|
"type": "color",
|
|
6652
6889
|
"item": "medium-saturation",
|
|
6653
6890
|
"subitem": "orange",
|
|
@@ -6676,6 +6913,7 @@
|
|
|
6676
6913
|
"type": "color",
|
|
6677
6914
|
"attributes": {
|
|
6678
6915
|
"category": "color",
|
|
6916
|
+
"group": "medium-saturation",
|
|
6679
6917
|
"type": "color",
|
|
6680
6918
|
"item": "medium-saturation",
|
|
6681
6919
|
"subitem": "red-orange",
|
|
@@ -6704,6 +6942,7 @@
|
|
|
6704
6942
|
"type": "color",
|
|
6705
6943
|
"attributes": {
|
|
6706
6944
|
"category": "color",
|
|
6945
|
+
"group": "medium-saturation",
|
|
6707
6946
|
"type": "color",
|
|
6708
6947
|
"item": "medium-saturation",
|
|
6709
6948
|
"subitem": "red-orange",
|
|
@@ -6732,6 +6971,7 @@
|
|
|
6732
6971
|
"type": "color",
|
|
6733
6972
|
"attributes": {
|
|
6734
6973
|
"category": "color",
|
|
6974
|
+
"group": "medium-saturation",
|
|
6735
6975
|
"type": "color",
|
|
6736
6976
|
"item": "medium-saturation",
|
|
6737
6977
|
"subitem": "red-orange",
|
|
@@ -6760,6 +7000,7 @@
|
|
|
6760
7000
|
"type": "color",
|
|
6761
7001
|
"attributes": {
|
|
6762
7002
|
"category": "color",
|
|
7003
|
+
"group": "medium-saturation",
|
|
6763
7004
|
"type": "color",
|
|
6764
7005
|
"item": "medium-saturation",
|
|
6765
7006
|
"subitem": "red-orange",
|
|
@@ -6788,6 +7029,7 @@
|
|
|
6788
7029
|
"type": "color",
|
|
6789
7030
|
"attributes": {
|
|
6790
7031
|
"category": "color",
|
|
7032
|
+
"group": "medium-saturation",
|
|
6791
7033
|
"type": "color",
|
|
6792
7034
|
"item": "medium-saturation",
|
|
6793
7035
|
"subitem": "red-orange",
|
|
@@ -6816,6 +7058,7 @@
|
|
|
6816
7058
|
"type": "color",
|
|
6817
7059
|
"attributes": {
|
|
6818
7060
|
"category": "color",
|
|
7061
|
+
"group": "medium-saturation",
|
|
6819
7062
|
"type": "color",
|
|
6820
7063
|
"item": "medium-saturation",
|
|
6821
7064
|
"subitem": "red-orange",
|
|
@@ -6844,6 +7087,7 @@
|
|
|
6844
7087
|
"type": "color",
|
|
6845
7088
|
"attributes": {
|
|
6846
7089
|
"category": "color",
|
|
7090
|
+
"group": "medium-saturation",
|
|
6847
7091
|
"type": "color",
|
|
6848
7092
|
"item": "medium-saturation",
|
|
6849
7093
|
"subitem": "red-orange",
|
|
@@ -6872,6 +7116,7 @@
|
|
|
6872
7116
|
"type": "color",
|
|
6873
7117
|
"attributes": {
|
|
6874
7118
|
"category": "color",
|
|
7119
|
+
"group": "medium-saturation",
|
|
6875
7120
|
"type": "color",
|
|
6876
7121
|
"item": "medium-saturation",
|
|
6877
7122
|
"subitem": "red-orange",
|
|
@@ -6900,6 +7145,7 @@
|
|
|
6900
7145
|
"type": "color",
|
|
6901
7146
|
"attributes": {
|
|
6902
7147
|
"category": "color",
|
|
7148
|
+
"group": "medium-saturation",
|
|
6903
7149
|
"type": "color",
|
|
6904
7150
|
"item": "medium-saturation",
|
|
6905
7151
|
"subitem": "red-orange",
|
|
@@ -6928,6 +7174,7 @@
|
|
|
6928
7174
|
"type": "color",
|
|
6929
7175
|
"attributes": {
|
|
6930
7176
|
"category": "color",
|
|
7177
|
+
"group": "medium-saturation",
|
|
6931
7178
|
"type": "color",
|
|
6932
7179
|
"item": "medium-saturation",
|
|
6933
7180
|
"subitem": "red-orange",
|
|
@@ -6956,6 +7203,7 @@
|
|
|
6956
7203
|
"type": "color",
|
|
6957
7204
|
"attributes": {
|
|
6958
7205
|
"category": "color",
|
|
7206
|
+
"group": "medium-saturation",
|
|
6959
7207
|
"type": "color",
|
|
6960
7208
|
"item": "medium-saturation",
|
|
6961
7209
|
"subitem": "red",
|
|
@@ -6984,6 +7232,7 @@
|
|
|
6984
7232
|
"type": "color",
|
|
6985
7233
|
"attributes": {
|
|
6986
7234
|
"category": "color",
|
|
7235
|
+
"group": "medium-saturation",
|
|
6987
7236
|
"type": "color",
|
|
6988
7237
|
"item": "medium-saturation",
|
|
6989
7238
|
"subitem": "red",
|
|
@@ -7012,6 +7261,7 @@
|
|
|
7012
7261
|
"type": "color",
|
|
7013
7262
|
"attributes": {
|
|
7014
7263
|
"category": "color",
|
|
7264
|
+
"group": "medium-saturation",
|
|
7015
7265
|
"type": "color",
|
|
7016
7266
|
"item": "medium-saturation",
|
|
7017
7267
|
"subitem": "red",
|
|
@@ -7040,6 +7290,7 @@
|
|
|
7040
7290
|
"type": "color",
|
|
7041
7291
|
"attributes": {
|
|
7042
7292
|
"category": "color",
|
|
7293
|
+
"group": "medium-saturation",
|
|
7043
7294
|
"type": "color",
|
|
7044
7295
|
"item": "medium-saturation",
|
|
7045
7296
|
"subitem": "red",
|
|
@@ -7068,6 +7319,7 @@
|
|
|
7068
7319
|
"type": "color",
|
|
7069
7320
|
"attributes": {
|
|
7070
7321
|
"category": "color",
|
|
7322
|
+
"group": "medium-saturation",
|
|
7071
7323
|
"type": "color",
|
|
7072
7324
|
"item": "medium-saturation",
|
|
7073
7325
|
"subitem": "red",
|
|
@@ -7096,6 +7348,7 @@
|
|
|
7096
7348
|
"type": "color",
|
|
7097
7349
|
"attributes": {
|
|
7098
7350
|
"category": "color",
|
|
7351
|
+
"group": "medium-saturation",
|
|
7099
7352
|
"type": "color",
|
|
7100
7353
|
"item": "medium-saturation",
|
|
7101
7354
|
"subitem": "red",
|
|
@@ -7124,6 +7377,7 @@
|
|
|
7124
7377
|
"type": "color",
|
|
7125
7378
|
"attributes": {
|
|
7126
7379
|
"category": "color",
|
|
7380
|
+
"group": "medium-saturation",
|
|
7127
7381
|
"type": "color",
|
|
7128
7382
|
"item": "medium-saturation",
|
|
7129
7383
|
"subitem": "red",
|
|
@@ -7152,6 +7406,7 @@
|
|
|
7152
7406
|
"type": "color",
|
|
7153
7407
|
"attributes": {
|
|
7154
7408
|
"category": "color",
|
|
7409
|
+
"group": "medium-saturation",
|
|
7155
7410
|
"type": "color",
|
|
7156
7411
|
"item": "medium-saturation",
|
|
7157
7412
|
"subitem": "red",
|
|
@@ -7180,6 +7435,7 @@
|
|
|
7180
7435
|
"type": "color",
|
|
7181
7436
|
"attributes": {
|
|
7182
7437
|
"category": "color",
|
|
7438
|
+
"group": "medium-saturation",
|
|
7183
7439
|
"type": "color",
|
|
7184
7440
|
"item": "medium-saturation",
|
|
7185
7441
|
"subitem": "red",
|
|
@@ -7208,6 +7464,7 @@
|
|
|
7208
7464
|
"type": "color",
|
|
7209
7465
|
"attributes": {
|
|
7210
7466
|
"category": "color",
|
|
7467
|
+
"group": "medium-saturation",
|
|
7211
7468
|
"type": "color",
|
|
7212
7469
|
"item": "medium-saturation",
|
|
7213
7470
|
"subitem": "red",
|
|
@@ -7236,6 +7493,7 @@
|
|
|
7236
7493
|
"type": "color",
|
|
7237
7494
|
"attributes": {
|
|
7238
7495
|
"category": "color",
|
|
7496
|
+
"group": "medium-saturation",
|
|
7239
7497
|
"type": "color",
|
|
7240
7498
|
"item": "medium-saturation",
|
|
7241
7499
|
"subitem": "pink",
|
|
@@ -7264,6 +7522,7 @@
|
|
|
7264
7522
|
"type": "color",
|
|
7265
7523
|
"attributes": {
|
|
7266
7524
|
"category": "color",
|
|
7525
|
+
"group": "medium-saturation",
|
|
7267
7526
|
"type": "color",
|
|
7268
7527
|
"item": "medium-saturation",
|
|
7269
7528
|
"subitem": "pink",
|
|
@@ -7292,6 +7551,7 @@
|
|
|
7292
7551
|
"type": "color",
|
|
7293
7552
|
"attributes": {
|
|
7294
7553
|
"category": "color",
|
|
7554
|
+
"group": "medium-saturation",
|
|
7295
7555
|
"type": "color",
|
|
7296
7556
|
"item": "medium-saturation",
|
|
7297
7557
|
"subitem": "pink",
|
|
@@ -7320,6 +7580,7 @@
|
|
|
7320
7580
|
"type": "color",
|
|
7321
7581
|
"attributes": {
|
|
7322
7582
|
"category": "color",
|
|
7583
|
+
"group": "medium-saturation",
|
|
7323
7584
|
"type": "color",
|
|
7324
7585
|
"item": "medium-saturation",
|
|
7325
7586
|
"subitem": "pink",
|
|
@@ -7348,6 +7609,7 @@
|
|
|
7348
7609
|
"type": "color",
|
|
7349
7610
|
"attributes": {
|
|
7350
7611
|
"category": "color",
|
|
7612
|
+
"group": "medium-saturation",
|
|
7351
7613
|
"type": "color",
|
|
7352
7614
|
"item": "medium-saturation",
|
|
7353
7615
|
"subitem": "pink",
|
|
@@ -7376,6 +7638,7 @@
|
|
|
7376
7638
|
"type": "color",
|
|
7377
7639
|
"attributes": {
|
|
7378
7640
|
"category": "color",
|
|
7641
|
+
"group": "medium-saturation",
|
|
7379
7642
|
"type": "color",
|
|
7380
7643
|
"item": "medium-saturation",
|
|
7381
7644
|
"subitem": "pink",
|
|
@@ -7404,6 +7667,7 @@
|
|
|
7404
7667
|
"type": "color",
|
|
7405
7668
|
"attributes": {
|
|
7406
7669
|
"category": "color",
|
|
7670
|
+
"group": "medium-saturation",
|
|
7407
7671
|
"type": "color",
|
|
7408
7672
|
"item": "medium-saturation",
|
|
7409
7673
|
"subitem": "pink",
|
|
@@ -7432,6 +7696,7 @@
|
|
|
7432
7696
|
"type": "color",
|
|
7433
7697
|
"attributes": {
|
|
7434
7698
|
"category": "color",
|
|
7699
|
+
"group": "medium-saturation",
|
|
7435
7700
|
"type": "color",
|
|
7436
7701
|
"item": "medium-saturation",
|
|
7437
7702
|
"subitem": "pink",
|
|
@@ -7460,6 +7725,7 @@
|
|
|
7460
7725
|
"type": "color",
|
|
7461
7726
|
"attributes": {
|
|
7462
7727
|
"category": "color",
|
|
7728
|
+
"group": "medium-saturation",
|
|
7463
7729
|
"type": "color",
|
|
7464
7730
|
"item": "medium-saturation",
|
|
7465
7731
|
"subitem": "pink",
|
|
@@ -7488,6 +7754,7 @@
|
|
|
7488
7754
|
"type": "color",
|
|
7489
7755
|
"attributes": {
|
|
7490
7756
|
"category": "color",
|
|
7757
|
+
"group": "medium-saturation",
|
|
7491
7758
|
"type": "color",
|
|
7492
7759
|
"item": "medium-saturation",
|
|
7493
7760
|
"subitem": "pink",
|
|
@@ -7516,6 +7783,7 @@
|
|
|
7516
7783
|
"type": "color",
|
|
7517
7784
|
"attributes": {
|
|
7518
7785
|
"category": "color",
|
|
7786
|
+
"group": "medium-saturation",
|
|
7519
7787
|
"type": "color",
|
|
7520
7788
|
"item": "medium-saturation",
|
|
7521
7789
|
"subitem": "violet-red",
|
|
@@ -7544,6 +7812,7 @@
|
|
|
7544
7812
|
"type": "color",
|
|
7545
7813
|
"attributes": {
|
|
7546
7814
|
"category": "color",
|
|
7815
|
+
"group": "medium-saturation",
|
|
7547
7816
|
"type": "color",
|
|
7548
7817
|
"item": "medium-saturation",
|
|
7549
7818
|
"subitem": "violet-red",
|
|
@@ -7572,6 +7841,7 @@
|
|
|
7572
7841
|
"type": "color",
|
|
7573
7842
|
"attributes": {
|
|
7574
7843
|
"category": "color",
|
|
7844
|
+
"group": "medium-saturation",
|
|
7575
7845
|
"type": "color",
|
|
7576
7846
|
"item": "medium-saturation",
|
|
7577
7847
|
"subitem": "violet-red",
|
|
@@ -7600,6 +7870,7 @@
|
|
|
7600
7870
|
"type": "color",
|
|
7601
7871
|
"attributes": {
|
|
7602
7872
|
"category": "color",
|
|
7873
|
+
"group": "medium-saturation",
|
|
7603
7874
|
"type": "color",
|
|
7604
7875
|
"item": "medium-saturation",
|
|
7605
7876
|
"subitem": "violet-red",
|
|
@@ -7628,6 +7899,7 @@
|
|
|
7628
7899
|
"type": "color",
|
|
7629
7900
|
"attributes": {
|
|
7630
7901
|
"category": "color",
|
|
7902
|
+
"group": "medium-saturation",
|
|
7631
7903
|
"type": "color",
|
|
7632
7904
|
"item": "medium-saturation",
|
|
7633
7905
|
"subitem": "violet-red",
|
|
@@ -7656,6 +7928,7 @@
|
|
|
7656
7928
|
"type": "color",
|
|
7657
7929
|
"attributes": {
|
|
7658
7930
|
"category": "color",
|
|
7931
|
+
"group": "medium-saturation",
|
|
7659
7932
|
"type": "color",
|
|
7660
7933
|
"item": "medium-saturation",
|
|
7661
7934
|
"subitem": "violet-red",
|
|
@@ -7684,6 +7957,7 @@
|
|
|
7684
7957
|
"type": "color",
|
|
7685
7958
|
"attributes": {
|
|
7686
7959
|
"category": "color",
|
|
7960
|
+
"group": "medium-saturation",
|
|
7687
7961
|
"type": "color",
|
|
7688
7962
|
"item": "medium-saturation",
|
|
7689
7963
|
"subitem": "violet-red",
|
|
@@ -7712,6 +7986,7 @@
|
|
|
7712
7986
|
"type": "color",
|
|
7713
7987
|
"attributes": {
|
|
7714
7988
|
"category": "color",
|
|
7989
|
+
"group": "medium-saturation",
|
|
7715
7990
|
"type": "color",
|
|
7716
7991
|
"item": "medium-saturation",
|
|
7717
7992
|
"subitem": "violet-red",
|
|
@@ -7740,6 +8015,7 @@
|
|
|
7740
8015
|
"type": "color",
|
|
7741
8016
|
"attributes": {
|
|
7742
8017
|
"category": "color",
|
|
8018
|
+
"group": "medium-saturation",
|
|
7743
8019
|
"type": "color",
|
|
7744
8020
|
"item": "medium-saturation",
|
|
7745
8021
|
"subitem": "violet-red",
|
|
@@ -7768,6 +8044,7 @@
|
|
|
7768
8044
|
"type": "color",
|
|
7769
8045
|
"attributes": {
|
|
7770
8046
|
"category": "color",
|
|
8047
|
+
"group": "medium-saturation",
|
|
7771
8048
|
"type": "color",
|
|
7772
8049
|
"item": "medium-saturation",
|
|
7773
8050
|
"subitem": "violet-red",
|
|
@@ -7796,6 +8073,7 @@
|
|
|
7796
8073
|
"type": "color",
|
|
7797
8074
|
"attributes": {
|
|
7798
8075
|
"category": "color",
|
|
8076
|
+
"group": "medium-saturation",
|
|
7799
8077
|
"type": "color",
|
|
7800
8078
|
"item": "medium-saturation",
|
|
7801
8079
|
"subitem": "violet",
|
|
@@ -7824,6 +8102,7 @@
|
|
|
7824
8102
|
"type": "color",
|
|
7825
8103
|
"attributes": {
|
|
7826
8104
|
"category": "color",
|
|
8105
|
+
"group": "medium-saturation",
|
|
7827
8106
|
"type": "color",
|
|
7828
8107
|
"item": "medium-saturation",
|
|
7829
8108
|
"subitem": "violet",
|
|
@@ -7852,6 +8131,7 @@
|
|
|
7852
8131
|
"type": "color",
|
|
7853
8132
|
"attributes": {
|
|
7854
8133
|
"category": "color",
|
|
8134
|
+
"group": "medium-saturation",
|
|
7855
8135
|
"type": "color",
|
|
7856
8136
|
"item": "medium-saturation",
|
|
7857
8137
|
"subitem": "violet",
|
|
@@ -7880,6 +8160,7 @@
|
|
|
7880
8160
|
"type": "color",
|
|
7881
8161
|
"attributes": {
|
|
7882
8162
|
"category": "color",
|
|
8163
|
+
"group": "medium-saturation",
|
|
7883
8164
|
"type": "color",
|
|
7884
8165
|
"item": "medium-saturation",
|
|
7885
8166
|
"subitem": "violet",
|
|
@@ -7908,6 +8189,7 @@
|
|
|
7908
8189
|
"type": "color",
|
|
7909
8190
|
"attributes": {
|
|
7910
8191
|
"category": "color",
|
|
8192
|
+
"group": "medium-saturation",
|
|
7911
8193
|
"type": "color",
|
|
7912
8194
|
"item": "medium-saturation",
|
|
7913
8195
|
"subitem": "violet",
|
|
@@ -7936,6 +8218,7 @@
|
|
|
7936
8218
|
"type": "color",
|
|
7937
8219
|
"attributes": {
|
|
7938
8220
|
"category": "color",
|
|
8221
|
+
"group": "medium-saturation",
|
|
7939
8222
|
"type": "color",
|
|
7940
8223
|
"item": "medium-saturation",
|
|
7941
8224
|
"subitem": "violet",
|
|
@@ -7964,6 +8247,7 @@
|
|
|
7964
8247
|
"type": "color",
|
|
7965
8248
|
"attributes": {
|
|
7966
8249
|
"category": "color",
|
|
8250
|
+
"group": "medium-saturation",
|
|
7967
8251
|
"type": "color",
|
|
7968
8252
|
"item": "medium-saturation",
|
|
7969
8253
|
"subitem": "violet",
|
|
@@ -7992,6 +8276,7 @@
|
|
|
7992
8276
|
"type": "color",
|
|
7993
8277
|
"attributes": {
|
|
7994
8278
|
"category": "color",
|
|
8279
|
+
"group": "medium-saturation",
|
|
7995
8280
|
"type": "color",
|
|
7996
8281
|
"item": "medium-saturation",
|
|
7997
8282
|
"subitem": "violet",
|
|
@@ -8020,6 +8305,7 @@
|
|
|
8020
8305
|
"type": "color",
|
|
8021
8306
|
"attributes": {
|
|
8022
8307
|
"category": "color",
|
|
8308
|
+
"group": "medium-saturation",
|
|
8023
8309
|
"type": "color",
|
|
8024
8310
|
"item": "medium-saturation",
|
|
8025
8311
|
"subitem": "violet",
|
|
@@ -8048,6 +8334,7 @@
|
|
|
8048
8334
|
"type": "color",
|
|
8049
8335
|
"attributes": {
|
|
8050
8336
|
"category": "color",
|
|
8337
|
+
"group": "medium-saturation",
|
|
8051
8338
|
"type": "color",
|
|
8052
8339
|
"item": "medium-saturation",
|
|
8053
8340
|
"subitem": "violet",
|
|
@@ -8076,6 +8363,7 @@
|
|
|
8076
8363
|
"type": "color",
|
|
8077
8364
|
"attributes": {
|
|
8078
8365
|
"category": "color",
|
|
8366
|
+
"group": "high-saturation",
|
|
8079
8367
|
"type": "color",
|
|
8080
8368
|
"item": "high-saturation",
|
|
8081
8369
|
"subitem": "blue",
|
|
@@ -8104,6 +8392,7 @@
|
|
|
8104
8392
|
"type": "color",
|
|
8105
8393
|
"attributes": {
|
|
8106
8394
|
"category": "color",
|
|
8395
|
+
"group": "high-saturation",
|
|
8107
8396
|
"type": "color",
|
|
8108
8397
|
"item": "high-saturation",
|
|
8109
8398
|
"subitem": "blue",
|
|
@@ -8132,6 +8421,7 @@
|
|
|
8132
8421
|
"type": "color",
|
|
8133
8422
|
"attributes": {
|
|
8134
8423
|
"category": "color",
|
|
8424
|
+
"group": "high-saturation",
|
|
8135
8425
|
"type": "color",
|
|
8136
8426
|
"item": "high-saturation",
|
|
8137
8427
|
"subitem": "blue",
|
|
@@ -8160,6 +8450,7 @@
|
|
|
8160
8450
|
"type": "color",
|
|
8161
8451
|
"attributes": {
|
|
8162
8452
|
"category": "color",
|
|
8453
|
+
"group": "high-saturation",
|
|
8163
8454
|
"type": "color",
|
|
8164
8455
|
"item": "high-saturation",
|
|
8165
8456
|
"subitem": "blue",
|
|
@@ -8188,6 +8479,7 @@
|
|
|
8188
8479
|
"type": "color",
|
|
8189
8480
|
"attributes": {
|
|
8190
8481
|
"category": "color",
|
|
8482
|
+
"group": "high-saturation",
|
|
8191
8483
|
"type": "color",
|
|
8192
8484
|
"item": "high-saturation",
|
|
8193
8485
|
"subitem": "blue",
|
|
@@ -8216,6 +8508,7 @@
|
|
|
8216
8508
|
"type": "color",
|
|
8217
8509
|
"attributes": {
|
|
8218
8510
|
"category": "color",
|
|
8511
|
+
"group": "high-saturation",
|
|
8219
8512
|
"type": "color",
|
|
8220
8513
|
"item": "high-saturation",
|
|
8221
8514
|
"subitem": "blue",
|
|
@@ -8244,6 +8537,7 @@
|
|
|
8244
8537
|
"type": "color",
|
|
8245
8538
|
"attributes": {
|
|
8246
8539
|
"category": "color",
|
|
8540
|
+
"group": "high-saturation",
|
|
8247
8541
|
"type": "color",
|
|
8248
8542
|
"item": "high-saturation",
|
|
8249
8543
|
"subitem": "blue",
|
|
@@ -8272,6 +8566,7 @@
|
|
|
8272
8566
|
"type": "color",
|
|
8273
8567
|
"attributes": {
|
|
8274
8568
|
"category": "color",
|
|
8569
|
+
"group": "high-saturation",
|
|
8275
8570
|
"type": "color",
|
|
8276
8571
|
"item": "high-saturation",
|
|
8277
8572
|
"subitem": "blue",
|
|
@@ -8300,6 +8595,7 @@
|
|
|
8300
8595
|
"type": "color",
|
|
8301
8596
|
"attributes": {
|
|
8302
8597
|
"category": "color",
|
|
8598
|
+
"group": "high-saturation",
|
|
8303
8599
|
"type": "color",
|
|
8304
8600
|
"item": "high-saturation",
|
|
8305
8601
|
"subitem": "blue",
|
|
@@ -8328,6 +8624,7 @@
|
|
|
8328
8624
|
"type": "color",
|
|
8329
8625
|
"attributes": {
|
|
8330
8626
|
"category": "color",
|
|
8627
|
+
"group": "high-saturation",
|
|
8331
8628
|
"type": "color",
|
|
8332
8629
|
"item": "high-saturation",
|
|
8333
8630
|
"subitem": "blue",
|
|
@@ -8356,6 +8653,7 @@
|
|
|
8356
8653
|
"type": "color",
|
|
8357
8654
|
"attributes": {
|
|
8358
8655
|
"category": "color",
|
|
8656
|
+
"group": "high-saturation",
|
|
8359
8657
|
"type": "color",
|
|
8360
8658
|
"item": "high-saturation",
|
|
8361
8659
|
"subitem": "green-blue",
|
|
@@ -8384,6 +8682,7 @@
|
|
|
8384
8682
|
"type": "color",
|
|
8385
8683
|
"attributes": {
|
|
8386
8684
|
"category": "color",
|
|
8685
|
+
"group": "high-saturation",
|
|
8387
8686
|
"type": "color",
|
|
8388
8687
|
"item": "high-saturation",
|
|
8389
8688
|
"subitem": "green-blue",
|
|
@@ -8412,6 +8711,7 @@
|
|
|
8412
8711
|
"type": "color",
|
|
8413
8712
|
"attributes": {
|
|
8414
8713
|
"category": "color",
|
|
8714
|
+
"group": "high-saturation",
|
|
8415
8715
|
"type": "color",
|
|
8416
8716
|
"item": "high-saturation",
|
|
8417
8717
|
"subitem": "green-blue",
|
|
@@ -8440,6 +8740,7 @@
|
|
|
8440
8740
|
"type": "color",
|
|
8441
8741
|
"attributes": {
|
|
8442
8742
|
"category": "color",
|
|
8743
|
+
"group": "high-saturation",
|
|
8443
8744
|
"type": "color",
|
|
8444
8745
|
"item": "high-saturation",
|
|
8445
8746
|
"subitem": "green-blue",
|
|
@@ -8468,6 +8769,7 @@
|
|
|
8468
8769
|
"type": "color",
|
|
8469
8770
|
"attributes": {
|
|
8470
8771
|
"category": "color",
|
|
8772
|
+
"group": "high-saturation",
|
|
8471
8773
|
"type": "color",
|
|
8472
8774
|
"item": "high-saturation",
|
|
8473
8775
|
"subitem": "green-blue",
|
|
@@ -8496,6 +8798,7 @@
|
|
|
8496
8798
|
"type": "color",
|
|
8497
8799
|
"attributes": {
|
|
8498
8800
|
"category": "color",
|
|
8801
|
+
"group": "high-saturation",
|
|
8499
8802
|
"type": "color",
|
|
8500
8803
|
"item": "high-saturation",
|
|
8501
8804
|
"subitem": "green-blue",
|
|
@@ -8524,6 +8827,7 @@
|
|
|
8524
8827
|
"type": "color",
|
|
8525
8828
|
"attributes": {
|
|
8526
8829
|
"category": "color",
|
|
8830
|
+
"group": "high-saturation",
|
|
8527
8831
|
"type": "color",
|
|
8528
8832
|
"item": "high-saturation",
|
|
8529
8833
|
"subitem": "green-blue",
|
|
@@ -8552,6 +8856,7 @@
|
|
|
8552
8856
|
"type": "color",
|
|
8553
8857
|
"attributes": {
|
|
8554
8858
|
"category": "color",
|
|
8859
|
+
"group": "high-saturation",
|
|
8555
8860
|
"type": "color",
|
|
8556
8861
|
"item": "high-saturation",
|
|
8557
8862
|
"subitem": "green-blue",
|
|
@@ -8580,6 +8885,7 @@
|
|
|
8580
8885
|
"type": "color",
|
|
8581
8886
|
"attributes": {
|
|
8582
8887
|
"category": "color",
|
|
8888
|
+
"group": "high-saturation",
|
|
8583
8889
|
"type": "color",
|
|
8584
8890
|
"item": "high-saturation",
|
|
8585
8891
|
"subitem": "green-blue",
|
|
@@ -8608,6 +8914,7 @@
|
|
|
8608
8914
|
"type": "color",
|
|
8609
8915
|
"attributes": {
|
|
8610
8916
|
"category": "color",
|
|
8917
|
+
"group": "high-saturation",
|
|
8611
8918
|
"type": "color",
|
|
8612
8919
|
"item": "high-saturation",
|
|
8613
8920
|
"subitem": "green-blue",
|
|
@@ -8636,6 +8943,7 @@
|
|
|
8636
8943
|
"type": "color",
|
|
8637
8944
|
"attributes": {
|
|
8638
8945
|
"category": "color",
|
|
8946
|
+
"group": "high-saturation",
|
|
8639
8947
|
"type": "color",
|
|
8640
8948
|
"item": "high-saturation",
|
|
8641
8949
|
"subitem": "green",
|
|
@@ -8664,6 +8972,7 @@
|
|
|
8664
8972
|
"type": "color",
|
|
8665
8973
|
"attributes": {
|
|
8666
8974
|
"category": "color",
|
|
8975
|
+
"group": "high-saturation",
|
|
8667
8976
|
"type": "color",
|
|
8668
8977
|
"item": "high-saturation",
|
|
8669
8978
|
"subitem": "green",
|
|
@@ -8692,6 +9001,7 @@
|
|
|
8692
9001
|
"type": "color",
|
|
8693
9002
|
"attributes": {
|
|
8694
9003
|
"category": "color",
|
|
9004
|
+
"group": "high-saturation",
|
|
8695
9005
|
"type": "color",
|
|
8696
9006
|
"item": "high-saturation",
|
|
8697
9007
|
"subitem": "green",
|
|
@@ -8720,6 +9030,7 @@
|
|
|
8720
9030
|
"type": "color",
|
|
8721
9031
|
"attributes": {
|
|
8722
9032
|
"category": "color",
|
|
9033
|
+
"group": "high-saturation",
|
|
8723
9034
|
"type": "color",
|
|
8724
9035
|
"item": "high-saturation",
|
|
8725
9036
|
"subitem": "green",
|
|
@@ -8748,6 +9059,7 @@
|
|
|
8748
9059
|
"type": "color",
|
|
8749
9060
|
"attributes": {
|
|
8750
9061
|
"category": "color",
|
|
9062
|
+
"group": "high-saturation",
|
|
8751
9063
|
"type": "color",
|
|
8752
9064
|
"item": "high-saturation",
|
|
8753
9065
|
"subitem": "green",
|
|
@@ -8776,6 +9088,7 @@
|
|
|
8776
9088
|
"type": "color",
|
|
8777
9089
|
"attributes": {
|
|
8778
9090
|
"category": "color",
|
|
9091
|
+
"group": "high-saturation",
|
|
8779
9092
|
"type": "color",
|
|
8780
9093
|
"item": "high-saturation",
|
|
8781
9094
|
"subitem": "green",
|
|
@@ -8804,6 +9117,7 @@
|
|
|
8804
9117
|
"type": "color",
|
|
8805
9118
|
"attributes": {
|
|
8806
9119
|
"category": "color",
|
|
9120
|
+
"group": "high-saturation",
|
|
8807
9121
|
"type": "color",
|
|
8808
9122
|
"item": "high-saturation",
|
|
8809
9123
|
"subitem": "green",
|
|
@@ -8832,6 +9146,7 @@
|
|
|
8832
9146
|
"type": "color",
|
|
8833
9147
|
"attributes": {
|
|
8834
9148
|
"category": "color",
|
|
9149
|
+
"group": "high-saturation",
|
|
8835
9150
|
"type": "color",
|
|
8836
9151
|
"item": "high-saturation",
|
|
8837
9152
|
"subitem": "green",
|
|
@@ -8860,6 +9175,7 @@
|
|
|
8860
9175
|
"type": "color",
|
|
8861
9176
|
"attributes": {
|
|
8862
9177
|
"category": "color",
|
|
9178
|
+
"group": "high-saturation",
|
|
8863
9179
|
"type": "color",
|
|
8864
9180
|
"item": "high-saturation",
|
|
8865
9181
|
"subitem": "green",
|
|
@@ -8888,6 +9204,7 @@
|
|
|
8888
9204
|
"type": "color",
|
|
8889
9205
|
"attributes": {
|
|
8890
9206
|
"category": "color",
|
|
9207
|
+
"group": "high-saturation",
|
|
8891
9208
|
"type": "color",
|
|
8892
9209
|
"item": "high-saturation",
|
|
8893
9210
|
"subitem": "green",
|
|
@@ -8916,6 +9233,7 @@
|
|
|
8916
9233
|
"type": "color",
|
|
8917
9234
|
"attributes": {
|
|
8918
9235
|
"category": "color",
|
|
9236
|
+
"group": "high-saturation",
|
|
8919
9237
|
"type": "color",
|
|
8920
9238
|
"item": "high-saturation",
|
|
8921
9239
|
"subitem": "yellow-green",
|
|
@@ -8944,6 +9262,7 @@
|
|
|
8944
9262
|
"type": "color",
|
|
8945
9263
|
"attributes": {
|
|
8946
9264
|
"category": "color",
|
|
9265
|
+
"group": "high-saturation",
|
|
8947
9266
|
"type": "color",
|
|
8948
9267
|
"item": "high-saturation",
|
|
8949
9268
|
"subitem": "yellow-green",
|
|
@@ -8972,6 +9291,7 @@
|
|
|
8972
9291
|
"type": "color",
|
|
8973
9292
|
"attributes": {
|
|
8974
9293
|
"category": "color",
|
|
9294
|
+
"group": "high-saturation",
|
|
8975
9295
|
"type": "color",
|
|
8976
9296
|
"item": "high-saturation",
|
|
8977
9297
|
"subitem": "yellow-green",
|
|
@@ -9000,6 +9320,7 @@
|
|
|
9000
9320
|
"type": "color",
|
|
9001
9321
|
"attributes": {
|
|
9002
9322
|
"category": "color",
|
|
9323
|
+
"group": "high-saturation",
|
|
9003
9324
|
"type": "color",
|
|
9004
9325
|
"item": "high-saturation",
|
|
9005
9326
|
"subitem": "yellow-green",
|
|
@@ -9028,6 +9349,7 @@
|
|
|
9028
9349
|
"type": "color",
|
|
9029
9350
|
"attributes": {
|
|
9030
9351
|
"category": "color",
|
|
9352
|
+
"group": "high-saturation",
|
|
9031
9353
|
"type": "color",
|
|
9032
9354
|
"item": "high-saturation",
|
|
9033
9355
|
"subitem": "yellow-green",
|
|
@@ -9056,6 +9378,7 @@
|
|
|
9056
9378
|
"type": "color",
|
|
9057
9379
|
"attributes": {
|
|
9058
9380
|
"category": "color",
|
|
9381
|
+
"group": "high-saturation",
|
|
9059
9382
|
"type": "color",
|
|
9060
9383
|
"item": "high-saturation",
|
|
9061
9384
|
"subitem": "yellow-green",
|
|
@@ -9084,6 +9407,7 @@
|
|
|
9084
9407
|
"type": "color",
|
|
9085
9408
|
"attributes": {
|
|
9086
9409
|
"category": "color",
|
|
9410
|
+
"group": "high-saturation",
|
|
9087
9411
|
"type": "color",
|
|
9088
9412
|
"item": "high-saturation",
|
|
9089
9413
|
"subitem": "yellow-green",
|
|
@@ -9112,6 +9436,7 @@
|
|
|
9112
9436
|
"type": "color",
|
|
9113
9437
|
"attributes": {
|
|
9114
9438
|
"category": "color",
|
|
9439
|
+
"group": "high-saturation",
|
|
9115
9440
|
"type": "color",
|
|
9116
9441
|
"item": "high-saturation",
|
|
9117
9442
|
"subitem": "yellow-green",
|
|
@@ -9140,6 +9465,7 @@
|
|
|
9140
9465
|
"type": "color",
|
|
9141
9466
|
"attributes": {
|
|
9142
9467
|
"category": "color",
|
|
9468
|
+
"group": "high-saturation",
|
|
9143
9469
|
"type": "color",
|
|
9144
9470
|
"item": "high-saturation",
|
|
9145
9471
|
"subitem": "yellow-green",
|
|
@@ -9168,6 +9494,7 @@
|
|
|
9168
9494
|
"type": "color",
|
|
9169
9495
|
"attributes": {
|
|
9170
9496
|
"category": "color",
|
|
9497
|
+
"group": "high-saturation",
|
|
9171
9498
|
"type": "color",
|
|
9172
9499
|
"item": "high-saturation",
|
|
9173
9500
|
"subitem": "yellow-green",
|
|
@@ -9196,6 +9523,7 @@
|
|
|
9196
9523
|
"type": "color",
|
|
9197
9524
|
"attributes": {
|
|
9198
9525
|
"category": "color",
|
|
9526
|
+
"group": "high-saturation",
|
|
9199
9527
|
"type": "color",
|
|
9200
9528
|
"item": "high-saturation",
|
|
9201
9529
|
"subitem": "yellow",
|
|
@@ -9224,6 +9552,7 @@
|
|
|
9224
9552
|
"type": "color",
|
|
9225
9553
|
"attributes": {
|
|
9226
9554
|
"category": "color",
|
|
9555
|
+
"group": "high-saturation",
|
|
9227
9556
|
"type": "color",
|
|
9228
9557
|
"item": "high-saturation",
|
|
9229
9558
|
"subitem": "yellow",
|
|
@@ -9252,6 +9581,7 @@
|
|
|
9252
9581
|
"type": "color",
|
|
9253
9582
|
"attributes": {
|
|
9254
9583
|
"category": "color",
|
|
9584
|
+
"group": "high-saturation",
|
|
9255
9585
|
"type": "color",
|
|
9256
9586
|
"item": "high-saturation",
|
|
9257
9587
|
"subitem": "yellow",
|
|
@@ -9280,6 +9610,7 @@
|
|
|
9280
9610
|
"type": "color",
|
|
9281
9611
|
"attributes": {
|
|
9282
9612
|
"category": "color",
|
|
9613
|
+
"group": "high-saturation",
|
|
9283
9614
|
"type": "color",
|
|
9284
9615
|
"item": "high-saturation",
|
|
9285
9616
|
"subitem": "yellow",
|
|
@@ -9308,6 +9639,7 @@
|
|
|
9308
9639
|
"type": "color",
|
|
9309
9640
|
"attributes": {
|
|
9310
9641
|
"category": "color",
|
|
9642
|
+
"group": "high-saturation",
|
|
9311
9643
|
"type": "color",
|
|
9312
9644
|
"item": "high-saturation",
|
|
9313
9645
|
"subitem": "yellow",
|
|
@@ -9336,6 +9668,7 @@
|
|
|
9336
9668
|
"type": "color",
|
|
9337
9669
|
"attributes": {
|
|
9338
9670
|
"category": "color",
|
|
9671
|
+
"group": "high-saturation",
|
|
9339
9672
|
"type": "color",
|
|
9340
9673
|
"item": "high-saturation",
|
|
9341
9674
|
"subitem": "yellow",
|
|
@@ -9364,6 +9697,7 @@
|
|
|
9364
9697
|
"type": "color",
|
|
9365
9698
|
"attributes": {
|
|
9366
9699
|
"category": "color",
|
|
9700
|
+
"group": "high-saturation",
|
|
9367
9701
|
"type": "color",
|
|
9368
9702
|
"item": "high-saturation",
|
|
9369
9703
|
"subitem": "yellow",
|
|
@@ -9392,6 +9726,7 @@
|
|
|
9392
9726
|
"type": "color",
|
|
9393
9727
|
"attributes": {
|
|
9394
9728
|
"category": "color",
|
|
9729
|
+
"group": "high-saturation",
|
|
9395
9730
|
"type": "color",
|
|
9396
9731
|
"item": "high-saturation",
|
|
9397
9732
|
"subitem": "yellow",
|
|
@@ -9420,6 +9755,7 @@
|
|
|
9420
9755
|
"type": "color",
|
|
9421
9756
|
"attributes": {
|
|
9422
9757
|
"category": "color",
|
|
9758
|
+
"group": "high-saturation",
|
|
9423
9759
|
"type": "color",
|
|
9424
9760
|
"item": "high-saturation",
|
|
9425
9761
|
"subitem": "yellow",
|
|
@@ -9448,6 +9784,7 @@
|
|
|
9448
9784
|
"type": "color",
|
|
9449
9785
|
"attributes": {
|
|
9450
9786
|
"category": "color",
|
|
9787
|
+
"group": "high-saturation",
|
|
9451
9788
|
"type": "color",
|
|
9452
9789
|
"item": "high-saturation",
|
|
9453
9790
|
"subitem": "yellow",
|
|
@@ -9476,6 +9813,7 @@
|
|
|
9476
9813
|
"type": "color",
|
|
9477
9814
|
"attributes": {
|
|
9478
9815
|
"category": "color",
|
|
9816
|
+
"group": "high-saturation",
|
|
9479
9817
|
"type": "color",
|
|
9480
9818
|
"item": "high-saturation",
|
|
9481
9819
|
"subitem": "orange-yellow",
|
|
@@ -9504,6 +9842,7 @@
|
|
|
9504
9842
|
"type": "color",
|
|
9505
9843
|
"attributes": {
|
|
9506
9844
|
"category": "color",
|
|
9845
|
+
"group": "high-saturation",
|
|
9507
9846
|
"type": "color",
|
|
9508
9847
|
"item": "high-saturation",
|
|
9509
9848
|
"subitem": "orange-yellow",
|
|
@@ -9532,6 +9871,7 @@
|
|
|
9532
9871
|
"type": "color",
|
|
9533
9872
|
"attributes": {
|
|
9534
9873
|
"category": "color",
|
|
9874
|
+
"group": "high-saturation",
|
|
9535
9875
|
"type": "color",
|
|
9536
9876
|
"item": "high-saturation",
|
|
9537
9877
|
"subitem": "orange-yellow",
|
|
@@ -9560,6 +9900,7 @@
|
|
|
9560
9900
|
"type": "color",
|
|
9561
9901
|
"attributes": {
|
|
9562
9902
|
"category": "color",
|
|
9903
|
+
"group": "high-saturation",
|
|
9563
9904
|
"type": "color",
|
|
9564
9905
|
"item": "high-saturation",
|
|
9565
9906
|
"subitem": "orange-yellow",
|
|
@@ -9588,6 +9929,7 @@
|
|
|
9588
9929
|
"type": "color",
|
|
9589
9930
|
"attributes": {
|
|
9590
9931
|
"category": "color",
|
|
9932
|
+
"group": "high-saturation",
|
|
9591
9933
|
"type": "color",
|
|
9592
9934
|
"item": "high-saturation",
|
|
9593
9935
|
"subitem": "orange-yellow",
|
|
@@ -9616,6 +9958,7 @@
|
|
|
9616
9958
|
"type": "color",
|
|
9617
9959
|
"attributes": {
|
|
9618
9960
|
"category": "color",
|
|
9961
|
+
"group": "high-saturation",
|
|
9619
9962
|
"type": "color",
|
|
9620
9963
|
"item": "high-saturation",
|
|
9621
9964
|
"subitem": "orange-yellow",
|
|
@@ -9644,6 +9987,7 @@
|
|
|
9644
9987
|
"type": "color",
|
|
9645
9988
|
"attributes": {
|
|
9646
9989
|
"category": "color",
|
|
9990
|
+
"group": "high-saturation",
|
|
9647
9991
|
"type": "color",
|
|
9648
9992
|
"item": "high-saturation",
|
|
9649
9993
|
"subitem": "orange-yellow",
|
|
@@ -9672,6 +10016,7 @@
|
|
|
9672
10016
|
"type": "color",
|
|
9673
10017
|
"attributes": {
|
|
9674
10018
|
"category": "color",
|
|
10019
|
+
"group": "high-saturation",
|
|
9675
10020
|
"type": "color",
|
|
9676
10021
|
"item": "high-saturation",
|
|
9677
10022
|
"subitem": "orange-yellow",
|
|
@@ -9700,6 +10045,7 @@
|
|
|
9700
10045
|
"type": "color",
|
|
9701
10046
|
"attributes": {
|
|
9702
10047
|
"category": "color",
|
|
10048
|
+
"group": "high-saturation",
|
|
9703
10049
|
"type": "color",
|
|
9704
10050
|
"item": "high-saturation",
|
|
9705
10051
|
"subitem": "orange-yellow",
|
|
@@ -9728,6 +10074,7 @@
|
|
|
9728
10074
|
"type": "color",
|
|
9729
10075
|
"attributes": {
|
|
9730
10076
|
"category": "color",
|
|
10077
|
+
"group": "high-saturation",
|
|
9731
10078
|
"type": "color",
|
|
9732
10079
|
"item": "high-saturation",
|
|
9733
10080
|
"subitem": "orange-yellow",
|
|
@@ -9756,6 +10103,7 @@
|
|
|
9756
10103
|
"type": "color",
|
|
9757
10104
|
"attributes": {
|
|
9758
10105
|
"category": "color",
|
|
10106
|
+
"group": "high-saturation",
|
|
9759
10107
|
"type": "color",
|
|
9760
10108
|
"item": "high-saturation",
|
|
9761
10109
|
"subitem": "orange",
|
|
@@ -9784,6 +10132,7 @@
|
|
|
9784
10132
|
"type": "color",
|
|
9785
10133
|
"attributes": {
|
|
9786
10134
|
"category": "color",
|
|
10135
|
+
"group": "high-saturation",
|
|
9787
10136
|
"type": "color",
|
|
9788
10137
|
"item": "high-saturation",
|
|
9789
10138
|
"subitem": "orange",
|
|
@@ -9812,6 +10161,7 @@
|
|
|
9812
10161
|
"type": "color",
|
|
9813
10162
|
"attributes": {
|
|
9814
10163
|
"category": "color",
|
|
10164
|
+
"group": "high-saturation",
|
|
9815
10165
|
"type": "color",
|
|
9816
10166
|
"item": "high-saturation",
|
|
9817
10167
|
"subitem": "orange",
|
|
@@ -9840,6 +10190,7 @@
|
|
|
9840
10190
|
"type": "color",
|
|
9841
10191
|
"attributes": {
|
|
9842
10192
|
"category": "color",
|
|
10193
|
+
"group": "high-saturation",
|
|
9843
10194
|
"type": "color",
|
|
9844
10195
|
"item": "high-saturation",
|
|
9845
10196
|
"subitem": "orange",
|
|
@@ -9868,6 +10219,7 @@
|
|
|
9868
10219
|
"type": "color",
|
|
9869
10220
|
"attributes": {
|
|
9870
10221
|
"category": "color",
|
|
10222
|
+
"group": "high-saturation",
|
|
9871
10223
|
"type": "color",
|
|
9872
10224
|
"item": "high-saturation",
|
|
9873
10225
|
"subitem": "orange",
|
|
@@ -9896,6 +10248,7 @@
|
|
|
9896
10248
|
"type": "color",
|
|
9897
10249
|
"attributes": {
|
|
9898
10250
|
"category": "color",
|
|
10251
|
+
"group": "high-saturation",
|
|
9899
10252
|
"type": "color",
|
|
9900
10253
|
"item": "high-saturation",
|
|
9901
10254
|
"subitem": "orange",
|
|
@@ -9924,6 +10277,7 @@
|
|
|
9924
10277
|
"type": "color",
|
|
9925
10278
|
"attributes": {
|
|
9926
10279
|
"category": "color",
|
|
10280
|
+
"group": "high-saturation",
|
|
9927
10281
|
"type": "color",
|
|
9928
10282
|
"item": "high-saturation",
|
|
9929
10283
|
"subitem": "orange",
|
|
@@ -9952,6 +10306,7 @@
|
|
|
9952
10306
|
"type": "color",
|
|
9953
10307
|
"attributes": {
|
|
9954
10308
|
"category": "color",
|
|
10309
|
+
"group": "high-saturation",
|
|
9955
10310
|
"type": "color",
|
|
9956
10311
|
"item": "high-saturation",
|
|
9957
10312
|
"subitem": "orange",
|
|
@@ -9980,6 +10335,7 @@
|
|
|
9980
10335
|
"type": "color",
|
|
9981
10336
|
"attributes": {
|
|
9982
10337
|
"category": "color",
|
|
10338
|
+
"group": "high-saturation",
|
|
9983
10339
|
"type": "color",
|
|
9984
10340
|
"item": "high-saturation",
|
|
9985
10341
|
"subitem": "orange",
|
|
@@ -10008,6 +10364,7 @@
|
|
|
10008
10364
|
"type": "color",
|
|
10009
10365
|
"attributes": {
|
|
10010
10366
|
"category": "color",
|
|
10367
|
+
"group": "high-saturation",
|
|
10011
10368
|
"type": "color",
|
|
10012
10369
|
"item": "high-saturation",
|
|
10013
10370
|
"subitem": "orange",
|
|
@@ -10036,6 +10393,7 @@
|
|
|
10036
10393
|
"type": "color",
|
|
10037
10394
|
"attributes": {
|
|
10038
10395
|
"category": "color",
|
|
10396
|
+
"group": "high-saturation",
|
|
10039
10397
|
"type": "color",
|
|
10040
10398
|
"item": "high-saturation",
|
|
10041
10399
|
"subitem": "red-orange",
|
|
@@ -10064,6 +10422,7 @@
|
|
|
10064
10422
|
"type": "color",
|
|
10065
10423
|
"attributes": {
|
|
10066
10424
|
"category": "color",
|
|
10425
|
+
"group": "high-saturation",
|
|
10067
10426
|
"type": "color",
|
|
10068
10427
|
"item": "high-saturation",
|
|
10069
10428
|
"subitem": "red-orange",
|
|
@@ -10092,6 +10451,7 @@
|
|
|
10092
10451
|
"type": "color",
|
|
10093
10452
|
"attributes": {
|
|
10094
10453
|
"category": "color",
|
|
10454
|
+
"group": "high-saturation",
|
|
10095
10455
|
"type": "color",
|
|
10096
10456
|
"item": "high-saturation",
|
|
10097
10457
|
"subitem": "red-orange",
|
|
@@ -10120,6 +10480,7 @@
|
|
|
10120
10480
|
"type": "color",
|
|
10121
10481
|
"attributes": {
|
|
10122
10482
|
"category": "color",
|
|
10483
|
+
"group": "high-saturation",
|
|
10123
10484
|
"type": "color",
|
|
10124
10485
|
"item": "high-saturation",
|
|
10125
10486
|
"subitem": "red-orange",
|
|
@@ -10148,6 +10509,7 @@
|
|
|
10148
10509
|
"type": "color",
|
|
10149
10510
|
"attributes": {
|
|
10150
10511
|
"category": "color",
|
|
10512
|
+
"group": "high-saturation",
|
|
10151
10513
|
"type": "color",
|
|
10152
10514
|
"item": "high-saturation",
|
|
10153
10515
|
"subitem": "red-orange",
|
|
@@ -10176,6 +10538,7 @@
|
|
|
10176
10538
|
"type": "color",
|
|
10177
10539
|
"attributes": {
|
|
10178
10540
|
"category": "color",
|
|
10541
|
+
"group": "high-saturation",
|
|
10179
10542
|
"type": "color",
|
|
10180
10543
|
"item": "high-saturation",
|
|
10181
10544
|
"subitem": "red-orange",
|
|
@@ -10204,6 +10567,7 @@
|
|
|
10204
10567
|
"type": "color",
|
|
10205
10568
|
"attributes": {
|
|
10206
10569
|
"category": "color",
|
|
10570
|
+
"group": "high-saturation",
|
|
10207
10571
|
"type": "color",
|
|
10208
10572
|
"item": "high-saturation",
|
|
10209
10573
|
"subitem": "red-orange",
|
|
@@ -10232,6 +10596,7 @@
|
|
|
10232
10596
|
"type": "color",
|
|
10233
10597
|
"attributes": {
|
|
10234
10598
|
"category": "color",
|
|
10599
|
+
"group": "high-saturation",
|
|
10235
10600
|
"type": "color",
|
|
10236
10601
|
"item": "high-saturation",
|
|
10237
10602
|
"subitem": "red-orange",
|
|
@@ -10260,6 +10625,7 @@
|
|
|
10260
10625
|
"type": "color",
|
|
10261
10626
|
"attributes": {
|
|
10262
10627
|
"category": "color",
|
|
10628
|
+
"group": "high-saturation",
|
|
10263
10629
|
"type": "color",
|
|
10264
10630
|
"item": "high-saturation",
|
|
10265
10631
|
"subitem": "red-orange",
|
|
@@ -10288,6 +10654,7 @@
|
|
|
10288
10654
|
"type": "color",
|
|
10289
10655
|
"attributes": {
|
|
10290
10656
|
"category": "color",
|
|
10657
|
+
"group": "high-saturation",
|
|
10291
10658
|
"type": "color",
|
|
10292
10659
|
"item": "high-saturation",
|
|
10293
10660
|
"subitem": "red-orange",
|
|
@@ -10316,6 +10683,7 @@
|
|
|
10316
10683
|
"type": "color",
|
|
10317
10684
|
"attributes": {
|
|
10318
10685
|
"category": "color",
|
|
10686
|
+
"group": "high-saturation",
|
|
10319
10687
|
"type": "color",
|
|
10320
10688
|
"item": "high-saturation",
|
|
10321
10689
|
"subitem": "red",
|
|
@@ -10344,6 +10712,7 @@
|
|
|
10344
10712
|
"type": "color",
|
|
10345
10713
|
"attributes": {
|
|
10346
10714
|
"category": "color",
|
|
10715
|
+
"group": "high-saturation",
|
|
10347
10716
|
"type": "color",
|
|
10348
10717
|
"item": "high-saturation",
|
|
10349
10718
|
"subitem": "red",
|
|
@@ -10372,6 +10741,7 @@
|
|
|
10372
10741
|
"type": "color",
|
|
10373
10742
|
"attributes": {
|
|
10374
10743
|
"category": "color",
|
|
10744
|
+
"group": "high-saturation",
|
|
10375
10745
|
"type": "color",
|
|
10376
10746
|
"item": "high-saturation",
|
|
10377
10747
|
"subitem": "red",
|
|
@@ -10400,6 +10770,7 @@
|
|
|
10400
10770
|
"type": "color",
|
|
10401
10771
|
"attributes": {
|
|
10402
10772
|
"category": "color",
|
|
10773
|
+
"group": "high-saturation",
|
|
10403
10774
|
"type": "color",
|
|
10404
10775
|
"item": "high-saturation",
|
|
10405
10776
|
"subitem": "red",
|
|
@@ -10428,6 +10799,7 @@
|
|
|
10428
10799
|
"type": "color",
|
|
10429
10800
|
"attributes": {
|
|
10430
10801
|
"category": "color",
|
|
10802
|
+
"group": "high-saturation",
|
|
10431
10803
|
"type": "color",
|
|
10432
10804
|
"item": "high-saturation",
|
|
10433
10805
|
"subitem": "red",
|
|
@@ -10456,6 +10828,7 @@
|
|
|
10456
10828
|
"type": "color",
|
|
10457
10829
|
"attributes": {
|
|
10458
10830
|
"category": "color",
|
|
10831
|
+
"group": "high-saturation",
|
|
10459
10832
|
"type": "color",
|
|
10460
10833
|
"item": "high-saturation",
|
|
10461
10834
|
"subitem": "red",
|
|
@@ -10484,6 +10857,7 @@
|
|
|
10484
10857
|
"type": "color",
|
|
10485
10858
|
"attributes": {
|
|
10486
10859
|
"category": "color",
|
|
10860
|
+
"group": "high-saturation",
|
|
10487
10861
|
"type": "color",
|
|
10488
10862
|
"item": "high-saturation",
|
|
10489
10863
|
"subitem": "red",
|
|
@@ -10512,6 +10886,7 @@
|
|
|
10512
10886
|
"type": "color",
|
|
10513
10887
|
"attributes": {
|
|
10514
10888
|
"category": "color",
|
|
10889
|
+
"group": "high-saturation",
|
|
10515
10890
|
"type": "color",
|
|
10516
10891
|
"item": "high-saturation",
|
|
10517
10892
|
"subitem": "red",
|
|
@@ -10540,6 +10915,7 @@
|
|
|
10540
10915
|
"type": "color",
|
|
10541
10916
|
"attributes": {
|
|
10542
10917
|
"category": "color",
|
|
10918
|
+
"group": "high-saturation",
|
|
10543
10919
|
"type": "color",
|
|
10544
10920
|
"item": "high-saturation",
|
|
10545
10921
|
"subitem": "red",
|
|
@@ -10568,6 +10944,7 @@
|
|
|
10568
10944
|
"type": "color",
|
|
10569
10945
|
"attributes": {
|
|
10570
10946
|
"category": "color",
|
|
10947
|
+
"group": "high-saturation",
|
|
10571
10948
|
"type": "color",
|
|
10572
10949
|
"item": "high-saturation",
|
|
10573
10950
|
"subitem": "red",
|
|
@@ -10596,6 +10973,7 @@
|
|
|
10596
10973
|
"type": "color",
|
|
10597
10974
|
"attributes": {
|
|
10598
10975
|
"category": "color",
|
|
10976
|
+
"group": "high-saturation",
|
|
10599
10977
|
"type": "color",
|
|
10600
10978
|
"item": "high-saturation",
|
|
10601
10979
|
"subitem": "pink",
|
|
@@ -10624,6 +11002,7 @@
|
|
|
10624
11002
|
"type": "color",
|
|
10625
11003
|
"attributes": {
|
|
10626
11004
|
"category": "color",
|
|
11005
|
+
"group": "high-saturation",
|
|
10627
11006
|
"type": "color",
|
|
10628
11007
|
"item": "high-saturation",
|
|
10629
11008
|
"subitem": "pink",
|
|
@@ -10652,6 +11031,7 @@
|
|
|
10652
11031
|
"type": "color",
|
|
10653
11032
|
"attributes": {
|
|
10654
11033
|
"category": "color",
|
|
11034
|
+
"group": "high-saturation",
|
|
10655
11035
|
"type": "color",
|
|
10656
11036
|
"item": "high-saturation",
|
|
10657
11037
|
"subitem": "pink",
|
|
@@ -10680,6 +11060,7 @@
|
|
|
10680
11060
|
"type": "color",
|
|
10681
11061
|
"attributes": {
|
|
10682
11062
|
"category": "color",
|
|
11063
|
+
"group": "high-saturation",
|
|
10683
11064
|
"type": "color",
|
|
10684
11065
|
"item": "high-saturation",
|
|
10685
11066
|
"subitem": "pink",
|
|
@@ -10708,6 +11089,7 @@
|
|
|
10708
11089
|
"type": "color",
|
|
10709
11090
|
"attributes": {
|
|
10710
11091
|
"category": "color",
|
|
11092
|
+
"group": "high-saturation",
|
|
10711
11093
|
"type": "color",
|
|
10712
11094
|
"item": "high-saturation",
|
|
10713
11095
|
"subitem": "pink",
|
|
@@ -10736,6 +11118,7 @@
|
|
|
10736
11118
|
"type": "color",
|
|
10737
11119
|
"attributes": {
|
|
10738
11120
|
"category": "color",
|
|
11121
|
+
"group": "high-saturation",
|
|
10739
11122
|
"type": "color",
|
|
10740
11123
|
"item": "high-saturation",
|
|
10741
11124
|
"subitem": "pink",
|
|
@@ -10764,6 +11147,7 @@
|
|
|
10764
11147
|
"type": "color",
|
|
10765
11148
|
"attributes": {
|
|
10766
11149
|
"category": "color",
|
|
11150
|
+
"group": "high-saturation",
|
|
10767
11151
|
"type": "color",
|
|
10768
11152
|
"item": "high-saturation",
|
|
10769
11153
|
"subitem": "pink",
|
|
@@ -10792,6 +11176,7 @@
|
|
|
10792
11176
|
"type": "color",
|
|
10793
11177
|
"attributes": {
|
|
10794
11178
|
"category": "color",
|
|
11179
|
+
"group": "high-saturation",
|
|
10795
11180
|
"type": "color",
|
|
10796
11181
|
"item": "high-saturation",
|
|
10797
11182
|
"subitem": "pink",
|
|
@@ -10820,6 +11205,7 @@
|
|
|
10820
11205
|
"type": "color",
|
|
10821
11206
|
"attributes": {
|
|
10822
11207
|
"category": "color",
|
|
11208
|
+
"group": "high-saturation",
|
|
10823
11209
|
"type": "color",
|
|
10824
11210
|
"item": "high-saturation",
|
|
10825
11211
|
"subitem": "pink",
|
|
@@ -10848,6 +11234,7 @@
|
|
|
10848
11234
|
"type": "color",
|
|
10849
11235
|
"attributes": {
|
|
10850
11236
|
"category": "color",
|
|
11237
|
+
"group": "high-saturation",
|
|
10851
11238
|
"type": "color",
|
|
10852
11239
|
"item": "high-saturation",
|
|
10853
11240
|
"subitem": "pink",
|
|
@@ -10876,6 +11263,7 @@
|
|
|
10876
11263
|
"type": "color",
|
|
10877
11264
|
"attributes": {
|
|
10878
11265
|
"category": "color",
|
|
11266
|
+
"group": "high-saturation",
|
|
10879
11267
|
"type": "color",
|
|
10880
11268
|
"item": "high-saturation",
|
|
10881
11269
|
"subitem": "violet-red",
|
|
@@ -10904,6 +11292,7 @@
|
|
|
10904
11292
|
"type": "color",
|
|
10905
11293
|
"attributes": {
|
|
10906
11294
|
"category": "color",
|
|
11295
|
+
"group": "high-saturation",
|
|
10907
11296
|
"type": "color",
|
|
10908
11297
|
"item": "high-saturation",
|
|
10909
11298
|
"subitem": "violet-red",
|
|
@@ -10932,6 +11321,7 @@
|
|
|
10932
11321
|
"type": "color",
|
|
10933
11322
|
"attributes": {
|
|
10934
11323
|
"category": "color",
|
|
11324
|
+
"group": "high-saturation",
|
|
10935
11325
|
"type": "color",
|
|
10936
11326
|
"item": "high-saturation",
|
|
10937
11327
|
"subitem": "violet-red",
|
|
@@ -10960,6 +11350,7 @@
|
|
|
10960
11350
|
"type": "color",
|
|
10961
11351
|
"attributes": {
|
|
10962
11352
|
"category": "color",
|
|
11353
|
+
"group": "high-saturation",
|
|
10963
11354
|
"type": "color",
|
|
10964
11355
|
"item": "high-saturation",
|
|
10965
11356
|
"subitem": "violet-red",
|
|
@@ -10988,6 +11379,7 @@
|
|
|
10988
11379
|
"type": "color",
|
|
10989
11380
|
"attributes": {
|
|
10990
11381
|
"category": "color",
|
|
11382
|
+
"group": "high-saturation",
|
|
10991
11383
|
"type": "color",
|
|
10992
11384
|
"item": "high-saturation",
|
|
10993
11385
|
"subitem": "violet-red",
|
|
@@ -11016,6 +11408,7 @@
|
|
|
11016
11408
|
"type": "color",
|
|
11017
11409
|
"attributes": {
|
|
11018
11410
|
"category": "color",
|
|
11411
|
+
"group": "high-saturation",
|
|
11019
11412
|
"type": "color",
|
|
11020
11413
|
"item": "high-saturation",
|
|
11021
11414
|
"subitem": "violet-red",
|
|
@@ -11044,6 +11437,7 @@
|
|
|
11044
11437
|
"type": "color",
|
|
11045
11438
|
"attributes": {
|
|
11046
11439
|
"category": "color",
|
|
11440
|
+
"group": "high-saturation",
|
|
11047
11441
|
"type": "color",
|
|
11048
11442
|
"item": "high-saturation",
|
|
11049
11443
|
"subitem": "violet-red",
|
|
@@ -11072,6 +11466,7 @@
|
|
|
11072
11466
|
"type": "color",
|
|
11073
11467
|
"attributes": {
|
|
11074
11468
|
"category": "color",
|
|
11469
|
+
"group": "high-saturation",
|
|
11075
11470
|
"type": "color",
|
|
11076
11471
|
"item": "high-saturation",
|
|
11077
11472
|
"subitem": "violet-red",
|
|
@@ -11100,6 +11495,7 @@
|
|
|
11100
11495
|
"type": "color",
|
|
11101
11496
|
"attributes": {
|
|
11102
11497
|
"category": "color",
|
|
11498
|
+
"group": "high-saturation",
|
|
11103
11499
|
"type": "color",
|
|
11104
11500
|
"item": "high-saturation",
|
|
11105
11501
|
"subitem": "violet-red",
|
|
@@ -11128,6 +11524,7 @@
|
|
|
11128
11524
|
"type": "color",
|
|
11129
11525
|
"attributes": {
|
|
11130
11526
|
"category": "color",
|
|
11527
|
+
"group": "high-saturation",
|
|
11131
11528
|
"type": "color",
|
|
11132
11529
|
"item": "high-saturation",
|
|
11133
11530
|
"subitem": "violet-red",
|
|
@@ -11156,6 +11553,7 @@
|
|
|
11156
11553
|
"type": "color",
|
|
11157
11554
|
"attributes": {
|
|
11158
11555
|
"category": "color",
|
|
11556
|
+
"group": "high-saturation",
|
|
11159
11557
|
"type": "color",
|
|
11160
11558
|
"item": "high-saturation",
|
|
11161
11559
|
"subitem": "violet",
|
|
@@ -11184,6 +11582,7 @@
|
|
|
11184
11582
|
"type": "color",
|
|
11185
11583
|
"attributes": {
|
|
11186
11584
|
"category": "color",
|
|
11585
|
+
"group": "high-saturation",
|
|
11187
11586
|
"type": "color",
|
|
11188
11587
|
"item": "high-saturation",
|
|
11189
11588
|
"subitem": "violet",
|
|
@@ -11212,6 +11611,7 @@
|
|
|
11212
11611
|
"type": "color",
|
|
11213
11612
|
"attributes": {
|
|
11214
11613
|
"category": "color",
|
|
11614
|
+
"group": "high-saturation",
|
|
11215
11615
|
"type": "color",
|
|
11216
11616
|
"item": "high-saturation",
|
|
11217
11617
|
"subitem": "violet",
|
|
@@ -11240,6 +11640,7 @@
|
|
|
11240
11640
|
"type": "color",
|
|
11241
11641
|
"attributes": {
|
|
11242
11642
|
"category": "color",
|
|
11643
|
+
"group": "high-saturation",
|
|
11243
11644
|
"type": "color",
|
|
11244
11645
|
"item": "high-saturation",
|
|
11245
11646
|
"subitem": "violet",
|
|
@@ -11268,6 +11669,7 @@
|
|
|
11268
11669
|
"type": "color",
|
|
11269
11670
|
"attributes": {
|
|
11270
11671
|
"category": "color",
|
|
11672
|
+
"group": "high-saturation",
|
|
11271
11673
|
"type": "color",
|
|
11272
11674
|
"item": "high-saturation",
|
|
11273
11675
|
"subitem": "violet",
|
|
@@ -11296,6 +11698,7 @@
|
|
|
11296
11698
|
"type": "color",
|
|
11297
11699
|
"attributes": {
|
|
11298
11700
|
"category": "color",
|
|
11701
|
+
"group": "high-saturation",
|
|
11299
11702
|
"type": "color",
|
|
11300
11703
|
"item": "high-saturation",
|
|
11301
11704
|
"subitem": "violet",
|
|
@@ -11324,6 +11727,7 @@
|
|
|
11324
11727
|
"type": "color",
|
|
11325
11728
|
"attributes": {
|
|
11326
11729
|
"category": "color",
|
|
11730
|
+
"group": "high-saturation",
|
|
11327
11731
|
"type": "color",
|
|
11328
11732
|
"item": "high-saturation",
|
|
11329
11733
|
"subitem": "violet",
|
|
@@ -11352,6 +11756,7 @@
|
|
|
11352
11756
|
"type": "color",
|
|
11353
11757
|
"attributes": {
|
|
11354
11758
|
"category": "color",
|
|
11759
|
+
"group": "high-saturation",
|
|
11355
11760
|
"type": "color",
|
|
11356
11761
|
"item": "high-saturation",
|
|
11357
11762
|
"subitem": "violet",
|
|
@@ -11380,6 +11785,7 @@
|
|
|
11380
11785
|
"type": "color",
|
|
11381
11786
|
"attributes": {
|
|
11382
11787
|
"category": "color",
|
|
11788
|
+
"group": "high-saturation",
|
|
11383
11789
|
"type": "color",
|
|
11384
11790
|
"item": "high-saturation",
|
|
11385
11791
|
"subitem": "violet",
|
|
@@ -11408,6 +11814,7 @@
|
|
|
11408
11814
|
"type": "color",
|
|
11409
11815
|
"attributes": {
|
|
11410
11816
|
"category": "color",
|
|
11817
|
+
"group": "high-saturation",
|
|
11411
11818
|
"type": "color",
|
|
11412
11819
|
"item": "high-saturation",
|
|
11413
11820
|
"subitem": "violet",
|
|
@@ -11436,6 +11843,7 @@
|
|
|
11436
11843
|
"type": "color",
|
|
11437
11844
|
"attributes": {
|
|
11438
11845
|
"category": "color",
|
|
11846
|
+
"group": "vibrant",
|
|
11439
11847
|
"type": "color",
|
|
11440
11848
|
"item": "vibrant",
|
|
11441
11849
|
"subitem": "blue",
|
|
@@ -11464,6 +11872,7 @@
|
|
|
11464
11872
|
"type": "color",
|
|
11465
11873
|
"attributes": {
|
|
11466
11874
|
"category": "color",
|
|
11875
|
+
"group": "vibrant",
|
|
11467
11876
|
"type": "color",
|
|
11468
11877
|
"item": "vibrant",
|
|
11469
11878
|
"subitem": "blue",
|
|
@@ -11492,6 +11901,7 @@
|
|
|
11492
11901
|
"type": "color",
|
|
11493
11902
|
"attributes": {
|
|
11494
11903
|
"category": "color",
|
|
11904
|
+
"group": "vibrant",
|
|
11495
11905
|
"type": "color",
|
|
11496
11906
|
"item": "vibrant",
|
|
11497
11907
|
"subitem": "blue",
|
|
@@ -11520,6 +11930,7 @@
|
|
|
11520
11930
|
"type": "color",
|
|
11521
11931
|
"attributes": {
|
|
11522
11932
|
"category": "color",
|
|
11933
|
+
"group": "vibrant",
|
|
11523
11934
|
"type": "color",
|
|
11524
11935
|
"item": "vibrant",
|
|
11525
11936
|
"subitem": "blue",
|
|
@@ -11548,6 +11959,7 @@
|
|
|
11548
11959
|
"type": "color",
|
|
11549
11960
|
"attributes": {
|
|
11550
11961
|
"category": "color",
|
|
11962
|
+
"group": "vibrant",
|
|
11551
11963
|
"type": "color",
|
|
11552
11964
|
"item": "vibrant",
|
|
11553
11965
|
"subitem": "green-blue",
|
|
@@ -11576,6 +11988,7 @@
|
|
|
11576
11988
|
"type": "color",
|
|
11577
11989
|
"attributes": {
|
|
11578
11990
|
"category": "color",
|
|
11991
|
+
"group": "vibrant",
|
|
11579
11992
|
"type": "color",
|
|
11580
11993
|
"item": "vibrant",
|
|
11581
11994
|
"subitem": "green-blue",
|
|
@@ -11604,6 +12017,7 @@
|
|
|
11604
12017
|
"type": "color",
|
|
11605
12018
|
"attributes": {
|
|
11606
12019
|
"category": "color",
|
|
12020
|
+
"group": "vibrant",
|
|
11607
12021
|
"type": "color",
|
|
11608
12022
|
"item": "vibrant",
|
|
11609
12023
|
"subitem": "green-blue",
|
|
@@ -11632,6 +12046,7 @@
|
|
|
11632
12046
|
"type": "color",
|
|
11633
12047
|
"attributes": {
|
|
11634
12048
|
"category": "color",
|
|
12049
|
+
"group": "vibrant",
|
|
11635
12050
|
"type": "color",
|
|
11636
12051
|
"item": "vibrant",
|
|
11637
12052
|
"subitem": "green-blue",
|
|
@@ -11660,6 +12075,7 @@
|
|
|
11660
12075
|
"type": "color",
|
|
11661
12076
|
"attributes": {
|
|
11662
12077
|
"category": "color",
|
|
12078
|
+
"group": "vibrant",
|
|
11663
12079
|
"type": "color",
|
|
11664
12080
|
"item": "vibrant",
|
|
11665
12081
|
"subitem": "green",
|
|
@@ -11688,6 +12104,7 @@
|
|
|
11688
12104
|
"type": "color",
|
|
11689
12105
|
"attributes": {
|
|
11690
12106
|
"category": "color",
|
|
12107
|
+
"group": "vibrant",
|
|
11691
12108
|
"type": "color",
|
|
11692
12109
|
"item": "vibrant",
|
|
11693
12110
|
"subitem": "green",
|
|
@@ -11716,6 +12133,7 @@
|
|
|
11716
12133
|
"type": "color",
|
|
11717
12134
|
"attributes": {
|
|
11718
12135
|
"category": "color",
|
|
12136
|
+
"group": "vibrant",
|
|
11719
12137
|
"type": "color",
|
|
11720
12138
|
"item": "vibrant",
|
|
11721
12139
|
"subitem": "green",
|
|
@@ -11744,6 +12162,7 @@
|
|
|
11744
12162
|
"type": "color",
|
|
11745
12163
|
"attributes": {
|
|
11746
12164
|
"category": "color",
|
|
12165
|
+
"group": "vibrant",
|
|
11747
12166
|
"type": "color",
|
|
11748
12167
|
"item": "vibrant",
|
|
11749
12168
|
"subitem": "green",
|
|
@@ -11772,6 +12191,7 @@
|
|
|
11772
12191
|
"type": "color",
|
|
11773
12192
|
"attributes": {
|
|
11774
12193
|
"category": "color",
|
|
12194
|
+
"group": "vibrant",
|
|
11775
12195
|
"type": "color",
|
|
11776
12196
|
"item": "vibrant",
|
|
11777
12197
|
"subitem": "yellow-green",
|
|
@@ -11800,6 +12220,7 @@
|
|
|
11800
12220
|
"type": "color",
|
|
11801
12221
|
"attributes": {
|
|
11802
12222
|
"category": "color",
|
|
12223
|
+
"group": "vibrant",
|
|
11803
12224
|
"type": "color",
|
|
11804
12225
|
"item": "vibrant",
|
|
11805
12226
|
"subitem": "yellow-green",
|
|
@@ -11828,6 +12249,7 @@
|
|
|
11828
12249
|
"type": "color",
|
|
11829
12250
|
"attributes": {
|
|
11830
12251
|
"category": "color",
|
|
12252
|
+
"group": "vibrant",
|
|
11831
12253
|
"type": "color",
|
|
11832
12254
|
"item": "vibrant",
|
|
11833
12255
|
"subitem": "yellow-green",
|
|
@@ -11856,6 +12278,7 @@
|
|
|
11856
12278
|
"type": "color",
|
|
11857
12279
|
"attributes": {
|
|
11858
12280
|
"category": "color",
|
|
12281
|
+
"group": "vibrant",
|
|
11859
12282
|
"type": "color",
|
|
11860
12283
|
"item": "vibrant",
|
|
11861
12284
|
"subitem": "yellow-green",
|
|
@@ -11884,6 +12307,7 @@
|
|
|
11884
12307
|
"type": "color",
|
|
11885
12308
|
"attributes": {
|
|
11886
12309
|
"category": "color",
|
|
12310
|
+
"group": "vibrant",
|
|
11887
12311
|
"type": "color",
|
|
11888
12312
|
"item": "vibrant",
|
|
11889
12313
|
"subitem": "yellow",
|
|
@@ -11912,6 +12336,7 @@
|
|
|
11912
12336
|
"type": "color",
|
|
11913
12337
|
"attributes": {
|
|
11914
12338
|
"category": "color",
|
|
12339
|
+
"group": "vibrant",
|
|
11915
12340
|
"type": "color",
|
|
11916
12341
|
"item": "vibrant",
|
|
11917
12342
|
"subitem": "yellow",
|
|
@@ -11940,6 +12365,7 @@
|
|
|
11940
12365
|
"type": "color",
|
|
11941
12366
|
"attributes": {
|
|
11942
12367
|
"category": "color",
|
|
12368
|
+
"group": "vibrant",
|
|
11943
12369
|
"type": "color",
|
|
11944
12370
|
"item": "vibrant",
|
|
11945
12371
|
"subitem": "yellow",
|
|
@@ -11968,6 +12394,7 @@
|
|
|
11968
12394
|
"type": "color",
|
|
11969
12395
|
"attributes": {
|
|
11970
12396
|
"category": "color",
|
|
12397
|
+
"group": "vibrant",
|
|
11971
12398
|
"type": "color",
|
|
11972
12399
|
"item": "vibrant",
|
|
11973
12400
|
"subitem": "yellow",
|
|
@@ -11996,6 +12423,7 @@
|
|
|
11996
12423
|
"type": "color",
|
|
11997
12424
|
"attributes": {
|
|
11998
12425
|
"category": "color",
|
|
12426
|
+
"group": "vibrant",
|
|
11999
12427
|
"type": "color",
|
|
12000
12428
|
"item": "vibrant",
|
|
12001
12429
|
"subitem": "orange-yellow",
|
|
@@ -12024,6 +12452,7 @@
|
|
|
12024
12452
|
"type": "color",
|
|
12025
12453
|
"attributes": {
|
|
12026
12454
|
"category": "color",
|
|
12455
|
+
"group": "vibrant",
|
|
12027
12456
|
"type": "color",
|
|
12028
12457
|
"item": "vibrant",
|
|
12029
12458
|
"subitem": "orange-yellow",
|
|
@@ -12052,6 +12481,7 @@
|
|
|
12052
12481
|
"type": "color",
|
|
12053
12482
|
"attributes": {
|
|
12054
12483
|
"category": "color",
|
|
12484
|
+
"group": "vibrant",
|
|
12055
12485
|
"type": "color",
|
|
12056
12486
|
"item": "vibrant",
|
|
12057
12487
|
"subitem": "orange-yellow",
|
|
@@ -12080,6 +12510,7 @@
|
|
|
12080
12510
|
"type": "color",
|
|
12081
12511
|
"attributes": {
|
|
12082
12512
|
"category": "color",
|
|
12513
|
+
"group": "vibrant",
|
|
12083
12514
|
"type": "color",
|
|
12084
12515
|
"item": "vibrant",
|
|
12085
12516
|
"subitem": "orange-yellow",
|
|
@@ -12108,6 +12539,7 @@
|
|
|
12108
12539
|
"type": "color",
|
|
12109
12540
|
"attributes": {
|
|
12110
12541
|
"category": "color",
|
|
12542
|
+
"group": "vibrant",
|
|
12111
12543
|
"type": "color",
|
|
12112
12544
|
"item": "vibrant",
|
|
12113
12545
|
"subitem": "red-orange",
|
|
@@ -12136,6 +12568,7 @@
|
|
|
12136
12568
|
"type": "color",
|
|
12137
12569
|
"attributes": {
|
|
12138
12570
|
"category": "color",
|
|
12571
|
+
"group": "vibrant",
|
|
12139
12572
|
"type": "color",
|
|
12140
12573
|
"item": "vibrant",
|
|
12141
12574
|
"subitem": "red-orange",
|
|
@@ -12164,6 +12597,7 @@
|
|
|
12164
12597
|
"type": "color",
|
|
12165
12598
|
"attributes": {
|
|
12166
12599
|
"category": "color",
|
|
12600
|
+
"group": "vibrant",
|
|
12167
12601
|
"type": "color",
|
|
12168
12602
|
"item": "vibrant",
|
|
12169
12603
|
"subitem": "red-orange",
|
|
@@ -12192,6 +12626,7 @@
|
|
|
12192
12626
|
"type": "color",
|
|
12193
12627
|
"attributes": {
|
|
12194
12628
|
"category": "color",
|
|
12629
|
+
"group": "vibrant",
|
|
12195
12630
|
"type": "color",
|
|
12196
12631
|
"item": "vibrant",
|
|
12197
12632
|
"subitem": "red-orange",
|
|
@@ -12220,6 +12655,7 @@
|
|
|
12220
12655
|
"type": "color",
|
|
12221
12656
|
"attributes": {
|
|
12222
12657
|
"category": "color",
|
|
12658
|
+
"group": "vibrant",
|
|
12223
12659
|
"type": "color",
|
|
12224
12660
|
"item": "vibrant",
|
|
12225
12661
|
"subitem": "red",
|
|
@@ -12248,6 +12684,7 @@
|
|
|
12248
12684
|
"type": "color",
|
|
12249
12685
|
"attributes": {
|
|
12250
12686
|
"category": "color",
|
|
12687
|
+
"group": "vibrant",
|
|
12251
12688
|
"type": "color",
|
|
12252
12689
|
"item": "vibrant",
|
|
12253
12690
|
"subitem": "red",
|
|
@@ -12276,6 +12713,7 @@
|
|
|
12276
12713
|
"type": "color",
|
|
12277
12714
|
"attributes": {
|
|
12278
12715
|
"category": "color",
|
|
12716
|
+
"group": "vibrant",
|
|
12279
12717
|
"type": "color",
|
|
12280
12718
|
"item": "vibrant",
|
|
12281
12719
|
"subitem": "red",
|
|
@@ -12304,6 +12742,7 @@
|
|
|
12304
12742
|
"type": "color",
|
|
12305
12743
|
"attributes": {
|
|
12306
12744
|
"category": "color",
|
|
12745
|
+
"group": "vibrant",
|
|
12307
12746
|
"type": "color",
|
|
12308
12747
|
"item": "vibrant",
|
|
12309
12748
|
"subitem": "red",
|
|
@@ -12332,6 +12771,7 @@
|
|
|
12332
12771
|
"type": "color",
|
|
12333
12772
|
"attributes": {
|
|
12334
12773
|
"category": "color",
|
|
12774
|
+
"group": "vibrant",
|
|
12335
12775
|
"type": "color",
|
|
12336
12776
|
"item": "vibrant",
|
|
12337
12777
|
"subitem": "pink",
|
|
@@ -12360,6 +12800,7 @@
|
|
|
12360
12800
|
"type": "color",
|
|
12361
12801
|
"attributes": {
|
|
12362
12802
|
"category": "color",
|
|
12803
|
+
"group": "vibrant",
|
|
12363
12804
|
"type": "color",
|
|
12364
12805
|
"item": "vibrant",
|
|
12365
12806
|
"subitem": "pink",
|
|
@@ -12388,6 +12829,7 @@
|
|
|
12388
12829
|
"type": "color",
|
|
12389
12830
|
"attributes": {
|
|
12390
12831
|
"category": "color",
|
|
12832
|
+
"group": "vibrant",
|
|
12391
12833
|
"type": "color",
|
|
12392
12834
|
"item": "vibrant",
|
|
12393
12835
|
"subitem": "pink",
|
|
@@ -12416,6 +12858,7 @@
|
|
|
12416
12858
|
"type": "color",
|
|
12417
12859
|
"attributes": {
|
|
12418
12860
|
"category": "color",
|
|
12861
|
+
"group": "vibrant",
|
|
12419
12862
|
"type": "color",
|
|
12420
12863
|
"item": "vibrant",
|
|
12421
12864
|
"subitem": "pink",
|
|
@@ -12444,6 +12887,7 @@
|
|
|
12444
12887
|
"type": "color",
|
|
12445
12888
|
"attributes": {
|
|
12446
12889
|
"category": "color",
|
|
12890
|
+
"group": "vibrant",
|
|
12447
12891
|
"type": "color",
|
|
12448
12892
|
"item": "vibrant",
|
|
12449
12893
|
"subitem": "violet-red",
|
|
@@ -12472,6 +12916,7 @@
|
|
|
12472
12916
|
"type": "color",
|
|
12473
12917
|
"attributes": {
|
|
12474
12918
|
"category": "color",
|
|
12919
|
+
"group": "vibrant",
|
|
12475
12920
|
"type": "color",
|
|
12476
12921
|
"item": "vibrant",
|
|
12477
12922
|
"subitem": "violet-red",
|
|
@@ -12500,6 +12945,7 @@
|
|
|
12500
12945
|
"type": "color",
|
|
12501
12946
|
"attributes": {
|
|
12502
12947
|
"category": "color",
|
|
12948
|
+
"group": "vibrant",
|
|
12503
12949
|
"type": "color",
|
|
12504
12950
|
"item": "vibrant",
|
|
12505
12951
|
"subitem": "violet-red",
|
|
@@ -12528,6 +12974,7 @@
|
|
|
12528
12974
|
"type": "color",
|
|
12529
12975
|
"attributes": {
|
|
12530
12976
|
"category": "color",
|
|
12977
|
+
"group": "vibrant",
|
|
12531
12978
|
"type": "color",
|
|
12532
12979
|
"item": "vibrant",
|
|
12533
12980
|
"subitem": "violet-red",
|
|
@@ -12556,6 +13003,7 @@
|
|
|
12556
13003
|
"type": "color",
|
|
12557
13004
|
"attributes": {
|
|
12558
13005
|
"category": "color",
|
|
13006
|
+
"group": "vibrant",
|
|
12559
13007
|
"type": "color",
|
|
12560
13008
|
"item": "vibrant",
|
|
12561
13009
|
"subitem": "violet",
|
|
@@ -12584,6 +13032,7 @@
|
|
|
12584
13032
|
"type": "color",
|
|
12585
13033
|
"attributes": {
|
|
12586
13034
|
"category": "color",
|
|
13035
|
+
"group": "vibrant",
|
|
12587
13036
|
"type": "color",
|
|
12588
13037
|
"item": "vibrant",
|
|
12589
13038
|
"subitem": "violet",
|
|
@@ -12612,6 +13061,7 @@
|
|
|
12612
13061
|
"type": "color",
|
|
12613
13062
|
"attributes": {
|
|
12614
13063
|
"category": "color",
|
|
13064
|
+
"group": "vibrant",
|
|
12615
13065
|
"type": "color",
|
|
12616
13066
|
"item": "vibrant",
|
|
12617
13067
|
"subitem": "violet",
|
|
@@ -12640,6 +13090,7 @@
|
|
|
12640
13090
|
"type": "color",
|
|
12641
13091
|
"attributes": {
|
|
12642
13092
|
"category": "color",
|
|
13093
|
+
"group": "vibrant",
|
|
12643
13094
|
"type": "color",
|
|
12644
13095
|
"item": "vibrant",
|
|
12645
13096
|
"subitem": "violet",
|
|
@@ -12668,6 +13119,7 @@
|
|
|
12668
13119
|
"type": "color",
|
|
12669
13120
|
"attributes": {
|
|
12670
13121
|
"category": "color",
|
|
13122
|
+
"group": "dark",
|
|
12671
13123
|
"type": "color",
|
|
12672
13124
|
"item": "dark",
|
|
12673
13125
|
"subitem": "green",
|
|
@@ -12696,6 +13148,7 @@
|
|
|
12696
13148
|
"type": "color",
|
|
12697
13149
|
"attributes": {
|
|
12698
13150
|
"category": "color",
|
|
13151
|
+
"group": "dark",
|
|
12699
13152
|
"type": "color",
|
|
12700
13153
|
"item": "dark",
|
|
12701
13154
|
"subitem": "green",
|
|
@@ -12724,6 +13177,7 @@
|
|
|
12724
13177
|
"type": "color",
|
|
12725
13178
|
"attributes": {
|
|
12726
13179
|
"category": "color",
|
|
13180
|
+
"group": "dark",
|
|
12727
13181
|
"type": "color",
|
|
12728
13182
|
"item": "dark",
|
|
12729
13183
|
"subitem": "green",
|
|
@@ -12752,6 +13206,7 @@
|
|
|
12752
13206
|
"type": "color",
|
|
12753
13207
|
"attributes": {
|
|
12754
13208
|
"category": "color",
|
|
13209
|
+
"group": "dark",
|
|
12755
13210
|
"type": "color",
|
|
12756
13211
|
"item": "dark",
|
|
12757
13212
|
"subitem": "yellow",
|
|
@@ -12780,6 +13235,7 @@
|
|
|
12780
13235
|
"type": "color",
|
|
12781
13236
|
"attributes": {
|
|
12782
13237
|
"category": "color",
|
|
13238
|
+
"group": "dark",
|
|
12783
13239
|
"type": "color",
|
|
12784
13240
|
"item": "dark",
|
|
12785
13241
|
"subitem": "yellow",
|
|
@@ -12808,6 +13264,7 @@
|
|
|
12808
13264
|
"type": "color",
|
|
12809
13265
|
"attributes": {
|
|
12810
13266
|
"category": "color",
|
|
13267
|
+
"group": "dark",
|
|
12811
13268
|
"type": "color",
|
|
12812
13269
|
"item": "dark",
|
|
12813
13270
|
"subitem": "yellow",
|
|
@@ -12836,6 +13293,7 @@
|
|
|
12836
13293
|
"type": "color",
|
|
12837
13294
|
"attributes": {
|
|
12838
13295
|
"category": "color",
|
|
13296
|
+
"group": "dark",
|
|
12839
13297
|
"type": "color",
|
|
12840
13298
|
"item": "dark",
|
|
12841
13299
|
"subitem": "red",
|
|
@@ -12864,6 +13322,7 @@
|
|
|
12864
13322
|
"type": "color",
|
|
12865
13323
|
"attributes": {
|
|
12866
13324
|
"category": "color",
|
|
13325
|
+
"group": "dark",
|
|
12867
13326
|
"type": "color",
|
|
12868
13327
|
"item": "dark",
|
|
12869
13328
|
"subitem": "red",
|
|
@@ -12892,6 +13351,7 @@
|
|
|
12892
13351
|
"type": "color",
|
|
12893
13352
|
"attributes": {
|
|
12894
13353
|
"category": "color",
|
|
13354
|
+
"group": "dark",
|
|
12895
13355
|
"type": "color",
|
|
12896
13356
|
"item": "dark",
|
|
12897
13357
|
"subitem": "red",
|
|
@@ -12920,6 +13380,7 @@
|
|
|
12920
13380
|
"type": "color",
|
|
12921
13381
|
"attributes": {
|
|
12922
13382
|
"category": "color",
|
|
13383
|
+
"group": "dark",
|
|
12923
13384
|
"type": "color",
|
|
12924
13385
|
"item": "dark",
|
|
12925
13386
|
"subitem": "blue",
|
|
@@ -12948,6 +13409,7 @@
|
|
|
12948
13409
|
"type": "color",
|
|
12949
13410
|
"attributes": {
|
|
12950
13411
|
"category": "color",
|
|
13412
|
+
"group": "dark",
|
|
12951
13413
|
"type": "color",
|
|
12952
13414
|
"item": "dark",
|
|
12953
13415
|
"subitem": "blue",
|
|
@@ -12976,6 +13438,7 @@
|
|
|
12976
13438
|
"type": "color",
|
|
12977
13439
|
"attributes": {
|
|
12978
13440
|
"category": "color",
|
|
13441
|
+
"group": "dark",
|
|
12979
13442
|
"type": "color",
|
|
12980
13443
|
"item": "dark",
|
|
12981
13444
|
"subitem": "blue",
|