@sage/design-tokens 2.52.0 → 2.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/base.xml +1 -2
- package/android/origin.xml +121 -0
- package/css/base.css +1 -2
- package/css/origin.css +123 -0
- package/data/tokens.json +598 -11
- package/docs/tokens/base/border-radius/index.html +12 -21
- package/docs/tokens/base/border-width/index.html +12 -0
- package/docs/tokens/base/box-shadow/index.html +12 -0
- package/docs/tokens/base/colors/index.html +12 -0
- package/docs/tokens/base/font-families/index.html +12 -0
- package/docs/tokens/base/font-sizes/index.html +12 -0
- package/docs/tokens/base/font-weights/index.html +12 -0
- package/docs/tokens/base/index.html +12 -21
- package/docs/tokens/base/line-heights/index.html +12 -0
- package/docs/tokens/base/opacity/index.html +12 -0
- package/docs/tokens/base/sizing/index.html +12 -0
- package/docs/tokens/base/spacing/index.html +12 -0
- package/docs/tokens/base/typography/index.html +12 -0
- package/docs/tokens/index.html +2348 -21
- package/docs/tokens/origin/index.html +2621 -0
- package/docs/tokens/origin/origin/index.html +2626 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/ios/base.h +1 -2
- package/ios/origin.h +125 -0
- package/js/base/common.d.ts +0 -1
- package/js/base/common.js +1 -2
- package/js/base/es6.d.ts +0 -1
- package/js/base/es6.js +0 -1
- package/js/origin/common.d.ts +112 -0
- package/js/origin/common.js +123 -0
- package/js/origin/es6.d.ts +115 -0
- package/js/origin/es6.js +118 -0
- package/package.json +1 -1
- package/sage-design-tokens-2.54.0.tgz +0 -0
- package/scss/base.scss +1 -2
- package/scss/origin.scss +120 -0
- package/sage-design-tokens-2.52.0.tgz +0 -0
package/docs/tokens/index.html
CHANGED
|
@@ -256,6 +256,18 @@
|
|
|
256
256
|
</a>
|
|
257
257
|
</li>
|
|
258
258
|
</ul>
|
|
259
|
+
<p class="menu-label">
|
|
260
|
+
<a href="origin/index.html">
|
|
261
|
+
origin
|
|
262
|
+
</a>
|
|
263
|
+
</p>
|
|
264
|
+
<ul class="menu-list">
|
|
265
|
+
<li>
|
|
266
|
+
<a href="origin/origin/index.html">
|
|
267
|
+
origin
|
|
268
|
+
</a>
|
|
269
|
+
</li>
|
|
270
|
+
</ul>
|
|
259
271
|
</section>
|
|
260
272
|
</aside>
|
|
261
273
|
<main class="content">
|
|
@@ -6861,27 +6873,6 @@
|
|
|
6861
6873
|
|
|
6862
6874
|
</td>
|
|
6863
6875
|
</tr>
|
|
6864
|
-
<tr>
|
|
6865
|
-
<td class="with-icons is-vcentered"
|
|
6866
|
-
id="base-borderRadius300"
|
|
6867
|
-
title="theme: base; category: borderRadius; variant: 300; ">
|
|
6868
|
-
borderRadius300
|
|
6869
|
-
<a href="#base-borderRadius300"
|
|
6870
|
-
title="permalink"
|
|
6871
|
-
class="permalink">
|
|
6872
|
-
🔗
|
|
6873
|
-
</a>
|
|
6874
|
-
</td>
|
|
6875
|
-
<td class="is-vcentered">
|
|
6876
|
-
<pre>24px</pre>
|
|
6877
|
-
</td>
|
|
6878
|
-
<td class="is-vcentered">
|
|
6879
|
-
<div class="table__border-radius-preview"
|
|
6880
|
-
style="border-top-right-radius: 24px">
|
|
6881
|
-
</div>
|
|
6882
|
-
|
|
6883
|
-
</td>
|
|
6884
|
-
</tr>
|
|
6885
6876
|
<tr>
|
|
6886
6877
|
<td class="with-icons is-vcentered"
|
|
6887
6878
|
id="base-borderRadius400"
|
|
@@ -10225,6 +10216,2342 @@
|
|
|
10225
10216
|
</tr>
|
|
10226
10217
|
</table>
|
|
10227
10218
|
</section>
|
|
10219
|
+
<h2 id="origin">
|
|
10220
|
+
origin
|
|
10221
|
+
<a href="#origin" title="permalink" class="permalink">🔗</a>
|
|
10222
|
+
</h2>
|
|
10223
|
+
<section class="my-6">
|
|
10224
|
+
<h3 class="with-icons title is-3 has-text-weight-bold" id="origin-origin">
|
|
10225
|
+
origin
|
|
10226
|
+
<a href="#origin-origin" title="permalink" class="permalink">
|
|
10227
|
+
🔗
|
|
10228
|
+
</a>
|
|
10229
|
+
</h3>
|
|
10230
|
+
<table class="table is-bordered is-hoverable is-fullwidth">
|
|
10231
|
+
<colgroup>
|
|
10232
|
+
<col width="50%">
|
|
10233
|
+
<col width="25%">
|
|
10234
|
+
<col width="35%">
|
|
10235
|
+
</colgroup>
|
|
10236
|
+
<thead>
|
|
10237
|
+
<tr>
|
|
10238
|
+
<th class="has-background-light">Name</th>
|
|
10239
|
+
<th class="has-background-light">Value</th>
|
|
10240
|
+
<th class="has-background-light">Preview</th>
|
|
10241
|
+
</tr>
|
|
10242
|
+
</thead>
|
|
10243
|
+
<tr>
|
|
10244
|
+
<td class="with-icons is-vcentered"
|
|
10245
|
+
id="origin-originJade100"
|
|
10246
|
+
title="theme: origin; category: origin; name: jade; variant: 100; ">
|
|
10247
|
+
originJade100
|
|
10248
|
+
<a href="#origin-originJade100"
|
|
10249
|
+
title="permalink"
|
|
10250
|
+
class="permalink">
|
|
10251
|
+
🔗
|
|
10252
|
+
</a>
|
|
10253
|
+
</td>
|
|
10254
|
+
<td class="is-vcentered">
|
|
10255
|
+
<pre>#8ff8b7ff</pre>
|
|
10256
|
+
</td>
|
|
10257
|
+
<td class="is-vcentered">
|
|
10258
|
+
<div class="table__color-preview"
|
|
10259
|
+
style="background-color: #8ff8b7ff;">
|
|
10260
|
+
</div>
|
|
10261
|
+
|
|
10262
|
+
</td>
|
|
10263
|
+
</tr>
|
|
10264
|
+
<tr>
|
|
10265
|
+
<td class="with-icons is-vcentered"
|
|
10266
|
+
id="origin-originJade200"
|
|
10267
|
+
title="theme: origin; category: origin; name: jade; variant: 200; ">
|
|
10268
|
+
originJade200
|
|
10269
|
+
<a href="#origin-originJade200"
|
|
10270
|
+
title="permalink"
|
|
10271
|
+
class="permalink">
|
|
10272
|
+
🔗
|
|
10273
|
+
</a>
|
|
10274
|
+
</td>
|
|
10275
|
+
<td class="is-vcentered">
|
|
10276
|
+
<pre>#44ed90ff</pre>
|
|
10277
|
+
</td>
|
|
10278
|
+
<td class="is-vcentered">
|
|
10279
|
+
<div class="table__color-preview"
|
|
10280
|
+
style="background-color: #44ed90ff;">
|
|
10281
|
+
</div>
|
|
10282
|
+
|
|
10283
|
+
</td>
|
|
10284
|
+
</tr>
|
|
10285
|
+
<tr>
|
|
10286
|
+
<td class="with-icons is-vcentered"
|
|
10287
|
+
id="origin-originJade300"
|
|
10288
|
+
title="theme: origin; category: origin; name: jade; variant: 300; ">
|
|
10289
|
+
originJade300
|
|
10290
|
+
<a href="#origin-originJade300"
|
|
10291
|
+
title="permalink"
|
|
10292
|
+
class="permalink">
|
|
10293
|
+
🔗
|
|
10294
|
+
</a>
|
|
10295
|
+
</td>
|
|
10296
|
+
<td class="is-vcentered">
|
|
10297
|
+
<pre>#00ca71ff</pre>
|
|
10298
|
+
</td>
|
|
10299
|
+
<td class="is-vcentered">
|
|
10300
|
+
<div class="table__color-preview"
|
|
10301
|
+
style="background-color: #00ca71ff;">
|
|
10302
|
+
</div>
|
|
10303
|
+
|
|
10304
|
+
</td>
|
|
10305
|
+
</tr>
|
|
10306
|
+
<tr>
|
|
10307
|
+
<td class="with-icons is-vcentered"
|
|
10308
|
+
id="origin-originJade400"
|
|
10309
|
+
title="theme: origin; category: origin; name: jade; variant: 400; ">
|
|
10310
|
+
originJade400
|
|
10311
|
+
<a href="#origin-originJade400"
|
|
10312
|
+
title="permalink"
|
|
10313
|
+
class="permalink">
|
|
10314
|
+
🔗
|
|
10315
|
+
</a>
|
|
10316
|
+
</td>
|
|
10317
|
+
<td class="is-vcentered">
|
|
10318
|
+
<pre>#00a65cff</pre>
|
|
10319
|
+
</td>
|
|
10320
|
+
<td class="is-vcentered">
|
|
10321
|
+
<div class="table__color-preview"
|
|
10322
|
+
style="background-color: #00a65cff;">
|
|
10323
|
+
</div>
|
|
10324
|
+
|
|
10325
|
+
</td>
|
|
10326
|
+
</tr>
|
|
10327
|
+
<tr>
|
|
10328
|
+
<td class="with-icons is-vcentered"
|
|
10329
|
+
id="origin-originJade500"
|
|
10330
|
+
title="theme: origin; category: origin; name: jade; variant: 500; ">
|
|
10331
|
+
originJade500
|
|
10332
|
+
<a href="#origin-originJade500"
|
|
10333
|
+
title="permalink"
|
|
10334
|
+
class="permalink">
|
|
10335
|
+
🔗
|
|
10336
|
+
</a>
|
|
10337
|
+
</td>
|
|
10338
|
+
<td class="is-vcentered">
|
|
10339
|
+
<pre>#00884aff</pre>
|
|
10340
|
+
</td>
|
|
10341
|
+
<td class="is-vcentered">
|
|
10342
|
+
<div class="table__color-preview"
|
|
10343
|
+
style="background-color: #00884aff;">
|
|
10344
|
+
</div>
|
|
10345
|
+
|
|
10346
|
+
</td>
|
|
10347
|
+
</tr>
|
|
10348
|
+
<tr>
|
|
10349
|
+
<td class="with-icons is-vcentered"
|
|
10350
|
+
id="origin-originJade600"
|
|
10351
|
+
title="theme: origin; category: origin; name: jade; variant: 600; ">
|
|
10352
|
+
originJade600
|
|
10353
|
+
<a href="#origin-originJade600"
|
|
10354
|
+
title="permalink"
|
|
10355
|
+
class="permalink">
|
|
10356
|
+
🔗
|
|
10357
|
+
</a>
|
|
10358
|
+
</td>
|
|
10359
|
+
<td class="is-vcentered">
|
|
10360
|
+
<pre>#006d3bff</pre>
|
|
10361
|
+
</td>
|
|
10362
|
+
<td class="is-vcentered">
|
|
10363
|
+
<div class="table__color-preview"
|
|
10364
|
+
style="background-color: #006d3bff;">
|
|
10365
|
+
</div>
|
|
10366
|
+
|
|
10367
|
+
</td>
|
|
10368
|
+
</tr>
|
|
10369
|
+
<tr>
|
|
10370
|
+
<td class="with-icons is-vcentered"
|
|
10371
|
+
id="origin-originJade700"
|
|
10372
|
+
title="theme: origin; category: origin; name: jade; variant: 700; ">
|
|
10373
|
+
originJade700
|
|
10374
|
+
<a href="#origin-originJade700"
|
|
10375
|
+
title="permalink"
|
|
10376
|
+
class="permalink">
|
|
10377
|
+
🔗
|
|
10378
|
+
</a>
|
|
10379
|
+
</td>
|
|
10380
|
+
<td class="is-vcentered">
|
|
10381
|
+
<pre>#00522cff</pre>
|
|
10382
|
+
</td>
|
|
10383
|
+
<td class="is-vcentered">
|
|
10384
|
+
<div class="table__color-preview"
|
|
10385
|
+
style="background-color: #00522cff;">
|
|
10386
|
+
</div>
|
|
10387
|
+
|
|
10388
|
+
</td>
|
|
10389
|
+
</tr>
|
|
10390
|
+
<tr>
|
|
10391
|
+
<td class="with-icons is-vcentered"
|
|
10392
|
+
id="origin-originJade800"
|
|
10393
|
+
title="theme: origin; category: origin; name: jade; variant: 800; ">
|
|
10394
|
+
originJade800
|
|
10395
|
+
<a href="#origin-originJade800"
|
|
10396
|
+
title="permalink"
|
|
10397
|
+
class="permalink">
|
|
10398
|
+
🔗
|
|
10399
|
+
</a>
|
|
10400
|
+
</td>
|
|
10401
|
+
<td class="is-vcentered">
|
|
10402
|
+
<pre>#00361eff</pre>
|
|
10403
|
+
</td>
|
|
10404
|
+
<td class="is-vcentered">
|
|
10405
|
+
<div class="table__color-preview"
|
|
10406
|
+
style="background-color: #00361eff;">
|
|
10407
|
+
</div>
|
|
10408
|
+
|
|
10409
|
+
</td>
|
|
10410
|
+
</tr>
|
|
10411
|
+
<tr>
|
|
10412
|
+
<td class="with-icons is-vcentered"
|
|
10413
|
+
id="origin-originJade900"
|
|
10414
|
+
title="theme: origin; category: origin; name: jade; variant: 900; ">
|
|
10415
|
+
originJade900
|
|
10416
|
+
<a href="#origin-originJade900"
|
|
10417
|
+
title="permalink"
|
|
10418
|
+
class="permalink">
|
|
10419
|
+
🔗
|
|
10420
|
+
</a>
|
|
10421
|
+
</td>
|
|
10422
|
+
<td class="is-vcentered">
|
|
10423
|
+
<pre>#001b0fff</pre>
|
|
10424
|
+
</td>
|
|
10425
|
+
<td class="is-vcentered">
|
|
10426
|
+
<div class="table__color-preview"
|
|
10427
|
+
style="background-color: #001b0fff;">
|
|
10428
|
+
</div>
|
|
10429
|
+
|
|
10430
|
+
</td>
|
|
10431
|
+
</tr>
|
|
10432
|
+
<tr>
|
|
10433
|
+
<td class="with-icons is-vcentered"
|
|
10434
|
+
id="origin-originJade1000"
|
|
10435
|
+
title="theme: origin; category: origin; name: jade; variant: 1000; ">
|
|
10436
|
+
originJade1000
|
|
10437
|
+
<a href="#origin-originJade1000"
|
|
10438
|
+
title="permalink"
|
|
10439
|
+
class="permalink">
|
|
10440
|
+
🔗
|
|
10441
|
+
</a>
|
|
10442
|
+
</td>
|
|
10443
|
+
<td class="is-vcentered">
|
|
10444
|
+
<pre>#000000ff</pre>
|
|
10445
|
+
</td>
|
|
10446
|
+
<td class="is-vcentered">
|
|
10447
|
+
<div class="table__color-preview"
|
|
10448
|
+
style="background-color: #000000ff;">
|
|
10449
|
+
</div>
|
|
10450
|
+
|
|
10451
|
+
</td>
|
|
10452
|
+
</tr>
|
|
10453
|
+
<tr>
|
|
10454
|
+
<td class="with-icons is-vcentered"
|
|
10455
|
+
id="origin-originJade000"
|
|
10456
|
+
title="theme: origin; category: origin; name: jade; variant: 000; ">
|
|
10457
|
+
originJade000
|
|
10458
|
+
<a href="#origin-originJade000"
|
|
10459
|
+
title="permalink"
|
|
10460
|
+
class="permalink">
|
|
10461
|
+
🔗
|
|
10462
|
+
</a>
|
|
10463
|
+
</td>
|
|
10464
|
+
<td class="is-vcentered">
|
|
10465
|
+
<pre>#ffffffff</pre>
|
|
10466
|
+
</td>
|
|
10467
|
+
<td class="is-vcentered">
|
|
10468
|
+
<div class="table__color-preview"
|
|
10469
|
+
style="background-color: #ffffffff;">
|
|
10470
|
+
</div>
|
|
10471
|
+
|
|
10472
|
+
</td>
|
|
10473
|
+
</tr>
|
|
10474
|
+
<tr>
|
|
10475
|
+
<td class="with-icons is-vcentered"
|
|
10476
|
+
id="origin-originJade010"
|
|
10477
|
+
title="theme: origin; category: origin; name: jade; variant: 010; ">
|
|
10478
|
+
originJade010
|
|
10479
|
+
<a href="#origin-originJade010"
|
|
10480
|
+
title="permalink"
|
|
10481
|
+
class="permalink">
|
|
10482
|
+
🔗
|
|
10483
|
+
</a>
|
|
10484
|
+
</td>
|
|
10485
|
+
<td class="is-vcentered">
|
|
10486
|
+
<pre>#f2fef7ff</pre>
|
|
10487
|
+
</td>
|
|
10488
|
+
<td class="is-vcentered">
|
|
10489
|
+
<div class="table__color-preview"
|
|
10490
|
+
style="background-color: #f2fef7ff;">
|
|
10491
|
+
</div>
|
|
10492
|
+
|
|
10493
|
+
</td>
|
|
10494
|
+
</tr>
|
|
10495
|
+
<tr>
|
|
10496
|
+
<td class="with-icons is-vcentered"
|
|
10497
|
+
id="origin-originJade050"
|
|
10498
|
+
title="theme: origin; category: origin; name: jade; variant: 050; ">
|
|
10499
|
+
originJade050
|
|
10500
|
+
<a href="#origin-originJade050"
|
|
10501
|
+
title="permalink"
|
|
10502
|
+
class="permalink">
|
|
10503
|
+
🔗
|
|
10504
|
+
</a>
|
|
10505
|
+
</td>
|
|
10506
|
+
<td class="is-vcentered">
|
|
10507
|
+
<pre>#c4fcd8ff</pre>
|
|
10508
|
+
</td>
|
|
10509
|
+
<td class="is-vcentered">
|
|
10510
|
+
<div class="table__color-preview"
|
|
10511
|
+
style="background-color: #c4fcd8ff;">
|
|
10512
|
+
</div>
|
|
10513
|
+
|
|
10514
|
+
</td>
|
|
10515
|
+
</tr>
|
|
10516
|
+
<tr>
|
|
10517
|
+
<td class="with-icons is-vcentered"
|
|
10518
|
+
id="origin-originNavy100"
|
|
10519
|
+
title="theme: origin; category: origin; name: navy; variant: 100; ">
|
|
10520
|
+
originNavy100
|
|
10521
|
+
<a href="#origin-originNavy100"
|
|
10522
|
+
title="permalink"
|
|
10523
|
+
class="permalink">
|
|
10524
|
+
🔗
|
|
10525
|
+
</a>
|
|
10526
|
+
</td>
|
|
10527
|
+
<td class="is-vcentered">
|
|
10528
|
+
<pre>#89d7edff</pre>
|
|
10529
|
+
</td>
|
|
10530
|
+
<td class="is-vcentered">
|
|
10531
|
+
<div class="table__color-preview"
|
|
10532
|
+
style="background-color: #89d7edff;">
|
|
10533
|
+
</div>
|
|
10534
|
+
|
|
10535
|
+
</td>
|
|
10536
|
+
</tr>
|
|
10537
|
+
<tr>
|
|
10538
|
+
<td class="with-icons is-vcentered"
|
|
10539
|
+
id="origin-originNavy200"
|
|
10540
|
+
title="theme: origin; category: origin; name: navy; variant: 200; ">
|
|
10541
|
+
originNavy200
|
|
10542
|
+
<a href="#origin-originNavy200"
|
|
10543
|
+
title="permalink"
|
|
10544
|
+
class="permalink">
|
|
10545
|
+
🔗
|
|
10546
|
+
</a>
|
|
10547
|
+
</td>
|
|
10548
|
+
<td class="is-vcentered">
|
|
10549
|
+
<pre>#65bedfff</pre>
|
|
10550
|
+
</td>
|
|
10551
|
+
<td class="is-vcentered">
|
|
10552
|
+
<div class="table__color-preview"
|
|
10553
|
+
style="background-color: #65bedfff;">
|
|
10554
|
+
</div>
|
|
10555
|
+
|
|
10556
|
+
</td>
|
|
10557
|
+
</tr>
|
|
10558
|
+
<tr>
|
|
10559
|
+
<td class="with-icons is-vcentered"
|
|
10560
|
+
id="origin-originNavy300"
|
|
10561
|
+
title="theme: origin; category: origin; name: navy; variant: 300; ">
|
|
10562
|
+
originNavy300
|
|
10563
|
+
<a href="#origin-originNavy300"
|
|
10564
|
+
title="permalink"
|
|
10565
|
+
class="permalink">
|
|
10566
|
+
🔗
|
|
10567
|
+
</a>
|
|
10568
|
+
</td>
|
|
10569
|
+
<td class="is-vcentered">
|
|
10570
|
+
<pre>#41a5d1ff</pre>
|
|
10571
|
+
</td>
|
|
10572
|
+
<td class="is-vcentered">
|
|
10573
|
+
<div class="table__color-preview"
|
|
10574
|
+
style="background-color: #41a5d1ff;">
|
|
10575
|
+
</div>
|
|
10576
|
+
|
|
10577
|
+
</td>
|
|
10578
|
+
</tr>
|
|
10579
|
+
<tr>
|
|
10580
|
+
<td class="with-icons is-vcentered"
|
|
10581
|
+
id="origin-originNavy400"
|
|
10582
|
+
title="theme: origin; category: origin; name: navy; variant: 400; ">
|
|
10583
|
+
originNavy400
|
|
10584
|
+
<a href="#origin-originNavy400"
|
|
10585
|
+
title="permalink"
|
|
10586
|
+
class="permalink">
|
|
10587
|
+
🔗
|
|
10588
|
+
</a>
|
|
10589
|
+
</td>
|
|
10590
|
+
<td class="is-vcentered">
|
|
10591
|
+
<pre>#1d8cc3ff</pre>
|
|
10592
|
+
</td>
|
|
10593
|
+
<td class="is-vcentered">
|
|
10594
|
+
<div class="table__color-preview"
|
|
10595
|
+
style="background-color: #1d8cc3ff;">
|
|
10596
|
+
</div>
|
|
10597
|
+
|
|
10598
|
+
</td>
|
|
10599
|
+
</tr>
|
|
10600
|
+
<tr>
|
|
10601
|
+
<td class="with-icons is-vcentered"
|
|
10602
|
+
id="origin-originNavy500"
|
|
10603
|
+
title="theme: origin; category: origin; name: navy; variant: 500; ">
|
|
10604
|
+
originNavy500
|
|
10605
|
+
<a href="#origin-originNavy500"
|
|
10606
|
+
title="permalink"
|
|
10607
|
+
class="permalink">
|
|
10608
|
+
🔗
|
|
10609
|
+
</a>
|
|
10610
|
+
</td>
|
|
10611
|
+
<td class="is-vcentered">
|
|
10612
|
+
<pre>#0e74a7ff</pre>
|
|
10613
|
+
</td>
|
|
10614
|
+
<td class="is-vcentered">
|
|
10615
|
+
<div class="table__color-preview"
|
|
10616
|
+
style="background-color: #0e74a7ff;">
|
|
10617
|
+
</div>
|
|
10618
|
+
|
|
10619
|
+
</td>
|
|
10620
|
+
</tr>
|
|
10621
|
+
<tr>
|
|
10622
|
+
<td class="with-icons is-vcentered"
|
|
10623
|
+
id="origin-originNavy600"
|
|
10624
|
+
title="theme: origin; category: origin; name: navy; variant: 600; ">
|
|
10625
|
+
originNavy600
|
|
10626
|
+
<a href="#origin-originNavy600"
|
|
10627
|
+
title="permalink"
|
|
10628
|
+
class="permalink">
|
|
10629
|
+
🔗
|
|
10630
|
+
</a>
|
|
10631
|
+
</td>
|
|
10632
|
+
<td class="is-vcentered">
|
|
10633
|
+
<pre>#095b84ff</pre>
|
|
10634
|
+
</td>
|
|
10635
|
+
<td class="is-vcentered">
|
|
10636
|
+
<div class="table__color-preview"
|
|
10637
|
+
style="background-color: #095b84ff;">
|
|
10638
|
+
</div>
|
|
10639
|
+
|
|
10640
|
+
</td>
|
|
10641
|
+
</tr>
|
|
10642
|
+
<tr>
|
|
10643
|
+
<td class="with-icons is-vcentered"
|
|
10644
|
+
id="origin-originNavy700"
|
|
10645
|
+
title="theme: origin; category: origin; name: navy; variant: 700; ">
|
|
10646
|
+
originNavy700
|
|
10647
|
+
<a href="#origin-originNavy700"
|
|
10648
|
+
title="permalink"
|
|
10649
|
+
class="permalink">
|
|
10650
|
+
🔗
|
|
10651
|
+
</a>
|
|
10652
|
+
</td>
|
|
10653
|
+
<td class="is-vcentered">
|
|
10654
|
+
<pre>#054262ff</pre>
|
|
10655
|
+
</td>
|
|
10656
|
+
<td class="is-vcentered">
|
|
10657
|
+
<div class="table__color-preview"
|
|
10658
|
+
style="background-color: #054262ff;">
|
|
10659
|
+
</div>
|
|
10660
|
+
|
|
10661
|
+
</td>
|
|
10662
|
+
</tr>
|
|
10663
|
+
<tr>
|
|
10664
|
+
<td class="with-icons is-vcentered"
|
|
10665
|
+
id="origin-originNavy800"
|
|
10666
|
+
title="theme: origin; category: origin; name: navy; variant: 800; ">
|
|
10667
|
+
originNavy800
|
|
10668
|
+
<a href="#origin-originNavy800"
|
|
10669
|
+
title="permalink"
|
|
10670
|
+
class="permalink">
|
|
10671
|
+
🔗
|
|
10672
|
+
</a>
|
|
10673
|
+
</td>
|
|
10674
|
+
<td class="is-vcentered">
|
|
10675
|
+
<pre>#00293fff</pre>
|
|
10676
|
+
</td>
|
|
10677
|
+
<td class="is-vcentered">
|
|
10678
|
+
<div class="table__color-preview"
|
|
10679
|
+
style="background-color: #00293fff;">
|
|
10680
|
+
</div>
|
|
10681
|
+
|
|
10682
|
+
</td>
|
|
10683
|
+
</tr>
|
|
10684
|
+
<tr>
|
|
10685
|
+
<td class="with-icons is-vcentered"
|
|
10686
|
+
id="origin-originNavy900"
|
|
10687
|
+
title="theme: origin; category: origin; name: navy; variant: 900; ">
|
|
10688
|
+
originNavy900
|
|
10689
|
+
<a href="#origin-originNavy900"
|
|
10690
|
+
title="permalink"
|
|
10691
|
+
class="permalink">
|
|
10692
|
+
🔗
|
|
10693
|
+
</a>
|
|
10694
|
+
</td>
|
|
10695
|
+
<td class="is-vcentered">
|
|
10696
|
+
<pre>#001520ff</pre>
|
|
10697
|
+
</td>
|
|
10698
|
+
<td class="is-vcentered">
|
|
10699
|
+
<div class="table__color-preview"
|
|
10700
|
+
style="background-color: #001520ff;">
|
|
10701
|
+
</div>
|
|
10702
|
+
|
|
10703
|
+
</td>
|
|
10704
|
+
</tr>
|
|
10705
|
+
<tr>
|
|
10706
|
+
<td class="with-icons is-vcentered"
|
|
10707
|
+
id="origin-originNavy1000"
|
|
10708
|
+
title="theme: origin; category: origin; name: navy; variant: 1000; ">
|
|
10709
|
+
originNavy1000
|
|
10710
|
+
<a href="#origin-originNavy1000"
|
|
10711
|
+
title="permalink"
|
|
10712
|
+
class="permalink">
|
|
10713
|
+
🔗
|
|
10714
|
+
</a>
|
|
10715
|
+
</td>
|
|
10716
|
+
<td class="is-vcentered">
|
|
10717
|
+
<pre>#000000ff</pre>
|
|
10718
|
+
</td>
|
|
10719
|
+
<td class="is-vcentered">
|
|
10720
|
+
<div class="table__color-preview"
|
|
10721
|
+
style="background-color: #000000ff;">
|
|
10722
|
+
</div>
|
|
10723
|
+
|
|
10724
|
+
</td>
|
|
10725
|
+
</tr>
|
|
10726
|
+
<tr>
|
|
10727
|
+
<td class="with-icons is-vcentered"
|
|
10728
|
+
id="origin-originNavy000"
|
|
10729
|
+
title="theme: origin; category: origin; name: navy; variant: 000; ">
|
|
10730
|
+
originNavy000
|
|
10731
|
+
<a href="#origin-originNavy000"
|
|
10732
|
+
title="permalink"
|
|
10733
|
+
class="permalink">
|
|
10734
|
+
🔗
|
|
10735
|
+
</a>
|
|
10736
|
+
</td>
|
|
10737
|
+
<td class="is-vcentered">
|
|
10738
|
+
<pre>#ffffffff</pre>
|
|
10739
|
+
</td>
|
|
10740
|
+
<td class="is-vcentered">
|
|
10741
|
+
<div class="table__color-preview"
|
|
10742
|
+
style="background-color: #ffffffff;">
|
|
10743
|
+
</div>
|
|
10744
|
+
|
|
10745
|
+
</td>
|
|
10746
|
+
</tr>
|
|
10747
|
+
<tr>
|
|
10748
|
+
<td class="with-icons is-vcentered"
|
|
10749
|
+
id="origin-originNavy010"
|
|
10750
|
+
title="theme: origin; category: origin; name: navy; variant: 010; ">
|
|
10751
|
+
originNavy010
|
|
10752
|
+
<a href="#origin-originNavy010"
|
|
10753
|
+
title="permalink"
|
|
10754
|
+
class="permalink">
|
|
10755
|
+
🔗
|
|
10756
|
+
</a>
|
|
10757
|
+
</td>
|
|
10758
|
+
<td class="is-vcentered">
|
|
10759
|
+
<pre>#f4fcfeff</pre>
|
|
10760
|
+
</td>
|
|
10761
|
+
<td class="is-vcentered">
|
|
10762
|
+
<div class="table__color-preview"
|
|
10763
|
+
style="background-color: #f4fcfeff;">
|
|
10764
|
+
</div>
|
|
10765
|
+
|
|
10766
|
+
</td>
|
|
10767
|
+
</tr>
|
|
10768
|
+
<tr>
|
|
10769
|
+
<td class="with-icons is-vcentered"
|
|
10770
|
+
id="origin-originNavy050"
|
|
10771
|
+
title="theme: origin; category: origin; name: navy; variant: 050; ">
|
|
10772
|
+
originNavy050
|
|
10773
|
+
<a href="#origin-originNavy050"
|
|
10774
|
+
title="permalink"
|
|
10775
|
+
class="permalink">
|
|
10776
|
+
🔗
|
|
10777
|
+
</a>
|
|
10778
|
+
</td>
|
|
10779
|
+
<td class="is-vcentered">
|
|
10780
|
+
<pre>#caf1fcff</pre>
|
|
10781
|
+
</td>
|
|
10782
|
+
<td class="is-vcentered">
|
|
10783
|
+
<div class="table__color-preview"
|
|
10784
|
+
style="background-color: #caf1fcff;">
|
|
10785
|
+
</div>
|
|
10786
|
+
|
|
10787
|
+
</td>
|
|
10788
|
+
</tr>
|
|
10789
|
+
<tr>
|
|
10790
|
+
<td class="with-icons is-vcentered"
|
|
10791
|
+
id="origin-originTeal100"
|
|
10792
|
+
title="theme: origin; category: origin; name: teal; variant: 100; ">
|
|
10793
|
+
originTeal100
|
|
10794
|
+
<a href="#origin-originTeal100"
|
|
10795
|
+
title="permalink"
|
|
10796
|
+
class="permalink">
|
|
10797
|
+
🔗
|
|
10798
|
+
</a>
|
|
10799
|
+
</td>
|
|
10800
|
+
<td class="is-vcentered">
|
|
10801
|
+
<pre>#89edeaff</pre>
|
|
10802
|
+
</td>
|
|
10803
|
+
<td class="is-vcentered">
|
|
10804
|
+
<div class="table__color-preview"
|
|
10805
|
+
style="background-color: #89edeaff;">
|
|
10806
|
+
</div>
|
|
10807
|
+
|
|
10808
|
+
</td>
|
|
10809
|
+
</tr>
|
|
10810
|
+
<tr>
|
|
10811
|
+
<td class="with-icons is-vcentered"
|
|
10812
|
+
id="origin-originTeal200"
|
|
10813
|
+
title="theme: origin; category: origin; name: teal; variant: 200; ">
|
|
10814
|
+
originTeal200
|
|
10815
|
+
<a href="#origin-originTeal200"
|
|
10816
|
+
title="permalink"
|
|
10817
|
+
class="permalink">
|
|
10818
|
+
🔗
|
|
10819
|
+
</a>
|
|
10820
|
+
</td>
|
|
10821
|
+
<td class="is-vcentered">
|
|
10822
|
+
<pre>#5bcfcdff</pre>
|
|
10823
|
+
</td>
|
|
10824
|
+
<td class="is-vcentered">
|
|
10825
|
+
<div class="table__color-preview"
|
|
10826
|
+
style="background-color: #5bcfcdff;">
|
|
10827
|
+
</div>
|
|
10828
|
+
|
|
10829
|
+
</td>
|
|
10830
|
+
</tr>
|
|
10831
|
+
<tr>
|
|
10832
|
+
<td class="with-icons is-vcentered"
|
|
10833
|
+
id="origin-originTeal300"
|
|
10834
|
+
title="theme: origin; category: origin; name: teal; variant: 300; ">
|
|
10835
|
+
originTeal300
|
|
10836
|
+
<a href="#origin-originTeal300"
|
|
10837
|
+
title="permalink"
|
|
10838
|
+
class="permalink">
|
|
10839
|
+
🔗
|
|
10840
|
+
</a>
|
|
10841
|
+
</td>
|
|
10842
|
+
<td class="is-vcentered">
|
|
10843
|
+
<pre>#2eb2b1ff</pre>
|
|
10844
|
+
</td>
|
|
10845
|
+
<td class="is-vcentered">
|
|
10846
|
+
<div class="table__color-preview"
|
|
10847
|
+
style="background-color: #2eb2b1ff;">
|
|
10848
|
+
</div>
|
|
10849
|
+
|
|
10850
|
+
</td>
|
|
10851
|
+
</tr>
|
|
10852
|
+
<tr>
|
|
10853
|
+
<td class="with-icons is-vcentered"
|
|
10854
|
+
id="origin-originTeal400"
|
|
10855
|
+
title="theme: origin; category: origin; name: teal; variant: 400; ">
|
|
10856
|
+
originTeal400
|
|
10857
|
+
<a href="#origin-originTeal400"
|
|
10858
|
+
title="permalink"
|
|
10859
|
+
class="permalink">
|
|
10860
|
+
🔗
|
|
10861
|
+
</a>
|
|
10862
|
+
</td>
|
|
10863
|
+
<td class="is-vcentered">
|
|
10864
|
+
<pre>#009494ff</pre>
|
|
10865
|
+
</td>
|
|
10866
|
+
<td class="is-vcentered">
|
|
10867
|
+
<div class="table__color-preview"
|
|
10868
|
+
style="background-color: #009494ff;">
|
|
10869
|
+
</div>
|
|
10870
|
+
|
|
10871
|
+
</td>
|
|
10872
|
+
</tr>
|
|
10873
|
+
<tr>
|
|
10874
|
+
<td class="with-icons is-vcentered"
|
|
10875
|
+
id="origin-originTeal500"
|
|
10876
|
+
title="theme: origin; category: origin; name: teal; variant: 500; ">
|
|
10877
|
+
originTeal500
|
|
10878
|
+
<a href="#origin-originTeal500"
|
|
10879
|
+
title="permalink"
|
|
10880
|
+
class="permalink">
|
|
10881
|
+
🔗
|
|
10882
|
+
</a>
|
|
10883
|
+
</td>
|
|
10884
|
+
<td class="is-vcentered">
|
|
10885
|
+
<pre>#007776ff</pre>
|
|
10886
|
+
</td>
|
|
10887
|
+
<td class="is-vcentered">
|
|
10888
|
+
<div class="table__color-preview"
|
|
10889
|
+
style="background-color: #007776ff;">
|
|
10890
|
+
</div>
|
|
10891
|
+
|
|
10892
|
+
</td>
|
|
10893
|
+
</tr>
|
|
10894
|
+
<tr>
|
|
10895
|
+
<td class="with-icons is-vcentered"
|
|
10896
|
+
id="origin-originTeal600"
|
|
10897
|
+
title="theme: origin; category: origin; name: teal; variant: 600; ">
|
|
10898
|
+
originTeal600
|
|
10899
|
+
<a href="#origin-originTeal600"
|
|
10900
|
+
title="permalink"
|
|
10901
|
+
class="permalink">
|
|
10902
|
+
🔗
|
|
10903
|
+
</a>
|
|
10904
|
+
</td>
|
|
10905
|
+
<td class="is-vcentered">
|
|
10906
|
+
<pre>#006362ff</pre>
|
|
10907
|
+
</td>
|
|
10908
|
+
<td class="is-vcentered">
|
|
10909
|
+
<div class="table__color-preview"
|
|
10910
|
+
style="background-color: #006362ff;">
|
|
10911
|
+
</div>
|
|
10912
|
+
|
|
10913
|
+
</td>
|
|
10914
|
+
</tr>
|
|
10915
|
+
<tr>
|
|
10916
|
+
<td class="with-icons is-vcentered"
|
|
10917
|
+
id="origin-originTeal700"
|
|
10918
|
+
title="theme: origin; category: origin; name: teal; variant: 700; ">
|
|
10919
|
+
originTeal700
|
|
10920
|
+
<a href="#origin-originTeal700"
|
|
10921
|
+
title="permalink"
|
|
10922
|
+
class="permalink">
|
|
10923
|
+
🔗
|
|
10924
|
+
</a>
|
|
10925
|
+
</td>
|
|
10926
|
+
<td class="is-vcentered">
|
|
10927
|
+
<pre>#004a4aff</pre>
|
|
10928
|
+
</td>
|
|
10929
|
+
<td class="is-vcentered">
|
|
10930
|
+
<div class="table__color-preview"
|
|
10931
|
+
style="background-color: #004a4aff;">
|
|
10932
|
+
</div>
|
|
10933
|
+
|
|
10934
|
+
</td>
|
|
10935
|
+
</tr>
|
|
10936
|
+
<tr>
|
|
10937
|
+
<td class="with-icons is-vcentered"
|
|
10938
|
+
id="origin-originTeal800"
|
|
10939
|
+
title="theme: origin; category: origin; name: teal; variant: 800; ">
|
|
10940
|
+
originTeal800
|
|
10941
|
+
<a href="#origin-originTeal800"
|
|
10942
|
+
title="permalink"
|
|
10943
|
+
class="permalink">
|
|
10944
|
+
🔗
|
|
10945
|
+
</a>
|
|
10946
|
+
</td>
|
|
10947
|
+
<td class="is-vcentered">
|
|
10948
|
+
<pre>#003231ff</pre>
|
|
10949
|
+
</td>
|
|
10950
|
+
<td class="is-vcentered">
|
|
10951
|
+
<div class="table__color-preview"
|
|
10952
|
+
style="background-color: #003231ff;">
|
|
10953
|
+
</div>
|
|
10954
|
+
|
|
10955
|
+
</td>
|
|
10956
|
+
</tr>
|
|
10957
|
+
<tr>
|
|
10958
|
+
<td class="with-icons is-vcentered"
|
|
10959
|
+
id="origin-originTeal900"
|
|
10960
|
+
title="theme: origin; category: origin; name: teal; variant: 900; ">
|
|
10961
|
+
originTeal900
|
|
10962
|
+
<a href="#origin-originTeal900"
|
|
10963
|
+
title="permalink"
|
|
10964
|
+
class="permalink">
|
|
10965
|
+
🔗
|
|
10966
|
+
</a>
|
|
10967
|
+
</td>
|
|
10968
|
+
<td class="is-vcentered">
|
|
10969
|
+
<pre>#001919ff</pre>
|
|
10970
|
+
</td>
|
|
10971
|
+
<td class="is-vcentered">
|
|
10972
|
+
<div class="table__color-preview"
|
|
10973
|
+
style="background-color: #001919ff;">
|
|
10974
|
+
</div>
|
|
10975
|
+
|
|
10976
|
+
</td>
|
|
10977
|
+
</tr>
|
|
10978
|
+
<tr>
|
|
10979
|
+
<td class="with-icons is-vcentered"
|
|
10980
|
+
id="origin-originTeal1000"
|
|
10981
|
+
title="theme: origin; category: origin; name: teal; variant: 1000; ">
|
|
10982
|
+
originTeal1000
|
|
10983
|
+
<a href="#origin-originTeal1000"
|
|
10984
|
+
title="permalink"
|
|
10985
|
+
class="permalink">
|
|
10986
|
+
🔗
|
|
10987
|
+
</a>
|
|
10988
|
+
</td>
|
|
10989
|
+
<td class="is-vcentered">
|
|
10990
|
+
<pre>#000000ff</pre>
|
|
10991
|
+
</td>
|
|
10992
|
+
<td class="is-vcentered">
|
|
10993
|
+
<div class="table__color-preview"
|
|
10994
|
+
style="background-color: #000000ff;">
|
|
10995
|
+
</div>
|
|
10996
|
+
|
|
10997
|
+
</td>
|
|
10998
|
+
</tr>
|
|
10999
|
+
<tr>
|
|
11000
|
+
<td class="with-icons is-vcentered"
|
|
11001
|
+
id="origin-originTeal000"
|
|
11002
|
+
title="theme: origin; category: origin; name: teal; variant: 000; ">
|
|
11003
|
+
originTeal000
|
|
11004
|
+
<a href="#origin-originTeal000"
|
|
11005
|
+
title="permalink"
|
|
11006
|
+
class="permalink">
|
|
11007
|
+
🔗
|
|
11008
|
+
</a>
|
|
11009
|
+
</td>
|
|
11010
|
+
<td class="is-vcentered">
|
|
11011
|
+
<pre>#ffffffff</pre>
|
|
11012
|
+
</td>
|
|
11013
|
+
<td class="is-vcentered">
|
|
11014
|
+
<div class="table__color-preview"
|
|
11015
|
+
style="background-color: #ffffffff;">
|
|
11016
|
+
</div>
|
|
11017
|
+
|
|
11018
|
+
</td>
|
|
11019
|
+
</tr>
|
|
11020
|
+
<tr>
|
|
11021
|
+
<td class="with-icons is-vcentered"
|
|
11022
|
+
id="origin-originTeal010"
|
|
11023
|
+
title="theme: origin; category: origin; name: teal; variant: 010; ">
|
|
11024
|
+
originTeal010
|
|
11025
|
+
<a href="#origin-originTeal010"
|
|
11026
|
+
title="permalink"
|
|
11027
|
+
class="permalink">
|
|
11028
|
+
🔗
|
|
11029
|
+
</a>
|
|
11030
|
+
</td>
|
|
11031
|
+
<td class="is-vcentered">
|
|
11032
|
+
<pre>#f4fefeff</pre>
|
|
11033
|
+
</td>
|
|
11034
|
+
<td class="is-vcentered">
|
|
11035
|
+
<div class="table__color-preview"
|
|
11036
|
+
style="background-color: #f4fefeff;">
|
|
11037
|
+
</div>
|
|
11038
|
+
|
|
11039
|
+
</td>
|
|
11040
|
+
</tr>
|
|
11041
|
+
<tr>
|
|
11042
|
+
<td class="with-icons is-vcentered"
|
|
11043
|
+
id="origin-originTeal050"
|
|
11044
|
+
title="theme: origin; category: origin; name: teal; variant: 050; ">
|
|
11045
|
+
originTeal050
|
|
11046
|
+
<a href="#origin-originTeal050"
|
|
11047
|
+
title="permalink"
|
|
11048
|
+
class="permalink">
|
|
11049
|
+
🔗
|
|
11050
|
+
</a>
|
|
11051
|
+
</td>
|
|
11052
|
+
<td class="is-vcentered">
|
|
11053
|
+
<pre>#c3faf8ff</pre>
|
|
11054
|
+
</td>
|
|
11055
|
+
<td class="is-vcentered">
|
|
11056
|
+
<div class="table__color-preview"
|
|
11057
|
+
style="background-color: #c3faf8ff;">
|
|
11058
|
+
</div>
|
|
11059
|
+
|
|
11060
|
+
</td>
|
|
11061
|
+
</tr>
|
|
11062
|
+
<tr>
|
|
11063
|
+
<td class="with-icons is-vcentered"
|
|
11064
|
+
id="origin-originCherry100"
|
|
11065
|
+
title="theme: origin; category: origin; name: cherry; variant: 100; ">
|
|
11066
|
+
originCherry100
|
|
11067
|
+
<a href="#origin-originCherry100"
|
|
11068
|
+
title="permalink"
|
|
11069
|
+
class="permalink">
|
|
11070
|
+
🔗
|
|
11071
|
+
</a>
|
|
11072
|
+
</td>
|
|
11073
|
+
<td class="is-vcentered">
|
|
11074
|
+
<pre>#f7b3c2ff</pre>
|
|
11075
|
+
</td>
|
|
11076
|
+
<td class="is-vcentered">
|
|
11077
|
+
<div class="table__color-preview"
|
|
11078
|
+
style="background-color: #f7b3c2ff;">
|
|
11079
|
+
</div>
|
|
11080
|
+
|
|
11081
|
+
</td>
|
|
11082
|
+
</tr>
|
|
11083
|
+
<tr>
|
|
11084
|
+
<td class="with-icons is-vcentered"
|
|
11085
|
+
id="origin-originCherry200"
|
|
11086
|
+
title="theme: origin; category: origin; name: cherry; variant: 200; ">
|
|
11087
|
+
originCherry200
|
|
11088
|
+
<a href="#origin-originCherry200"
|
|
11089
|
+
title="permalink"
|
|
11090
|
+
class="permalink">
|
|
11091
|
+
🔗
|
|
11092
|
+
</a>
|
|
11093
|
+
</td>
|
|
11094
|
+
<td class="is-vcentered">
|
|
11095
|
+
<pre>#ed94aaff</pre>
|
|
11096
|
+
</td>
|
|
11097
|
+
<td class="is-vcentered">
|
|
11098
|
+
<div class="table__color-preview"
|
|
11099
|
+
style="background-color: #ed94aaff;">
|
|
11100
|
+
</div>
|
|
11101
|
+
|
|
11102
|
+
</td>
|
|
11103
|
+
</tr>
|
|
11104
|
+
<tr>
|
|
11105
|
+
<td class="with-icons is-vcentered"
|
|
11106
|
+
id="origin-originCherry300"
|
|
11107
|
+
title="theme: origin; category: origin; name: cherry; variant: 300; ">
|
|
11108
|
+
originCherry300
|
|
11109
|
+
<a href="#origin-originCherry300"
|
|
11110
|
+
title="permalink"
|
|
11111
|
+
class="permalink">
|
|
11112
|
+
🔗
|
|
11113
|
+
</a>
|
|
11114
|
+
</td>
|
|
11115
|
+
<td class="is-vcentered">
|
|
11116
|
+
<pre>#e27491ff</pre>
|
|
11117
|
+
</td>
|
|
11118
|
+
<td class="is-vcentered">
|
|
11119
|
+
<div class="table__color-preview"
|
|
11120
|
+
style="background-color: #e27491ff;">
|
|
11121
|
+
</div>
|
|
11122
|
+
|
|
11123
|
+
</td>
|
|
11124
|
+
</tr>
|
|
11125
|
+
<tr>
|
|
11126
|
+
<td class="with-icons is-vcentered"
|
|
11127
|
+
id="origin-originCherry400"
|
|
11128
|
+
title="theme: origin; category: origin; name: cherry; variant: 400; ">
|
|
11129
|
+
originCherry400
|
|
11130
|
+
<a href="#origin-originCherry400"
|
|
11131
|
+
title="permalink"
|
|
11132
|
+
class="permalink">
|
|
11133
|
+
🔗
|
|
11134
|
+
</a>
|
|
11135
|
+
</td>
|
|
11136
|
+
<td class="is-vcentered">
|
|
11137
|
+
<pre>#d85579ff</pre>
|
|
11138
|
+
</td>
|
|
11139
|
+
<td class="is-vcentered">
|
|
11140
|
+
<div class="table__color-preview"
|
|
11141
|
+
style="background-color: #d85579ff;">
|
|
11142
|
+
</div>
|
|
11143
|
+
|
|
11144
|
+
</td>
|
|
11145
|
+
</tr>
|
|
11146
|
+
<tr>
|
|
11147
|
+
<td class="with-icons is-vcentered"
|
|
11148
|
+
id="origin-originCherry500"
|
|
11149
|
+
title="theme: origin; category: origin; name: cherry; variant: 500; ">
|
|
11150
|
+
originCherry500
|
|
11151
|
+
<a href="#origin-originCherry500"
|
|
11152
|
+
title="permalink"
|
|
11153
|
+
class="permalink">
|
|
11154
|
+
🔗
|
|
11155
|
+
</a>
|
|
11156
|
+
</td>
|
|
11157
|
+
<td class="is-vcentered">
|
|
11158
|
+
<pre>#ba3c63ff</pre>
|
|
11159
|
+
</td>
|
|
11160
|
+
<td class="is-vcentered">
|
|
11161
|
+
<div class="table__color-preview"
|
|
11162
|
+
style="background-color: #ba3c63ff;">
|
|
11163
|
+
</div>
|
|
11164
|
+
|
|
11165
|
+
</td>
|
|
11166
|
+
</tr>
|
|
11167
|
+
<tr>
|
|
11168
|
+
<td class="with-icons is-vcentered"
|
|
11169
|
+
id="origin-originCherry600"
|
|
11170
|
+
title="theme: origin; category: origin; name: cherry; variant: 600; ">
|
|
11171
|
+
originCherry600
|
|
11172
|
+
<a href="#origin-originCherry600"
|
|
11173
|
+
title="permalink"
|
|
11174
|
+
class="permalink">
|
|
11175
|
+
🔗
|
|
11176
|
+
</a>
|
|
11177
|
+
</td>
|
|
11178
|
+
<td class="is-vcentered">
|
|
11179
|
+
<pre>#95304fff</pre>
|
|
11180
|
+
</td>
|
|
11181
|
+
<td class="is-vcentered">
|
|
11182
|
+
<div class="table__color-preview"
|
|
11183
|
+
style="background-color: #95304fff;">
|
|
11184
|
+
</div>
|
|
11185
|
+
|
|
11186
|
+
</td>
|
|
11187
|
+
</tr>
|
|
11188
|
+
<tr>
|
|
11189
|
+
<td class="with-icons is-vcentered"
|
|
11190
|
+
id="origin-originCherry700"
|
|
11191
|
+
title="theme: origin; category: origin; name: cherry; variant: 700; ">
|
|
11192
|
+
originCherry700
|
|
11193
|
+
<a href="#origin-originCherry700"
|
|
11194
|
+
title="permalink"
|
|
11195
|
+
class="permalink">
|
|
11196
|
+
🔗
|
|
11197
|
+
</a>
|
|
11198
|
+
</td>
|
|
11199
|
+
<td class="is-vcentered">
|
|
11200
|
+
<pre>#70243bff</pre>
|
|
11201
|
+
</td>
|
|
11202
|
+
<td class="is-vcentered">
|
|
11203
|
+
<div class="table__color-preview"
|
|
11204
|
+
style="background-color: #70243bff;">
|
|
11205
|
+
</div>
|
|
11206
|
+
|
|
11207
|
+
</td>
|
|
11208
|
+
</tr>
|
|
11209
|
+
<tr>
|
|
11210
|
+
<td class="with-icons is-vcentered"
|
|
11211
|
+
id="origin-originCherry800"
|
|
11212
|
+
title="theme: origin; category: origin; name: cherry; variant: 800; ">
|
|
11213
|
+
originCherry800
|
|
11214
|
+
<a href="#origin-originCherry800"
|
|
11215
|
+
title="permalink"
|
|
11216
|
+
class="permalink">
|
|
11217
|
+
🔗
|
|
11218
|
+
</a>
|
|
11219
|
+
</td>
|
|
11220
|
+
<td class="is-vcentered">
|
|
11221
|
+
<pre>#4a1828ff</pre>
|
|
11222
|
+
</td>
|
|
11223
|
+
<td class="is-vcentered">
|
|
11224
|
+
<div class="table__color-preview"
|
|
11225
|
+
style="background-color: #4a1828ff;">
|
|
11226
|
+
</div>
|
|
11227
|
+
|
|
11228
|
+
</td>
|
|
11229
|
+
</tr>
|
|
11230
|
+
<tr>
|
|
11231
|
+
<td class="with-icons is-vcentered"
|
|
11232
|
+
id="origin-originCherry900"
|
|
11233
|
+
title="theme: origin; category: origin; name: cherry; variant: 900; ">
|
|
11234
|
+
originCherry900
|
|
11235
|
+
<a href="#origin-originCherry900"
|
|
11236
|
+
title="permalink"
|
|
11237
|
+
class="permalink">
|
|
11238
|
+
🔗
|
|
11239
|
+
</a>
|
|
11240
|
+
</td>
|
|
11241
|
+
<td class="is-vcentered">
|
|
11242
|
+
<pre>#250c14ff</pre>
|
|
11243
|
+
</td>
|
|
11244
|
+
<td class="is-vcentered">
|
|
11245
|
+
<div class="table__color-preview"
|
|
11246
|
+
style="background-color: #250c14ff;">
|
|
11247
|
+
</div>
|
|
11248
|
+
|
|
11249
|
+
</td>
|
|
11250
|
+
</tr>
|
|
11251
|
+
<tr>
|
|
11252
|
+
<td class="with-icons is-vcentered"
|
|
11253
|
+
id="origin-originCherry1000"
|
|
11254
|
+
title="theme: origin; category: origin; name: cherry; variant: 1000; ">
|
|
11255
|
+
originCherry1000
|
|
11256
|
+
<a href="#origin-originCherry1000"
|
|
11257
|
+
title="permalink"
|
|
11258
|
+
class="permalink">
|
|
11259
|
+
🔗
|
|
11260
|
+
</a>
|
|
11261
|
+
</td>
|
|
11262
|
+
<td class="is-vcentered">
|
|
11263
|
+
<pre>#000000ff</pre>
|
|
11264
|
+
</td>
|
|
11265
|
+
<td class="is-vcentered">
|
|
11266
|
+
<div class="table__color-preview"
|
|
11267
|
+
style="background-color: #000000ff;">
|
|
11268
|
+
</div>
|
|
11269
|
+
|
|
11270
|
+
</td>
|
|
11271
|
+
</tr>
|
|
11272
|
+
<tr>
|
|
11273
|
+
<td class="with-icons is-vcentered"
|
|
11274
|
+
id="origin-originCherry000"
|
|
11275
|
+
title="theme: origin; category: origin; name: cherry; variant: 000; ">
|
|
11276
|
+
originCherry000
|
|
11277
|
+
<a href="#origin-originCherry000"
|
|
11278
|
+
title="permalink"
|
|
11279
|
+
class="permalink">
|
|
11280
|
+
🔗
|
|
11281
|
+
</a>
|
|
11282
|
+
</td>
|
|
11283
|
+
<td class="is-vcentered">
|
|
11284
|
+
<pre>#ffffffff</pre>
|
|
11285
|
+
</td>
|
|
11286
|
+
<td class="is-vcentered">
|
|
11287
|
+
<div class="table__color-preview"
|
|
11288
|
+
style="background-color: #ffffffff;">
|
|
11289
|
+
</div>
|
|
11290
|
+
|
|
11291
|
+
</td>
|
|
11292
|
+
</tr>
|
|
11293
|
+
<tr>
|
|
11294
|
+
<td class="with-icons is-vcentered"
|
|
11295
|
+
id="origin-originCherry010"
|
|
11296
|
+
title="theme: origin; category: origin; name: cherry; variant: 010; ">
|
|
11297
|
+
originCherry010
|
|
11298
|
+
<a href="#origin-originCherry010"
|
|
11299
|
+
title="permalink"
|
|
11300
|
+
class="permalink">
|
|
11301
|
+
🔗
|
|
11302
|
+
</a>
|
|
11303
|
+
</td>
|
|
11304
|
+
<td class="is-vcentered">
|
|
11305
|
+
<pre>#fef5f7ff</pre>
|
|
11306
|
+
</td>
|
|
11307
|
+
<td class="is-vcentered">
|
|
11308
|
+
<div class="table__color-preview"
|
|
11309
|
+
style="background-color: #fef5f7ff;">
|
|
11310
|
+
</div>
|
|
11311
|
+
|
|
11312
|
+
</td>
|
|
11313
|
+
</tr>
|
|
11314
|
+
<tr>
|
|
11315
|
+
<td class="with-icons is-vcentered"
|
|
11316
|
+
id="origin-originCherry050"
|
|
11317
|
+
title="theme: origin; category: origin; name: cherry; variant: 050; ">
|
|
11318
|
+
originCherry050
|
|
11319
|
+
<a href="#origin-originCherry050"
|
|
11320
|
+
title="permalink"
|
|
11321
|
+
class="permalink">
|
|
11322
|
+
🔗
|
|
11323
|
+
</a>
|
|
11324
|
+
</td>
|
|
11325
|
+
<td class="is-vcentered">
|
|
11326
|
+
<pre>#fad4deff</pre>
|
|
11327
|
+
</td>
|
|
11328
|
+
<td class="is-vcentered">
|
|
11329
|
+
<div class="table__color-preview"
|
|
11330
|
+
style="background-color: #fad4deff;">
|
|
11331
|
+
</div>
|
|
11332
|
+
|
|
11333
|
+
</td>
|
|
11334
|
+
</tr>
|
|
11335
|
+
<tr>
|
|
11336
|
+
<td class="with-icons is-vcentered"
|
|
11337
|
+
id="origin-originTerra100"
|
|
11338
|
+
title="theme: origin; category: origin; name: terra; variant: 100; ">
|
|
11339
|
+
originTerra100
|
|
11340
|
+
<a href="#origin-originTerra100"
|
|
11341
|
+
title="permalink"
|
|
11342
|
+
class="permalink">
|
|
11343
|
+
🔗
|
|
11344
|
+
</a>
|
|
11345
|
+
</td>
|
|
11346
|
+
<td class="is-vcentered">
|
|
11347
|
+
<pre>#ffbca6ff</pre>
|
|
11348
|
+
</td>
|
|
11349
|
+
<td class="is-vcentered">
|
|
11350
|
+
<div class="table__color-preview"
|
|
11351
|
+
style="background-color: #ffbca6ff;">
|
|
11352
|
+
</div>
|
|
11353
|
+
|
|
11354
|
+
</td>
|
|
11355
|
+
</tr>
|
|
11356
|
+
<tr>
|
|
11357
|
+
<td class="with-icons is-vcentered"
|
|
11358
|
+
id="origin-originTerra200"
|
|
11359
|
+
title="theme: origin; category: origin; name: terra; variant: 200; ">
|
|
11360
|
+
originTerra200
|
|
11361
|
+
<a href="#origin-originTerra200"
|
|
11362
|
+
title="permalink"
|
|
11363
|
+
class="permalink">
|
|
11364
|
+
🔗
|
|
11365
|
+
</a>
|
|
11366
|
+
</td>
|
|
11367
|
+
<td class="is-vcentered">
|
|
11368
|
+
<pre>#f59a83ff</pre>
|
|
11369
|
+
</td>
|
|
11370
|
+
<td class="is-vcentered">
|
|
11371
|
+
<div class="table__color-preview"
|
|
11372
|
+
style="background-color: #f59a83ff;">
|
|
11373
|
+
</div>
|
|
11374
|
+
|
|
11375
|
+
</td>
|
|
11376
|
+
</tr>
|
|
11377
|
+
<tr>
|
|
11378
|
+
<td class="with-icons is-vcentered"
|
|
11379
|
+
id="origin-originTerra300"
|
|
11380
|
+
title="theme: origin; category: origin; name: terra; variant: 300; ">
|
|
11381
|
+
originTerra300
|
|
11382
|
+
<a href="#origin-originTerra300"
|
|
11383
|
+
title="permalink"
|
|
11384
|
+
class="permalink">
|
|
11385
|
+
🔗
|
|
11386
|
+
</a>
|
|
11387
|
+
</td>
|
|
11388
|
+
<td class="is-vcentered">
|
|
11389
|
+
<pre>#ea7961ff</pre>
|
|
11390
|
+
</td>
|
|
11391
|
+
<td class="is-vcentered">
|
|
11392
|
+
<div class="table__color-preview"
|
|
11393
|
+
style="background-color: #ea7961ff;">
|
|
11394
|
+
</div>
|
|
11395
|
+
|
|
11396
|
+
</td>
|
|
11397
|
+
</tr>
|
|
11398
|
+
<tr>
|
|
11399
|
+
<td class="with-icons is-vcentered"
|
|
11400
|
+
id="origin-originTerra400"
|
|
11401
|
+
title="theme: origin; category: origin; name: terra; variant: 400; ">
|
|
11402
|
+
originTerra400
|
|
11403
|
+
<a href="#origin-originTerra400"
|
|
11404
|
+
title="permalink"
|
|
11405
|
+
class="permalink">
|
|
11406
|
+
🔗
|
|
11407
|
+
</a>
|
|
11408
|
+
</td>
|
|
11409
|
+
<td class="is-vcentered">
|
|
11410
|
+
<pre>#e0583eff</pre>
|
|
11411
|
+
</td>
|
|
11412
|
+
<td class="is-vcentered">
|
|
11413
|
+
<div class="table__color-preview"
|
|
11414
|
+
style="background-color: #e0583eff;">
|
|
11415
|
+
</div>
|
|
11416
|
+
|
|
11417
|
+
</td>
|
|
11418
|
+
</tr>
|
|
11419
|
+
<tr>
|
|
11420
|
+
<td class="with-icons is-vcentered"
|
|
11421
|
+
id="origin-originTerra500"
|
|
11422
|
+
title="theme: origin; category: origin; name: terra; variant: 500; ">
|
|
11423
|
+
originTerra500
|
|
11424
|
+
<a href="#origin-originTerra500"
|
|
11425
|
+
title="permalink"
|
|
11426
|
+
class="permalink">
|
|
11427
|
+
🔗
|
|
11428
|
+
</a>
|
|
11429
|
+
</td>
|
|
11430
|
+
<td class="is-vcentered">
|
|
11431
|
+
<pre>#c94633ff</pre>
|
|
11432
|
+
</td>
|
|
11433
|
+
<td class="is-vcentered">
|
|
11434
|
+
<div class="table__color-preview"
|
|
11435
|
+
style="background-color: #c94633ff;">
|
|
11436
|
+
</div>
|
|
11437
|
+
|
|
11438
|
+
</td>
|
|
11439
|
+
</tr>
|
|
11440
|
+
<tr>
|
|
11441
|
+
<td class="with-icons is-vcentered"
|
|
11442
|
+
id="origin-originTerra600"
|
|
11443
|
+
title="theme: origin; category: origin; name: terra; variant: 600; ">
|
|
11444
|
+
originTerra600
|
|
11445
|
+
<a href="#origin-originTerra600"
|
|
11446
|
+
title="permalink"
|
|
11447
|
+
class="permalink">
|
|
11448
|
+
🔗
|
|
11449
|
+
</a>
|
|
11450
|
+
</td>
|
|
11451
|
+
<td class="is-vcentered">
|
|
11452
|
+
<pre>#a13829ff</pre>
|
|
11453
|
+
</td>
|
|
11454
|
+
<td class="is-vcentered">
|
|
11455
|
+
<div class="table__color-preview"
|
|
11456
|
+
style="background-color: #a13829ff;">
|
|
11457
|
+
</div>
|
|
11458
|
+
|
|
11459
|
+
</td>
|
|
11460
|
+
</tr>
|
|
11461
|
+
<tr>
|
|
11462
|
+
<td class="with-icons is-vcentered"
|
|
11463
|
+
id="origin-originTerra700"
|
|
11464
|
+
title="theme: origin; category: origin; name: terra; variant: 700; ">
|
|
11465
|
+
originTerra700
|
|
11466
|
+
<a href="#origin-originTerra700"
|
|
11467
|
+
title="permalink"
|
|
11468
|
+
class="permalink">
|
|
11469
|
+
🔗
|
|
11470
|
+
</a>
|
|
11471
|
+
</td>
|
|
11472
|
+
<td class="is-vcentered">
|
|
11473
|
+
<pre>#782a1eff</pre>
|
|
11474
|
+
</td>
|
|
11475
|
+
<td class="is-vcentered">
|
|
11476
|
+
<div class="table__color-preview"
|
|
11477
|
+
style="background-color: #782a1eff;">
|
|
11478
|
+
</div>
|
|
11479
|
+
|
|
11480
|
+
</td>
|
|
11481
|
+
</tr>
|
|
11482
|
+
<tr>
|
|
11483
|
+
<td class="with-icons is-vcentered"
|
|
11484
|
+
id="origin-originTerra800"
|
|
11485
|
+
title="theme: origin; category: origin; name: terra; variant: 800; ">
|
|
11486
|
+
originTerra800
|
|
11487
|
+
<a href="#origin-originTerra800"
|
|
11488
|
+
title="permalink"
|
|
11489
|
+
class="permalink">
|
|
11490
|
+
🔗
|
|
11491
|
+
</a>
|
|
11492
|
+
</td>
|
|
11493
|
+
<td class="is-vcentered">
|
|
11494
|
+
<pre>#501c14ff</pre>
|
|
11495
|
+
</td>
|
|
11496
|
+
<td class="is-vcentered">
|
|
11497
|
+
<div class="table__color-preview"
|
|
11498
|
+
style="background-color: #501c14ff;">
|
|
11499
|
+
</div>
|
|
11500
|
+
|
|
11501
|
+
</td>
|
|
11502
|
+
</tr>
|
|
11503
|
+
<tr>
|
|
11504
|
+
<td class="with-icons is-vcentered"
|
|
11505
|
+
id="origin-originTerra900"
|
|
11506
|
+
title="theme: origin; category: origin; name: terra; variant: 900; ">
|
|
11507
|
+
originTerra900
|
|
11508
|
+
<a href="#origin-originTerra900"
|
|
11509
|
+
title="permalink"
|
|
11510
|
+
class="permalink">
|
|
11511
|
+
🔗
|
|
11512
|
+
</a>
|
|
11513
|
+
</td>
|
|
11514
|
+
<td class="is-vcentered">
|
|
11515
|
+
<pre>#280e0aff</pre>
|
|
11516
|
+
</td>
|
|
11517
|
+
<td class="is-vcentered">
|
|
11518
|
+
<div class="table__color-preview"
|
|
11519
|
+
style="background-color: #280e0aff;">
|
|
11520
|
+
</div>
|
|
11521
|
+
|
|
11522
|
+
</td>
|
|
11523
|
+
</tr>
|
|
11524
|
+
<tr>
|
|
11525
|
+
<td class="with-icons is-vcentered"
|
|
11526
|
+
id="origin-originTerra1000"
|
|
11527
|
+
title="theme: origin; category: origin; name: terra; variant: 1000; ">
|
|
11528
|
+
originTerra1000
|
|
11529
|
+
<a href="#origin-originTerra1000"
|
|
11530
|
+
title="permalink"
|
|
11531
|
+
class="permalink">
|
|
11532
|
+
🔗
|
|
11533
|
+
</a>
|
|
11534
|
+
</td>
|
|
11535
|
+
<td class="is-vcentered">
|
|
11536
|
+
<pre>#000000ff</pre>
|
|
11537
|
+
</td>
|
|
11538
|
+
<td class="is-vcentered">
|
|
11539
|
+
<div class="table__color-preview"
|
|
11540
|
+
style="background-color: #000000ff;">
|
|
11541
|
+
</div>
|
|
11542
|
+
|
|
11543
|
+
</td>
|
|
11544
|
+
</tr>
|
|
11545
|
+
<tr>
|
|
11546
|
+
<td class="with-icons is-vcentered"
|
|
11547
|
+
id="origin-originTerra000"
|
|
11548
|
+
title="theme: origin; category: origin; name: terra; variant: 000; ">
|
|
11549
|
+
originTerra000
|
|
11550
|
+
<a href="#origin-originTerra000"
|
|
11551
|
+
title="permalink"
|
|
11552
|
+
class="permalink">
|
|
11553
|
+
🔗
|
|
11554
|
+
</a>
|
|
11555
|
+
</td>
|
|
11556
|
+
<td class="is-vcentered">
|
|
11557
|
+
<pre>#ffffffff</pre>
|
|
11558
|
+
</td>
|
|
11559
|
+
<td class="is-vcentered">
|
|
11560
|
+
<div class="table__color-preview"
|
|
11561
|
+
style="background-color: #ffffffff;">
|
|
11562
|
+
</div>
|
|
11563
|
+
|
|
11564
|
+
</td>
|
|
11565
|
+
</tr>
|
|
11566
|
+
<tr>
|
|
11567
|
+
<td class="with-icons is-vcentered"
|
|
11568
|
+
id="origin-originTerra010"
|
|
11569
|
+
title="theme: origin; category: origin; name: terra; variant: 010; ">
|
|
11570
|
+
originTerra010
|
|
11571
|
+
<a href="#origin-originTerra010"
|
|
11572
|
+
title="permalink"
|
|
11573
|
+
class="permalink">
|
|
11574
|
+
🔗
|
|
11575
|
+
</a>
|
|
11576
|
+
</td>
|
|
11577
|
+
<td class="is-vcentered">
|
|
11578
|
+
<pre>#fff7f5ff</pre>
|
|
11579
|
+
</td>
|
|
11580
|
+
<td class="is-vcentered">
|
|
11581
|
+
<div class="table__color-preview"
|
|
11582
|
+
style="background-color: #fff7f5ff;">
|
|
11583
|
+
</div>
|
|
11584
|
+
|
|
11585
|
+
</td>
|
|
11586
|
+
</tr>
|
|
11587
|
+
<tr>
|
|
11588
|
+
<td class="with-icons is-vcentered"
|
|
11589
|
+
id="origin-originTerra050"
|
|
11590
|
+
title="theme: origin; category: origin; name: terra; variant: 050; ">
|
|
11591
|
+
originTerra050
|
|
11592
|
+
<a href="#origin-originTerra050"
|
|
11593
|
+
title="permalink"
|
|
11594
|
+
class="permalink">
|
|
11595
|
+
🔗
|
|
11596
|
+
</a>
|
|
11597
|
+
</td>
|
|
11598
|
+
<td class="is-vcentered">
|
|
11599
|
+
<pre>#ffdcd1ff</pre>
|
|
11600
|
+
</td>
|
|
11601
|
+
<td class="is-vcentered">
|
|
11602
|
+
<div class="table__color-preview"
|
|
11603
|
+
style="background-color: #ffdcd1ff;">
|
|
11604
|
+
</div>
|
|
11605
|
+
|
|
11606
|
+
</td>
|
|
11607
|
+
</tr>
|
|
11608
|
+
<tr>
|
|
11609
|
+
<td class="with-icons is-vcentered"
|
|
11610
|
+
id="origin-originAmber100"
|
|
11611
|
+
title="theme: origin; category: origin; name: amber; variant: 100; ">
|
|
11612
|
+
originAmber100
|
|
11613
|
+
<a href="#origin-originAmber100"
|
|
11614
|
+
title="permalink"
|
|
11615
|
+
class="permalink">
|
|
11616
|
+
🔗
|
|
11617
|
+
</a>
|
|
11618
|
+
</td>
|
|
11619
|
+
<td class="is-vcentered">
|
|
11620
|
+
<pre>#ffe290ff</pre>
|
|
11621
|
+
</td>
|
|
11622
|
+
<td class="is-vcentered">
|
|
11623
|
+
<div class="table__color-preview"
|
|
11624
|
+
style="background-color: #ffe290ff;">
|
|
11625
|
+
</div>
|
|
11626
|
+
|
|
11627
|
+
</td>
|
|
11628
|
+
</tr>
|
|
11629
|
+
<tr>
|
|
11630
|
+
<td class="with-icons is-vcentered"
|
|
11631
|
+
id="origin-originAmber200"
|
|
11632
|
+
title="theme: origin; category: origin; name: amber; variant: 200; ">
|
|
11633
|
+
originAmber200
|
|
11634
|
+
<a href="#origin-originAmber200"
|
|
11635
|
+
title="permalink"
|
|
11636
|
+
class="permalink">
|
|
11637
|
+
🔗
|
|
11638
|
+
</a>
|
|
11639
|
+
</td>
|
|
11640
|
+
<td class="is-vcentered">
|
|
11641
|
+
<pre>#f5ce55ff</pre>
|
|
11642
|
+
</td>
|
|
11643
|
+
<td class="is-vcentered">
|
|
11644
|
+
<div class="table__color-preview"
|
|
11645
|
+
style="background-color: #f5ce55ff;">
|
|
11646
|
+
</div>
|
|
11647
|
+
|
|
11648
|
+
</td>
|
|
11649
|
+
</tr>
|
|
11650
|
+
<tr>
|
|
11651
|
+
<td class="with-icons is-vcentered"
|
|
11652
|
+
id="origin-originAmber300"
|
|
11653
|
+
title="theme: origin; category: origin; name: amber; variant: 300; ">
|
|
11654
|
+
originAmber300
|
|
11655
|
+
<a href="#origin-originAmber300"
|
|
11656
|
+
title="permalink"
|
|
11657
|
+
class="permalink">
|
|
11658
|
+
🔗
|
|
11659
|
+
</a>
|
|
11660
|
+
</td>
|
|
11661
|
+
<td class="is-vcentered">
|
|
11662
|
+
<pre>#efab2fff</pre>
|
|
11663
|
+
</td>
|
|
11664
|
+
<td class="is-vcentered">
|
|
11665
|
+
<div class="table__color-preview"
|
|
11666
|
+
style="background-color: #efab2fff;">
|
|
11667
|
+
</div>
|
|
11668
|
+
|
|
11669
|
+
</td>
|
|
11670
|
+
</tr>
|
|
11671
|
+
<tr>
|
|
11672
|
+
<td class="with-icons is-vcentered"
|
|
11673
|
+
id="origin-originAmber400"
|
|
11674
|
+
title="theme: origin; category: origin; name: amber; variant: 400; ">
|
|
11675
|
+
originAmber400
|
|
11676
|
+
<a href="#origin-originAmber400"
|
|
11677
|
+
title="permalink"
|
|
11678
|
+
class="permalink">
|
|
11679
|
+
🔗
|
|
11680
|
+
</a>
|
|
11681
|
+
</td>
|
|
11682
|
+
<td class="is-vcentered">
|
|
11683
|
+
<pre>#e98709ff</pre>
|
|
11684
|
+
</td>
|
|
11685
|
+
<td class="is-vcentered">
|
|
11686
|
+
<div class="table__color-preview"
|
|
11687
|
+
style="background-color: #e98709ff;">
|
|
11688
|
+
</div>
|
|
11689
|
+
|
|
11690
|
+
</td>
|
|
11691
|
+
</tr>
|
|
11692
|
+
<tr>
|
|
11693
|
+
<td class="with-icons is-vcentered"
|
|
11694
|
+
id="origin-originAmber500"
|
|
11695
|
+
title="theme: origin; category: origin; name: amber; variant: 500; ">
|
|
11696
|
+
originAmber500
|
|
11697
|
+
<a href="#origin-originAmber500"
|
|
11698
|
+
title="permalink"
|
|
11699
|
+
class="permalink">
|
|
11700
|
+
🔗
|
|
11701
|
+
</a>
|
|
11702
|
+
</td>
|
|
11703
|
+
<td class="is-vcentered">
|
|
11704
|
+
<pre>#c15708ff</pre>
|
|
11705
|
+
</td>
|
|
11706
|
+
<td class="is-vcentered">
|
|
11707
|
+
<div class="table__color-preview"
|
|
11708
|
+
style="background-color: #c15708ff;">
|
|
11709
|
+
</div>
|
|
11710
|
+
|
|
11711
|
+
</td>
|
|
11712
|
+
</tr>
|
|
11713
|
+
<tr>
|
|
11714
|
+
<td class="with-icons is-vcentered"
|
|
11715
|
+
id="origin-originAmber600"
|
|
11716
|
+
title="theme: origin; category: origin; name: amber; variant: 600; ">
|
|
11717
|
+
originAmber600
|
|
11718
|
+
<a href="#origin-originAmber600"
|
|
11719
|
+
title="permalink"
|
|
11720
|
+
class="permalink">
|
|
11721
|
+
🔗
|
|
11722
|
+
</a>
|
|
11723
|
+
</td>
|
|
11724
|
+
<td class="is-vcentered">
|
|
11725
|
+
<pre>#9b4609ff</pre>
|
|
11726
|
+
</td>
|
|
11727
|
+
<td class="is-vcentered">
|
|
11728
|
+
<div class="table__color-preview"
|
|
11729
|
+
style="background-color: #9b4609ff;">
|
|
11730
|
+
</div>
|
|
11731
|
+
|
|
11732
|
+
</td>
|
|
11733
|
+
</tr>
|
|
11734
|
+
<tr>
|
|
11735
|
+
<td class="with-icons is-vcentered"
|
|
11736
|
+
id="origin-originAmber700"
|
|
11737
|
+
title="theme: origin; category: origin; name: amber; variant: 700; ">
|
|
11738
|
+
originAmber700
|
|
11739
|
+
<a href="#origin-originAmber700"
|
|
11740
|
+
title="permalink"
|
|
11741
|
+
class="permalink">
|
|
11742
|
+
🔗
|
|
11743
|
+
</a>
|
|
11744
|
+
</td>
|
|
11745
|
+
<td class="is-vcentered">
|
|
11746
|
+
<pre>#75330aff</pre>
|
|
11747
|
+
</td>
|
|
11748
|
+
<td class="is-vcentered">
|
|
11749
|
+
<div class="table__color-preview"
|
|
11750
|
+
style="background-color: #75330aff;">
|
|
11751
|
+
</div>
|
|
11752
|
+
|
|
11753
|
+
</td>
|
|
11754
|
+
</tr>
|
|
11755
|
+
<tr>
|
|
11756
|
+
<td class="with-icons is-vcentered"
|
|
11757
|
+
id="origin-originAmber800"
|
|
11758
|
+
title="theme: origin; category: origin; name: amber; variant: 800; ">
|
|
11759
|
+
originAmber800
|
|
11760
|
+
<a href="#origin-originAmber800"
|
|
11761
|
+
title="permalink"
|
|
11762
|
+
class="permalink">
|
|
11763
|
+
🔗
|
|
11764
|
+
</a>
|
|
11765
|
+
</td>
|
|
11766
|
+
<td class="is-vcentered">
|
|
11767
|
+
<pre>#4f220bff</pre>
|
|
11768
|
+
</td>
|
|
11769
|
+
<td class="is-vcentered">
|
|
11770
|
+
<div class="table__color-preview"
|
|
11771
|
+
style="background-color: #4f220bff;">
|
|
11772
|
+
</div>
|
|
11773
|
+
|
|
11774
|
+
</td>
|
|
11775
|
+
</tr>
|
|
11776
|
+
<tr>
|
|
11777
|
+
<td class="with-icons is-vcentered"
|
|
11778
|
+
id="origin-originAmber900"
|
|
11779
|
+
title="theme: origin; category: origin; name: amber; variant: 900; ">
|
|
11780
|
+
originAmber900
|
|
11781
|
+
<a href="#origin-originAmber900"
|
|
11782
|
+
title="permalink"
|
|
11783
|
+
class="permalink">
|
|
11784
|
+
🔗
|
|
11785
|
+
</a>
|
|
11786
|
+
</td>
|
|
11787
|
+
<td class="is-vcentered">
|
|
11788
|
+
<pre>#281106ff</pre>
|
|
11789
|
+
</td>
|
|
11790
|
+
<td class="is-vcentered">
|
|
11791
|
+
<div class="table__color-preview"
|
|
11792
|
+
style="background-color: #281106ff;">
|
|
11793
|
+
</div>
|
|
11794
|
+
|
|
11795
|
+
</td>
|
|
11796
|
+
</tr>
|
|
11797
|
+
<tr>
|
|
11798
|
+
<td class="with-icons is-vcentered"
|
|
11799
|
+
id="origin-originAmber1000"
|
|
11800
|
+
title="theme: origin; category: origin; name: amber; variant: 1000; ">
|
|
11801
|
+
originAmber1000
|
|
11802
|
+
<a href="#origin-originAmber1000"
|
|
11803
|
+
title="permalink"
|
|
11804
|
+
class="permalink">
|
|
11805
|
+
🔗
|
|
11806
|
+
</a>
|
|
11807
|
+
</td>
|
|
11808
|
+
<td class="is-vcentered">
|
|
11809
|
+
<pre>#000000ff</pre>
|
|
11810
|
+
</td>
|
|
11811
|
+
<td class="is-vcentered">
|
|
11812
|
+
<div class="table__color-preview"
|
|
11813
|
+
style="background-color: #000000ff;">
|
|
11814
|
+
</div>
|
|
11815
|
+
|
|
11816
|
+
</td>
|
|
11817
|
+
</tr>
|
|
11818
|
+
<tr>
|
|
11819
|
+
<td class="with-icons is-vcentered"
|
|
11820
|
+
id="origin-originAmber000"
|
|
11821
|
+
title="theme: origin; category: origin; name: amber; variant: 000; ">
|
|
11822
|
+
originAmber000
|
|
11823
|
+
<a href="#origin-originAmber000"
|
|
11824
|
+
title="permalink"
|
|
11825
|
+
class="permalink">
|
|
11826
|
+
🔗
|
|
11827
|
+
</a>
|
|
11828
|
+
</td>
|
|
11829
|
+
<td class="is-vcentered">
|
|
11830
|
+
<pre>#ffffffff</pre>
|
|
11831
|
+
</td>
|
|
11832
|
+
<td class="is-vcentered">
|
|
11833
|
+
<div class="table__color-preview"
|
|
11834
|
+
style="background-color: #ffffffff;">
|
|
11835
|
+
</div>
|
|
11836
|
+
|
|
11837
|
+
</td>
|
|
11838
|
+
</tr>
|
|
11839
|
+
<tr>
|
|
11840
|
+
<td class="with-icons is-vcentered"
|
|
11841
|
+
id="origin-originAmber010"
|
|
11842
|
+
title="theme: origin; category: origin; name: amber; variant: 010; ">
|
|
11843
|
+
originAmber010
|
|
11844
|
+
<a href="#origin-originAmber010"
|
|
11845
|
+
title="permalink"
|
|
11846
|
+
class="permalink">
|
|
11847
|
+
🔗
|
|
11848
|
+
</a>
|
|
11849
|
+
</td>
|
|
11850
|
+
<td class="is-vcentered">
|
|
11851
|
+
<pre>#fffcefff</pre>
|
|
11852
|
+
</td>
|
|
11853
|
+
<td class="is-vcentered">
|
|
11854
|
+
<div class="table__color-preview"
|
|
11855
|
+
style="background-color: #fffcefff;">
|
|
11856
|
+
</div>
|
|
11857
|
+
|
|
11858
|
+
</td>
|
|
11859
|
+
</tr>
|
|
11860
|
+
<tr>
|
|
11861
|
+
<td class="with-icons is-vcentered"
|
|
11862
|
+
id="origin-originAmber050"
|
|
11863
|
+
title="theme: origin; category: origin; name: amber; variant: 050; ">
|
|
11864
|
+
originAmber050
|
|
11865
|
+
<a href="#origin-originAmber050"
|
|
11866
|
+
title="permalink"
|
|
11867
|
+
class="permalink">
|
|
11868
|
+
🔗
|
|
11869
|
+
</a>
|
|
11870
|
+
</td>
|
|
11871
|
+
<td class="is-vcentered">
|
|
11872
|
+
<pre>#fff0c3ff</pre>
|
|
11873
|
+
</td>
|
|
11874
|
+
<td class="is-vcentered">
|
|
11875
|
+
<div class="table__color-preview"
|
|
11876
|
+
style="background-color: #fff0c3ff;">
|
|
11877
|
+
</div>
|
|
11878
|
+
|
|
11879
|
+
</td>
|
|
11880
|
+
</tr>
|
|
11881
|
+
<tr>
|
|
11882
|
+
<td class="with-icons is-vcentered"
|
|
11883
|
+
id="origin-originSkin400"
|
|
11884
|
+
title="theme: origin; category: origin; name: skin; variant: 400; ">
|
|
11885
|
+
originSkin400
|
|
11886
|
+
<a href="#origin-originSkin400"
|
|
11887
|
+
title="permalink"
|
|
11888
|
+
class="permalink">
|
|
11889
|
+
🔗
|
|
11890
|
+
</a>
|
|
11891
|
+
</td>
|
|
11892
|
+
<td class="is-vcentered">
|
|
11893
|
+
<pre>#ddb89eff</pre>
|
|
11894
|
+
</td>
|
|
11895
|
+
<td class="is-vcentered">
|
|
11896
|
+
<div class="table__color-preview"
|
|
11897
|
+
style="background-color: #ddb89eff;">
|
|
11898
|
+
</div>
|
|
11899
|
+
|
|
11900
|
+
</td>
|
|
11901
|
+
</tr>
|
|
11902
|
+
<tr>
|
|
11903
|
+
<td class="with-icons is-vcentered"
|
|
11904
|
+
id="origin-originSkin500"
|
|
11905
|
+
title="theme: origin; category: origin; name: skin; variant: 500; ">
|
|
11906
|
+
originSkin500
|
|
11907
|
+
<a href="#origin-originSkin500"
|
|
11908
|
+
title="permalink"
|
|
11909
|
+
class="permalink">
|
|
11910
|
+
🔗
|
|
11911
|
+
</a>
|
|
11912
|
+
</td>
|
|
11913
|
+
<td class="is-vcentered">
|
|
11914
|
+
<pre>#e84d4fff</pre>
|
|
11915
|
+
</td>
|
|
11916
|
+
<td class="is-vcentered">
|
|
11917
|
+
<div class="table__color-preview"
|
|
11918
|
+
style="background-color: #e84d4fff;">
|
|
11919
|
+
</div>
|
|
11920
|
+
|
|
11921
|
+
</td>
|
|
11922
|
+
</tr>
|
|
11923
|
+
<tr>
|
|
11924
|
+
<td class="with-icons is-vcentered"
|
|
11925
|
+
id="origin-originSkin600"
|
|
11926
|
+
title="theme: origin; category: origin; name: skin; variant: 600; ">
|
|
11927
|
+
originSkin600
|
|
11928
|
+
<a href="#origin-originSkin600"
|
|
11929
|
+
title="permalink"
|
|
11930
|
+
class="permalink">
|
|
11931
|
+
🔗
|
|
11932
|
+
</a>
|
|
11933
|
+
</td>
|
|
11934
|
+
<td class="is-vcentered">
|
|
11935
|
+
<pre>#b26e3dff</pre>
|
|
11936
|
+
</td>
|
|
11937
|
+
<td class="is-vcentered">
|
|
11938
|
+
<div class="table__color-preview"
|
|
11939
|
+
style="background-color: #b26e3dff;">
|
|
11940
|
+
</div>
|
|
11941
|
+
|
|
11942
|
+
</td>
|
|
11943
|
+
</tr>
|
|
11944
|
+
<tr>
|
|
11945
|
+
<td class="with-icons is-vcentered"
|
|
11946
|
+
id="origin-originSkin700"
|
|
11947
|
+
title="theme: origin; category: origin; name: skin; variant: 700; ">
|
|
11948
|
+
originSkin700
|
|
11949
|
+
<a href="#origin-originSkin700"
|
|
11950
|
+
title="permalink"
|
|
11951
|
+
class="permalink">
|
|
11952
|
+
🔗
|
|
11953
|
+
</a>
|
|
11954
|
+
</td>
|
|
11955
|
+
<td class="is-vcentered">
|
|
11956
|
+
<pre>#3a2417ff</pre>
|
|
11957
|
+
</td>
|
|
11958
|
+
<td class="is-vcentered">
|
|
11959
|
+
<div class="table__color-preview"
|
|
11960
|
+
style="background-color: #3a2417ff;">
|
|
11961
|
+
</div>
|
|
11962
|
+
|
|
11963
|
+
</td>
|
|
11964
|
+
</tr>
|
|
11965
|
+
<tr>
|
|
11966
|
+
<td class="with-icons is-vcentered"
|
|
11967
|
+
id="origin-originGray100"
|
|
11968
|
+
title="theme: origin; category: origin; name: gray; variant: 100; ">
|
|
11969
|
+
originGray100
|
|
11970
|
+
<a href="#origin-originGray100"
|
|
11971
|
+
title="permalink"
|
|
11972
|
+
class="permalink">
|
|
11973
|
+
🔗
|
|
11974
|
+
</a>
|
|
11975
|
+
</td>
|
|
11976
|
+
<td class="is-vcentered">
|
|
11977
|
+
<pre>#e6e6e6ff</pre>
|
|
11978
|
+
</td>
|
|
11979
|
+
<td class="is-vcentered">
|
|
11980
|
+
<div class="table__color-preview"
|
|
11981
|
+
style="background-color: #e6e6e6ff;">
|
|
11982
|
+
</div>
|
|
11983
|
+
|
|
11984
|
+
</td>
|
|
11985
|
+
</tr>
|
|
11986
|
+
<tr>
|
|
11987
|
+
<td class="with-icons is-vcentered"
|
|
11988
|
+
id="origin-originGray200"
|
|
11989
|
+
title="theme: origin; category: origin; name: gray; variant: 200; ">
|
|
11990
|
+
originGray200
|
|
11991
|
+
<a href="#origin-originGray200"
|
|
11992
|
+
title="permalink"
|
|
11993
|
+
class="permalink">
|
|
11994
|
+
🔗
|
|
11995
|
+
</a>
|
|
11996
|
+
</td>
|
|
11997
|
+
<td class="is-vcentered">
|
|
11998
|
+
<pre>#ccccccff</pre>
|
|
11999
|
+
</td>
|
|
12000
|
+
<td class="is-vcentered">
|
|
12001
|
+
<div class="table__color-preview"
|
|
12002
|
+
style="background-color: #ccccccff;">
|
|
12003
|
+
</div>
|
|
12004
|
+
|
|
12005
|
+
</td>
|
|
12006
|
+
</tr>
|
|
12007
|
+
<tr>
|
|
12008
|
+
<td class="with-icons is-vcentered"
|
|
12009
|
+
id="origin-originGray300"
|
|
12010
|
+
title="theme: origin; category: origin; name: gray; variant: 300; ">
|
|
12011
|
+
originGray300
|
|
12012
|
+
<a href="#origin-originGray300"
|
|
12013
|
+
title="permalink"
|
|
12014
|
+
class="permalink">
|
|
12015
|
+
🔗
|
|
12016
|
+
</a>
|
|
12017
|
+
</td>
|
|
12018
|
+
<td class="is-vcentered">
|
|
12019
|
+
<pre>#b3b3b3ff</pre>
|
|
12020
|
+
</td>
|
|
12021
|
+
<td class="is-vcentered">
|
|
12022
|
+
<div class="table__color-preview"
|
|
12023
|
+
style="background-color: #b3b3b3ff;">
|
|
12024
|
+
</div>
|
|
12025
|
+
|
|
12026
|
+
</td>
|
|
12027
|
+
</tr>
|
|
12028
|
+
<tr>
|
|
12029
|
+
<td class="with-icons is-vcentered"
|
|
12030
|
+
id="origin-originGray400"
|
|
12031
|
+
title="theme: origin; category: origin; name: gray; variant: 400; ">
|
|
12032
|
+
originGray400
|
|
12033
|
+
<a href="#origin-originGray400"
|
|
12034
|
+
title="permalink"
|
|
12035
|
+
class="permalink">
|
|
12036
|
+
🔗
|
|
12037
|
+
</a>
|
|
12038
|
+
</td>
|
|
12039
|
+
<td class="is-vcentered">
|
|
12040
|
+
<pre>#999999ff</pre>
|
|
12041
|
+
</td>
|
|
12042
|
+
<td class="is-vcentered">
|
|
12043
|
+
<div class="table__color-preview"
|
|
12044
|
+
style="background-color: #999999ff;">
|
|
12045
|
+
</div>
|
|
12046
|
+
|
|
12047
|
+
</td>
|
|
12048
|
+
</tr>
|
|
12049
|
+
<tr>
|
|
12050
|
+
<td class="with-icons is-vcentered"
|
|
12051
|
+
id="origin-originGray500"
|
|
12052
|
+
title="theme: origin; category: origin; name: gray; variant: 500; ">
|
|
12053
|
+
originGray500
|
|
12054
|
+
<a href="#origin-originGray500"
|
|
12055
|
+
title="permalink"
|
|
12056
|
+
class="permalink">
|
|
12057
|
+
🔗
|
|
12058
|
+
</a>
|
|
12059
|
+
</td>
|
|
12060
|
+
<td class="is-vcentered">
|
|
12061
|
+
<pre>#808080ff</pre>
|
|
12062
|
+
</td>
|
|
12063
|
+
<td class="is-vcentered">
|
|
12064
|
+
<div class="table__color-preview"
|
|
12065
|
+
style="background-color: #808080ff;">
|
|
12066
|
+
</div>
|
|
12067
|
+
|
|
12068
|
+
</td>
|
|
12069
|
+
</tr>
|
|
12070
|
+
<tr>
|
|
12071
|
+
<td class="with-icons is-vcentered"
|
|
12072
|
+
id="origin-originGray600"
|
|
12073
|
+
title="theme: origin; category: origin; name: gray; variant: 600; ">
|
|
12074
|
+
originGray600
|
|
12075
|
+
<a href="#origin-originGray600"
|
|
12076
|
+
title="permalink"
|
|
12077
|
+
class="permalink">
|
|
12078
|
+
🔗
|
|
12079
|
+
</a>
|
|
12080
|
+
</td>
|
|
12081
|
+
<td class="is-vcentered">
|
|
12082
|
+
<pre>#666666ff</pre>
|
|
12083
|
+
</td>
|
|
12084
|
+
<td class="is-vcentered">
|
|
12085
|
+
<div class="table__color-preview"
|
|
12086
|
+
style="background-color: #666666ff;">
|
|
12087
|
+
</div>
|
|
12088
|
+
|
|
12089
|
+
</td>
|
|
12090
|
+
</tr>
|
|
12091
|
+
<tr>
|
|
12092
|
+
<td class="with-icons is-vcentered"
|
|
12093
|
+
id="origin-originGray700"
|
|
12094
|
+
title="theme: origin; category: origin; name: gray; variant: 700; ">
|
|
12095
|
+
originGray700
|
|
12096
|
+
<a href="#origin-originGray700"
|
|
12097
|
+
title="permalink"
|
|
12098
|
+
class="permalink">
|
|
12099
|
+
🔗
|
|
12100
|
+
</a>
|
|
12101
|
+
</td>
|
|
12102
|
+
<td class="is-vcentered">
|
|
12103
|
+
<pre>#4d4d4dff</pre>
|
|
12104
|
+
</td>
|
|
12105
|
+
<td class="is-vcentered">
|
|
12106
|
+
<div class="table__color-preview"
|
|
12107
|
+
style="background-color: #4d4d4dff;">
|
|
12108
|
+
</div>
|
|
12109
|
+
|
|
12110
|
+
</td>
|
|
12111
|
+
</tr>
|
|
12112
|
+
<tr>
|
|
12113
|
+
<td class="with-icons is-vcentered"
|
|
12114
|
+
id="origin-originGray800"
|
|
12115
|
+
title="theme: origin; category: origin; name: gray; variant: 800; ">
|
|
12116
|
+
originGray800
|
|
12117
|
+
<a href="#origin-originGray800"
|
|
12118
|
+
title="permalink"
|
|
12119
|
+
class="permalink">
|
|
12120
|
+
🔗
|
|
12121
|
+
</a>
|
|
12122
|
+
</td>
|
|
12123
|
+
<td class="is-vcentered">
|
|
12124
|
+
<pre>#333333ff</pre>
|
|
12125
|
+
</td>
|
|
12126
|
+
<td class="is-vcentered">
|
|
12127
|
+
<div class="table__color-preview"
|
|
12128
|
+
style="background-color: #333333ff;">
|
|
12129
|
+
</div>
|
|
12130
|
+
|
|
12131
|
+
</td>
|
|
12132
|
+
</tr>
|
|
12133
|
+
<tr>
|
|
12134
|
+
<td class="with-icons is-vcentered"
|
|
12135
|
+
id="origin-originGray900"
|
|
12136
|
+
title="theme: origin; category: origin; name: gray; variant: 900; ">
|
|
12137
|
+
originGray900
|
|
12138
|
+
<a href="#origin-originGray900"
|
|
12139
|
+
title="permalink"
|
|
12140
|
+
class="permalink">
|
|
12141
|
+
🔗
|
|
12142
|
+
</a>
|
|
12143
|
+
</td>
|
|
12144
|
+
<td class="is-vcentered">
|
|
12145
|
+
<pre>#191919ff</pre>
|
|
12146
|
+
</td>
|
|
12147
|
+
<td class="is-vcentered">
|
|
12148
|
+
<div class="table__color-preview"
|
|
12149
|
+
style="background-color: #191919ff;">
|
|
12150
|
+
</div>
|
|
12151
|
+
|
|
12152
|
+
</td>
|
|
12153
|
+
</tr>
|
|
12154
|
+
<tr>
|
|
12155
|
+
<td class="with-icons is-vcentered"
|
|
12156
|
+
id="origin-originGray1000"
|
|
12157
|
+
title="theme: origin; category: origin; name: gray; variant: 1000; ">
|
|
12158
|
+
originGray1000
|
|
12159
|
+
<a href="#origin-originGray1000"
|
|
12160
|
+
title="permalink"
|
|
12161
|
+
class="permalink">
|
|
12162
|
+
🔗
|
|
12163
|
+
</a>
|
|
12164
|
+
</td>
|
|
12165
|
+
<td class="is-vcentered">
|
|
12166
|
+
<pre>#000000ff</pre>
|
|
12167
|
+
</td>
|
|
12168
|
+
<td class="is-vcentered">
|
|
12169
|
+
<div class="table__color-preview"
|
|
12170
|
+
style="background-color: #000000ff;">
|
|
12171
|
+
</div>
|
|
12172
|
+
|
|
12173
|
+
</td>
|
|
12174
|
+
</tr>
|
|
12175
|
+
<tr>
|
|
12176
|
+
<td class="with-icons is-vcentered"
|
|
12177
|
+
id="origin-originGray000"
|
|
12178
|
+
title="theme: origin; category: origin; name: gray; variant: 000; ">
|
|
12179
|
+
originGray000
|
|
12180
|
+
<a href="#origin-originGray000"
|
|
12181
|
+
title="permalink"
|
|
12182
|
+
class="permalink">
|
|
12183
|
+
🔗
|
|
12184
|
+
</a>
|
|
12185
|
+
</td>
|
|
12186
|
+
<td class="is-vcentered">
|
|
12187
|
+
<pre>#ffffffff</pre>
|
|
12188
|
+
</td>
|
|
12189
|
+
<td class="is-vcentered">
|
|
12190
|
+
<div class="table__color-preview"
|
|
12191
|
+
style="background-color: #ffffffff;">
|
|
12192
|
+
</div>
|
|
12193
|
+
|
|
12194
|
+
</td>
|
|
12195
|
+
</tr>
|
|
12196
|
+
<tr>
|
|
12197
|
+
<td class="with-icons is-vcentered"
|
|
12198
|
+
id="origin-originGray010"
|
|
12199
|
+
title="theme: origin; category: origin; name: gray; variant: 010; ">
|
|
12200
|
+
originGray010
|
|
12201
|
+
<a href="#origin-originGray010"
|
|
12202
|
+
title="permalink"
|
|
12203
|
+
class="permalink">
|
|
12204
|
+
🔗
|
|
12205
|
+
</a>
|
|
12206
|
+
</td>
|
|
12207
|
+
<td class="is-vcentered">
|
|
12208
|
+
<pre>#fcfcfcff</pre>
|
|
12209
|
+
</td>
|
|
12210
|
+
<td class="is-vcentered">
|
|
12211
|
+
<div class="table__color-preview"
|
|
12212
|
+
style="background-color: #fcfcfcff;">
|
|
12213
|
+
</div>
|
|
12214
|
+
|
|
12215
|
+
</td>
|
|
12216
|
+
</tr>
|
|
12217
|
+
<tr>
|
|
12218
|
+
<td class="with-icons is-vcentered"
|
|
12219
|
+
id="origin-originGray050"
|
|
12220
|
+
title="theme: origin; category: origin; name: gray; variant: 050; ">
|
|
12221
|
+
originGray050
|
|
12222
|
+
<a href="#origin-originGray050"
|
|
12223
|
+
title="permalink"
|
|
12224
|
+
class="permalink">
|
|
12225
|
+
🔗
|
|
12226
|
+
</a>
|
|
12227
|
+
</td>
|
|
12228
|
+
<td class="is-vcentered">
|
|
12229
|
+
<pre>#f2f2f2ff</pre>
|
|
12230
|
+
</td>
|
|
12231
|
+
<td class="is-vcentered">
|
|
12232
|
+
<div class="table__color-preview"
|
|
12233
|
+
style="background-color: #f2f2f2ff;">
|
|
12234
|
+
</div>
|
|
12235
|
+
|
|
12236
|
+
</td>
|
|
12237
|
+
</tr>
|
|
12238
|
+
<tr>
|
|
12239
|
+
<td class="with-icons is-vcentered"
|
|
12240
|
+
id="origin-originMalachite100"
|
|
12241
|
+
title="theme: origin; category: origin; name: malachite; variant: 100; ">
|
|
12242
|
+
originMalachite100
|
|
12243
|
+
<a href="#origin-originMalachite100"
|
|
12244
|
+
title="permalink"
|
|
12245
|
+
class="permalink">
|
|
12246
|
+
🔗
|
|
12247
|
+
</a>
|
|
12248
|
+
</td>
|
|
12249
|
+
<td class="is-vcentered">
|
|
12250
|
+
<pre>#8df79fff</pre>
|
|
12251
|
+
</td>
|
|
12252
|
+
<td class="is-vcentered">
|
|
12253
|
+
<div class="table__color-preview"
|
|
12254
|
+
style="background-color: #8df79fff;">
|
|
12255
|
+
</div>
|
|
12256
|
+
|
|
12257
|
+
</td>
|
|
12258
|
+
</tr>
|
|
12259
|
+
<tr>
|
|
12260
|
+
<td class="with-icons is-vcentered"
|
|
12261
|
+
id="origin-originMalachite200"
|
|
12262
|
+
title="theme: origin; category: origin; name: malachite; variant: 200; ">
|
|
12263
|
+
originMalachite200
|
|
12264
|
+
<a href="#origin-originMalachite200"
|
|
12265
|
+
title="permalink"
|
|
12266
|
+
class="permalink">
|
|
12267
|
+
🔗
|
|
12268
|
+
</a>
|
|
12269
|
+
</td>
|
|
12270
|
+
<td class="is-vcentered">
|
|
12271
|
+
<pre>#42eb64ff</pre>
|
|
12272
|
+
</td>
|
|
12273
|
+
<td class="is-vcentered">
|
|
12274
|
+
<div class="table__color-preview"
|
|
12275
|
+
style="background-color: #42eb64ff;">
|
|
12276
|
+
</div>
|
|
12277
|
+
|
|
12278
|
+
</td>
|
|
12279
|
+
</tr>
|
|
12280
|
+
<tr>
|
|
12281
|
+
<td class="with-icons is-vcentered"
|
|
12282
|
+
id="origin-originMalachite300"
|
|
12283
|
+
title="theme: origin; category: origin; name: malachite; variant: 300; ">
|
|
12284
|
+
originMalachite300
|
|
12285
|
+
<a href="#origin-originMalachite300"
|
|
12286
|
+
title="permalink"
|
|
12287
|
+
class="permalink">
|
|
12288
|
+
🔗
|
|
12289
|
+
</a>
|
|
12290
|
+
</td>
|
|
12291
|
+
<td class="is-vcentered">
|
|
12292
|
+
<pre>#00d639ff</pre>
|
|
12293
|
+
</td>
|
|
12294
|
+
<td class="is-vcentered">
|
|
12295
|
+
<div class="table__color-preview"
|
|
12296
|
+
style="background-color: #00d639ff;">
|
|
12297
|
+
</div>
|
|
12298
|
+
|
|
12299
|
+
</td>
|
|
12300
|
+
</tr>
|
|
12301
|
+
<tr>
|
|
12302
|
+
<td class="with-icons is-vcentered"
|
|
12303
|
+
id="origin-originMalachite400"
|
|
12304
|
+
title="theme: origin; category: origin; name: malachite; variant: 400; ">
|
|
12305
|
+
originMalachite400
|
|
12306
|
+
<a href="#origin-originMalachite400"
|
|
12307
|
+
title="permalink"
|
|
12308
|
+
class="permalink">
|
|
12309
|
+
🔗
|
|
12310
|
+
</a>
|
|
12311
|
+
</td>
|
|
12312
|
+
<td class="is-vcentered">
|
|
12313
|
+
<pre>#00af2dff</pre>
|
|
12314
|
+
</td>
|
|
12315
|
+
<td class="is-vcentered">
|
|
12316
|
+
<div class="table__color-preview"
|
|
12317
|
+
style="background-color: #00af2dff;">
|
|
12318
|
+
</div>
|
|
12319
|
+
|
|
12320
|
+
</td>
|
|
12321
|
+
</tr>
|
|
12322
|
+
<tr>
|
|
12323
|
+
<td class="with-icons is-vcentered"
|
|
12324
|
+
id="origin-originMalachite500"
|
|
12325
|
+
title="theme: origin; category: origin; name: malachite; variant: 500; ">
|
|
12326
|
+
originMalachite500
|
|
12327
|
+
<a href="#origin-originMalachite500"
|
|
12328
|
+
title="permalink"
|
|
12329
|
+
class="permalink">
|
|
12330
|
+
🔗
|
|
12331
|
+
</a>
|
|
12332
|
+
</td>
|
|
12333
|
+
<td class="is-vcentered">
|
|
12334
|
+
<pre>#008a21ff</pre>
|
|
12335
|
+
</td>
|
|
12336
|
+
<td class="is-vcentered">
|
|
12337
|
+
<div class="table__color-preview"
|
|
12338
|
+
style="background-color: #008a21ff;">
|
|
12339
|
+
</div>
|
|
12340
|
+
|
|
12341
|
+
</td>
|
|
12342
|
+
</tr>
|
|
12343
|
+
<tr>
|
|
12344
|
+
<td class="with-icons is-vcentered"
|
|
12345
|
+
id="origin-originMalachite600"
|
|
12346
|
+
title="theme: origin; category: origin; name: malachite; variant: 600; ">
|
|
12347
|
+
originMalachite600
|
|
12348
|
+
<a href="#origin-originMalachite600"
|
|
12349
|
+
title="permalink"
|
|
12350
|
+
class="permalink">
|
|
12351
|
+
🔗
|
|
12352
|
+
</a>
|
|
12353
|
+
</td>
|
|
12354
|
+
<td class="is-vcentered">
|
|
12355
|
+
<pre>#006716ff</pre>
|
|
12356
|
+
</td>
|
|
12357
|
+
<td class="is-vcentered">
|
|
12358
|
+
<div class="table__color-preview"
|
|
12359
|
+
style="background-color: #006716ff;">
|
|
12360
|
+
</div>
|
|
12361
|
+
|
|
12362
|
+
</td>
|
|
12363
|
+
</tr>
|
|
12364
|
+
<tr>
|
|
12365
|
+
<td class="with-icons is-vcentered"
|
|
12366
|
+
id="origin-originMalachite700"
|
|
12367
|
+
title="theme: origin; category: origin; name: malachite; variant: 700; ">
|
|
12368
|
+
originMalachite700
|
|
12369
|
+
<a href="#origin-originMalachite700"
|
|
12370
|
+
title="permalink"
|
|
12371
|
+
class="permalink">
|
|
12372
|
+
🔗
|
|
12373
|
+
</a>
|
|
12374
|
+
</td>
|
|
12375
|
+
<td class="is-vcentered">
|
|
12376
|
+
<pre>#00460cff</pre>
|
|
12377
|
+
</td>
|
|
12378
|
+
<td class="is-vcentered">
|
|
12379
|
+
<div class="table__color-preview"
|
|
12380
|
+
style="background-color: #00460cff;">
|
|
12381
|
+
</div>
|
|
12382
|
+
|
|
12383
|
+
</td>
|
|
12384
|
+
</tr>
|
|
12385
|
+
<tr>
|
|
12386
|
+
<td class="with-icons is-vcentered"
|
|
12387
|
+
id="origin-originMalachite800"
|
|
12388
|
+
title="theme: origin; category: origin; name: malachite; variant: 800; ">
|
|
12389
|
+
originMalachite800
|
|
12390
|
+
<a href="#origin-originMalachite800"
|
|
12391
|
+
title="permalink"
|
|
12392
|
+
class="permalink">
|
|
12393
|
+
🔗
|
|
12394
|
+
</a>
|
|
12395
|
+
</td>
|
|
12396
|
+
<td class="is-vcentered">
|
|
12397
|
+
<pre>#002f08ff</pre>
|
|
12398
|
+
</td>
|
|
12399
|
+
<td class="is-vcentered">
|
|
12400
|
+
<div class="table__color-preview"
|
|
12401
|
+
style="background-color: #002f08ff;">
|
|
12402
|
+
</div>
|
|
12403
|
+
|
|
12404
|
+
</td>
|
|
12405
|
+
</tr>
|
|
12406
|
+
<tr>
|
|
12407
|
+
<td class="with-icons is-vcentered"
|
|
12408
|
+
id="origin-originMalachite900"
|
|
12409
|
+
title="theme: origin; category: origin; name: malachite; variant: 900; ">
|
|
12410
|
+
originMalachite900
|
|
12411
|
+
<a href="#origin-originMalachite900"
|
|
12412
|
+
title="permalink"
|
|
12413
|
+
class="permalink">
|
|
12414
|
+
🔗
|
|
12415
|
+
</a>
|
|
12416
|
+
</td>
|
|
12417
|
+
<td class="is-vcentered">
|
|
12418
|
+
<pre>#001704ff</pre>
|
|
12419
|
+
</td>
|
|
12420
|
+
<td class="is-vcentered">
|
|
12421
|
+
<div class="table__color-preview"
|
|
12422
|
+
style="background-color: #001704ff;">
|
|
12423
|
+
</div>
|
|
12424
|
+
|
|
12425
|
+
</td>
|
|
12426
|
+
</tr>
|
|
12427
|
+
<tr>
|
|
12428
|
+
<td class="with-icons is-vcentered"
|
|
12429
|
+
id="origin-originMalachite1000"
|
|
12430
|
+
title="theme: origin; category: origin; name: malachite; variant: 1000; ">
|
|
12431
|
+
originMalachite1000
|
|
12432
|
+
<a href="#origin-originMalachite1000"
|
|
12433
|
+
title="permalink"
|
|
12434
|
+
class="permalink">
|
|
12435
|
+
🔗
|
|
12436
|
+
</a>
|
|
12437
|
+
</td>
|
|
12438
|
+
<td class="is-vcentered">
|
|
12439
|
+
<pre>#000000ff</pre>
|
|
12440
|
+
</td>
|
|
12441
|
+
<td class="is-vcentered">
|
|
12442
|
+
<div class="table__color-preview"
|
|
12443
|
+
style="background-color: #000000ff;">
|
|
12444
|
+
</div>
|
|
12445
|
+
|
|
12446
|
+
</td>
|
|
12447
|
+
</tr>
|
|
12448
|
+
<tr>
|
|
12449
|
+
<td class="with-icons is-vcentered"
|
|
12450
|
+
id="origin-originMalachite000"
|
|
12451
|
+
title="theme: origin; category: origin; name: malachite; variant: 000; ">
|
|
12452
|
+
originMalachite000
|
|
12453
|
+
<a href="#origin-originMalachite000"
|
|
12454
|
+
title="permalink"
|
|
12455
|
+
class="permalink">
|
|
12456
|
+
🔗
|
|
12457
|
+
</a>
|
|
12458
|
+
</td>
|
|
12459
|
+
<td class="is-vcentered">
|
|
12460
|
+
<pre>#ffffffff</pre>
|
|
12461
|
+
</td>
|
|
12462
|
+
<td class="is-vcentered">
|
|
12463
|
+
<div class="table__color-preview"
|
|
12464
|
+
style="background-color: #ffffffff;">
|
|
12465
|
+
</div>
|
|
12466
|
+
|
|
12467
|
+
</td>
|
|
12468
|
+
</tr>
|
|
12469
|
+
<tr>
|
|
12470
|
+
<td class="with-icons is-vcentered"
|
|
12471
|
+
id="origin-originMalachite010"
|
|
12472
|
+
title="theme: origin; category: origin; name: malachite; variant: 010; ">
|
|
12473
|
+
originMalachite010
|
|
12474
|
+
<a href="#origin-originMalachite010"
|
|
12475
|
+
title="permalink"
|
|
12476
|
+
class="permalink">
|
|
12477
|
+
🔗
|
|
12478
|
+
</a>
|
|
12479
|
+
</td>
|
|
12480
|
+
<td class="is-vcentered">
|
|
12481
|
+
<pre>#effcf0ff</pre>
|
|
12482
|
+
</td>
|
|
12483
|
+
<td class="is-vcentered">
|
|
12484
|
+
<div class="table__color-preview"
|
|
12485
|
+
style="background-color: #effcf0ff;">
|
|
12486
|
+
</div>
|
|
12487
|
+
|
|
12488
|
+
</td>
|
|
12489
|
+
</tr>
|
|
12490
|
+
<tr>
|
|
12491
|
+
<td class="with-icons is-vcentered"
|
|
12492
|
+
id="origin-originMalachite050"
|
|
12493
|
+
title="theme: origin; category: origin; name: malachite; variant: 050; ">
|
|
12494
|
+
originMalachite050
|
|
12495
|
+
<a href="#origin-originMalachite050"
|
|
12496
|
+
title="permalink"
|
|
12497
|
+
class="permalink">
|
|
12498
|
+
🔗
|
|
12499
|
+
</a>
|
|
12500
|
+
</td>
|
|
12501
|
+
<td class="is-vcentered">
|
|
12502
|
+
<pre>#c1fac7ff</pre>
|
|
12503
|
+
</td>
|
|
12504
|
+
<td class="is-vcentered">
|
|
12505
|
+
<div class="table__color-preview"
|
|
12506
|
+
style="background-color: #c1fac7ff;">
|
|
12507
|
+
</div>
|
|
12508
|
+
|
|
12509
|
+
</td>
|
|
12510
|
+
</tr>
|
|
12511
|
+
<tr>
|
|
12512
|
+
<td class="with-icons is-vcentered"
|
|
12513
|
+
id="origin-originFuschia400"
|
|
12514
|
+
title="theme: origin; category: origin; name: fuschia; variant: 400; ">
|
|
12515
|
+
originFuschia400
|
|
12516
|
+
<a href="#origin-originFuschia400"
|
|
12517
|
+
title="permalink"
|
|
12518
|
+
class="permalink">
|
|
12519
|
+
🔗
|
|
12520
|
+
</a>
|
|
12521
|
+
</td>
|
|
12522
|
+
<td class="is-vcentered">
|
|
12523
|
+
<pre>#bf47c3ff</pre>
|
|
12524
|
+
</td>
|
|
12525
|
+
<td class="is-vcentered">
|
|
12526
|
+
<div class="table__color-preview"
|
|
12527
|
+
style="background-color: #bf47c3ff;">
|
|
12528
|
+
</div>
|
|
12529
|
+
|
|
12530
|
+
</td>
|
|
12531
|
+
</tr>
|
|
12532
|
+
<tr>
|
|
12533
|
+
<td class="with-icons is-vcentered"
|
|
12534
|
+
id="origin-originFuschia500"
|
|
12535
|
+
title="theme: origin; category: origin; name: fuschia; variant: 500; ">
|
|
12536
|
+
originFuschia500
|
|
12537
|
+
<a href="#origin-originFuschia500"
|
|
12538
|
+
title="permalink"
|
|
12539
|
+
class="permalink">
|
|
12540
|
+
🔗
|
|
12541
|
+
</a>
|
|
12542
|
+
</td>
|
|
12543
|
+
<td class="is-vcentered">
|
|
12544
|
+
<pre>#b832bcff</pre>
|
|
12545
|
+
</td>
|
|
12546
|
+
<td class="is-vcentered">
|
|
12547
|
+
<div class="table__color-preview"
|
|
12548
|
+
style="background-color: #b832bcff;">
|
|
12549
|
+
</div>
|
|
12550
|
+
|
|
12551
|
+
</td>
|
|
12552
|
+
</tr>
|
|
12553
|
+
</table>
|
|
12554
|
+
</section>
|
|
10228
12555
|
|
|
10229
12556
|
</main>
|
|
10230
12557
|
</div>
|