@atlaskit/tokens 13.2.0 → 13.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +118 -107
- package/dist/cjs/artifacts/token-names.js +118 -107
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +3413 -3171
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +3180 -2938
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +3414 -3172
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +3180 -2938
- package/dist/cjs/entry-points/token-metadata.codegen.js +1748 -1649
- package/dist/cjs/utils/token-order.js +1 -1
- package/dist/cjs/utils/token-usage-guidelines.js +14 -1
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +118 -107
- package/dist/es2019/artifacts/themes/atlassian-dark.js +118 -107
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +118 -107
- package/dist/es2019/artifacts/themes/atlassian-light.js +118 -107
- package/dist/es2019/artifacts/token-default-values.js +118 -107
- package/dist/es2019/artifacts/token-names.js +118 -107
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +3413 -3171
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +3180 -2938
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +3414 -3172
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +3180 -2938
- package/dist/es2019/entry-points/token-metadata.codegen.js +1748 -1649
- package/dist/es2019/utils/token-order.js +1 -1
- package/dist/es2019/utils/token-usage-guidelines.js +14 -1
- package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +118 -107
- package/dist/esm/artifacts/token-names.js +118 -107
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +3413 -3171
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +3180 -2938
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +3414 -3172
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +3180 -2938
- package/dist/esm/entry-points/token-metadata.codegen.js +1748 -1649
- package/dist/esm/utils/token-order.js +1 -1
- package/dist/esm/utils/token-usage-guidelines.js +14 -1
- package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +118 -107
- package/dist/types/artifacts/token-names.d.ts +235 -213
- package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +6 -6
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/types.d.ts +23 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +118 -107
- package/dist/types-ts4.5/artifacts/token-names.d.ts +235 -213
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +6 -6
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +23 -0
- package/figma/atlassian-dark-increased-contrast.json +1303 -1204
- package/figma/atlassian-dark.json +1301 -1202
- package/figma/atlassian-light-increased-contrast.json +1302 -1203
- package/figma/atlassian-light.json +1297 -1198
- package/package.json +2 -2
|
@@ -9,7 +9,7 @@ exports.tokens = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* Metadata for generation of `@atlaskit/ads-mcp` and https://atlassian.design/llms-tokens.txt.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::b26e4203c4b2d7818ff4ff30fb0f40cf>>
|
|
13
13
|
* @codegenCommand yarn build tokens
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -446,2767 +446,2740 @@ var tokens = exports.tokens = [{
|
|
|
446
446
|
cssProperties: []
|
|
447
447
|
}
|
|
448
448
|
}, {
|
|
449
|
-
name: 'color.
|
|
450
|
-
path: ['color', '
|
|
451
|
-
description: 'Use for
|
|
452
|
-
exampleValue: '#
|
|
453
|
-
usageGuidelines: {
|
|
454
|
-
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
455
|
-
cssProperties: ['color']
|
|
456
|
-
}
|
|
457
|
-
}, {
|
|
458
|
-
name: 'color.text.accent.lime',
|
|
459
|
-
path: ['color', 'text', 'accent', 'lime', '[default]'],
|
|
460
|
-
description: 'Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color.',
|
|
461
|
-
exampleValue: '#4C6B1F',
|
|
462
|
-
usageGuidelines: {
|
|
463
|
-
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
464
|
-
cssProperties: ['color']
|
|
465
|
-
}
|
|
466
|
-
}, {
|
|
467
|
-
name: 'color.text.accent.lime.bolder',
|
|
468
|
-
path: ['color', 'text', 'accent', 'lime', 'bolder'],
|
|
469
|
-
description: 'Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color.',
|
|
470
|
-
exampleValue: '#37471F',
|
|
471
|
-
usageGuidelines: {
|
|
472
|
-
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
473
|
-
cssProperties: ['color']
|
|
474
|
-
}
|
|
475
|
-
}, {
|
|
476
|
-
name: 'color.text.accent.red',
|
|
477
|
-
path: ['color', 'text', 'accent', 'red', '[default]'],
|
|
478
|
-
description: 'Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color.',
|
|
479
|
-
exampleValue: '#AE2E24',
|
|
480
|
-
usageGuidelines: {
|
|
481
|
-
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
482
|
-
cssProperties: ['color']
|
|
483
|
-
}
|
|
484
|
-
}, {
|
|
485
|
-
name: 'color.text.accent.red.bolder',
|
|
486
|
-
path: ['color', 'text', 'accent', 'red', 'bolder'],
|
|
487
|
-
description: 'Use for red text on subtle red accent backgrounds when there is no meaning tied to the color.',
|
|
488
|
-
exampleValue: '#5D1F1A',
|
|
489
|
-
usageGuidelines: {
|
|
490
|
-
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
491
|
-
cssProperties: ['color']
|
|
492
|
-
}
|
|
493
|
-
}, {
|
|
494
|
-
name: 'color.text.accent.orange',
|
|
495
|
-
path: ['color', 'text', 'accent', 'orange', '[default]'],
|
|
496
|
-
description: 'Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color.',
|
|
497
|
-
exampleValue: '#9E4C00',
|
|
498
|
-
usageGuidelines: {
|
|
499
|
-
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
500
|
-
cssProperties: ['color']
|
|
501
|
-
}
|
|
502
|
-
}, {
|
|
503
|
-
name: 'color.text.accent.orange.bolder',
|
|
504
|
-
path: ['color', 'text', 'accent', 'orange', 'bolder'],
|
|
505
|
-
description: 'Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color.',
|
|
506
|
-
exampleValue: '#693200',
|
|
507
|
-
usageGuidelines: {
|
|
508
|
-
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
509
|
-
cssProperties: ['color']
|
|
510
|
-
}
|
|
511
|
-
}, {
|
|
512
|
-
name: 'color.text.accent.yellow',
|
|
513
|
-
path: ['color', 'text', 'accent', 'yellow', '[default]'],
|
|
514
|
-
description: 'Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color.',
|
|
515
|
-
exampleValue: '#7F5F01',
|
|
449
|
+
name: 'color.background.accent.lime.subtlest',
|
|
450
|
+
path: ['color', 'background', 'accent', 'lime', 'subtlest', '[default]'],
|
|
451
|
+
description: 'Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
452
|
+
exampleValue: '#EFFFD6',
|
|
516
453
|
usageGuidelines: {
|
|
517
|
-
usage: 'The color for
|
|
518
|
-
cssProperties: ['color']
|
|
454
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
455
|
+
cssProperties: ['background-color']
|
|
519
456
|
}
|
|
520
457
|
}, {
|
|
521
|
-
name: 'color.
|
|
522
|
-
path: ['color', '
|
|
523
|
-
description: '
|
|
524
|
-
exampleValue: '#
|
|
458
|
+
name: 'color.background.accent.lime.subtlest.hovered',
|
|
459
|
+
path: ['color', 'background', 'accent', 'lime', 'subtlest', 'hovered'],
|
|
460
|
+
description: 'Hovered state of color.background.accent.lime.subtlest.',
|
|
461
|
+
exampleValue: '#D3F1A7',
|
|
525
462
|
usageGuidelines: {
|
|
526
|
-
usage: 'The color for
|
|
527
|
-
cssProperties: ['color']
|
|
463
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
464
|
+
cssProperties: ['background-color']
|
|
528
465
|
}
|
|
529
466
|
}, {
|
|
530
|
-
name: 'color.
|
|
531
|
-
path: ['color', '
|
|
532
|
-
description: '
|
|
533
|
-
exampleValue: '#
|
|
467
|
+
name: 'color.background.accent.lime.subtlest.pressed',
|
|
468
|
+
path: ['color', 'background', 'accent', 'lime', 'subtlest', 'pressed'],
|
|
469
|
+
description: 'Pressed state of color.background.accent.lime.subtlest.',
|
|
470
|
+
exampleValue: '#BDE97C',
|
|
534
471
|
usageGuidelines: {
|
|
535
|
-
usage: 'The color for
|
|
536
|
-
cssProperties: ['color']
|
|
472
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
473
|
+
cssProperties: ['background-color']
|
|
537
474
|
}
|
|
538
475
|
}, {
|
|
539
|
-
name: 'color.
|
|
540
|
-
path: ['color', '
|
|
541
|
-
description: 'Use for
|
|
542
|
-
exampleValue: '#
|
|
476
|
+
name: 'color.background.accent.lime.subtler',
|
|
477
|
+
path: ['color', 'background', 'accent', 'lime', 'subtler', '[default]'],
|
|
478
|
+
description: 'Use for for backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
479
|
+
exampleValue: '#D3F1A7',
|
|
543
480
|
usageGuidelines: {
|
|
544
|
-
usage: 'The color for
|
|
545
|
-
cssProperties: ['color']
|
|
481
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
482
|
+
cssProperties: ['background-color']
|
|
546
483
|
}
|
|
547
484
|
}, {
|
|
548
|
-
name: 'color.
|
|
549
|
-
path: ['color', '
|
|
550
|
-
description: '
|
|
551
|
-
exampleValue: '#
|
|
485
|
+
name: 'color.background.accent.lime.subtler.hovered',
|
|
486
|
+
path: ['color', 'background', 'accent', 'lime', 'subtler', 'hovered'],
|
|
487
|
+
description: 'Hovered state of color.background.accent.lime.subtler.',
|
|
488
|
+
exampleValue: '#BDE97C',
|
|
552
489
|
usageGuidelines: {
|
|
553
|
-
usage: 'The color for
|
|
554
|
-
cssProperties: ['color']
|
|
490
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
491
|
+
cssProperties: ['background-color']
|
|
555
492
|
}
|
|
556
493
|
}, {
|
|
557
|
-
name: 'color.
|
|
558
|
-
path: ['color', '
|
|
559
|
-
description: '
|
|
560
|
-
exampleValue: '#
|
|
494
|
+
name: 'color.background.accent.lime.subtler.pressed',
|
|
495
|
+
path: ['color', 'background', 'accent', 'lime', 'subtler', 'pressed'],
|
|
496
|
+
description: 'Pressed state of color.background.accent.lime.subtler.',
|
|
497
|
+
exampleValue: '#B3DF72',
|
|
561
498
|
usageGuidelines: {
|
|
562
|
-
usage: 'The color for
|
|
563
|
-
cssProperties: ['color']
|
|
499
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
500
|
+
cssProperties: ['background-color']
|
|
564
501
|
}
|
|
565
502
|
}, {
|
|
566
|
-
name: 'color.
|
|
567
|
-
path: ['color', '
|
|
568
|
-
description: 'Use for
|
|
569
|
-
exampleValue: '#
|
|
503
|
+
name: 'color.background.accent.lime.subtle',
|
|
504
|
+
path: ['color', 'background', 'accent', 'lime', 'subtle', '[default]'],
|
|
505
|
+
description: 'Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
506
|
+
exampleValue: '#94C748',
|
|
570
507
|
usageGuidelines: {
|
|
571
|
-
usage: 'The color for
|
|
572
|
-
cssProperties: ['color']
|
|
508
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
509
|
+
cssProperties: ['background-color']
|
|
573
510
|
}
|
|
574
511
|
}, {
|
|
575
|
-
name: 'color.
|
|
576
|
-
path: ['color', '
|
|
577
|
-
description: '
|
|
578
|
-
exampleValue: '#
|
|
512
|
+
name: 'color.background.accent.lime.subtle.hovered',
|
|
513
|
+
path: ['color', 'background', 'accent', 'lime', 'subtle', 'hovered'],
|
|
514
|
+
description: 'Hovered state of color.background.accent.lime.subtle.',
|
|
515
|
+
exampleValue: '#B3DF72',
|
|
579
516
|
usageGuidelines: {
|
|
580
|
-
usage: 'The color for
|
|
581
|
-
cssProperties: ['color']
|
|
517
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
518
|
+
cssProperties: ['background-color']
|
|
582
519
|
}
|
|
583
520
|
}, {
|
|
584
|
-
name: 'color.
|
|
585
|
-
path: ['color', '
|
|
586
|
-
description: '
|
|
587
|
-
exampleValue: '#
|
|
521
|
+
name: 'color.background.accent.lime.subtle.pressed',
|
|
522
|
+
path: ['color', 'background', 'accent', 'lime', 'subtle', 'pressed'],
|
|
523
|
+
description: 'Pressed state of color.background.accent.lime.subtle.',
|
|
524
|
+
exampleValue: '#BDE97C',
|
|
588
525
|
usageGuidelines: {
|
|
589
|
-
usage: 'The color for
|
|
590
|
-
cssProperties: ['color']
|
|
526
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
527
|
+
cssProperties: ['background-color']
|
|
591
528
|
}
|
|
592
529
|
}, {
|
|
593
|
-
name: 'color.
|
|
594
|
-
path: ['color', '
|
|
595
|
-
description: 'Use for
|
|
596
|
-
exampleValue: '#
|
|
530
|
+
name: 'color.background.accent.lime.bolder',
|
|
531
|
+
path: ['color', 'background', 'accent', 'lime', 'bolder', '[default]'],
|
|
532
|
+
description: 'Use for for backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
533
|
+
exampleValue: '#5B7F24',
|
|
597
534
|
usageGuidelines: {
|
|
598
|
-
usage: 'The color for
|
|
599
|
-
cssProperties: ['color']
|
|
535
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
536
|
+
cssProperties: ['background-color']
|
|
600
537
|
}
|
|
601
538
|
}, {
|
|
602
|
-
name: 'color.
|
|
603
|
-
path: ['color', '
|
|
604
|
-
description: '
|
|
605
|
-
exampleValue: '#
|
|
539
|
+
name: 'color.background.accent.lime.bolder.hovered',
|
|
540
|
+
path: ['color', 'background', 'accent', 'lime', 'bolder', 'hovered'],
|
|
541
|
+
description: 'Hovered state of color.background.accent.lime.bolder.',
|
|
542
|
+
exampleValue: '#4C6B1F',
|
|
606
543
|
usageGuidelines: {
|
|
607
|
-
usage: 'The color for
|
|
608
|
-
cssProperties: ['color']
|
|
544
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
545
|
+
cssProperties: ['background-color']
|
|
609
546
|
}
|
|
610
547
|
}, {
|
|
611
|
-
name: 'color.
|
|
612
|
-
path: ['color', '
|
|
613
|
-
description: '
|
|
614
|
-
exampleValue: '#
|
|
548
|
+
name: 'color.background.accent.lime.bolder.pressed',
|
|
549
|
+
path: ['color', 'background', 'accent', 'lime', 'bolder', 'pressed'],
|
|
550
|
+
description: 'Pressed state of color.background.accent.lime.bolder.',
|
|
551
|
+
exampleValue: '#3F5224',
|
|
615
552
|
usageGuidelines: {
|
|
616
|
-
usage: 'The color for
|
|
617
|
-
cssProperties: ['color']
|
|
553
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
554
|
+
cssProperties: ['background-color']
|
|
618
555
|
}
|
|
619
556
|
}, {
|
|
620
|
-
name: 'color.
|
|
621
|
-
path: ['color', '
|
|
622
|
-
description: 'Use for
|
|
623
|
-
exampleValue: '#
|
|
557
|
+
name: 'color.background.accent.red.subtlest',
|
|
558
|
+
path: ['color', 'background', 'accent', 'red', 'subtlest', '[default]'],
|
|
559
|
+
description: 'Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
560
|
+
exampleValue: '#FFECEB',
|
|
624
561
|
usageGuidelines: {
|
|
625
|
-
usage: 'The color for
|
|
626
|
-
cssProperties: ['color']
|
|
562
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
563
|
+
cssProperties: ['background-color']
|
|
627
564
|
}
|
|
628
565
|
}, {
|
|
629
|
-
name: 'color.
|
|
630
|
-
path: ['color', '
|
|
631
|
-
description: '
|
|
632
|
-
exampleValue: '#
|
|
566
|
+
name: 'color.background.accent.red.subtlest.hovered',
|
|
567
|
+
path: ['color', 'background', 'accent', 'red', 'subtlest', 'hovered'],
|
|
568
|
+
description: 'Hovered state of color.background.accent.red.subtlest.',
|
|
569
|
+
exampleValue: '#FFD5D2',
|
|
633
570
|
usageGuidelines: {
|
|
634
|
-
usage: 'The color for
|
|
635
|
-
cssProperties: ['color']
|
|
571
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
572
|
+
cssProperties: ['background-color']
|
|
636
573
|
}
|
|
637
574
|
}, {
|
|
638
|
-
name: 'color.
|
|
639
|
-
path: ['color', '
|
|
640
|
-
description: '
|
|
641
|
-
exampleValue: '#
|
|
575
|
+
name: 'color.background.accent.red.subtlest.pressed',
|
|
576
|
+
path: ['color', 'background', 'accent', 'red', 'subtlest', 'pressed'],
|
|
577
|
+
description: 'Pressed state of color.background.accent.red.subtlest.',
|
|
578
|
+
exampleValue: '#FFB8B2',
|
|
642
579
|
usageGuidelines: {
|
|
643
|
-
usage: 'The color for
|
|
644
|
-
cssProperties: ['color']
|
|
580
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
581
|
+
cssProperties: ['background-color']
|
|
645
582
|
}
|
|
646
583
|
}, {
|
|
647
|
-
name: 'color.
|
|
648
|
-
path: ['color', '
|
|
649
|
-
description: 'Use for
|
|
650
|
-
exampleValue: '#
|
|
584
|
+
name: 'color.background.accent.red.subtler',
|
|
585
|
+
path: ['color', 'background', 'accent', 'red', 'subtler', '[default]'],
|
|
586
|
+
description: 'Use for red backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
587
|
+
exampleValue: '#FFD5D2',
|
|
651
588
|
usageGuidelines: {
|
|
652
|
-
usage: 'The color for
|
|
653
|
-
cssProperties: ['color']
|
|
589
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
590
|
+
cssProperties: ['background-color']
|
|
654
591
|
}
|
|
655
592
|
}, {
|
|
656
|
-
name: 'color.
|
|
657
|
-
path: ['color', '
|
|
658
|
-
description: '
|
|
659
|
-
exampleValue: '#
|
|
593
|
+
name: 'color.background.accent.red.subtler.hovered',
|
|
594
|
+
path: ['color', 'background', 'accent', 'red', 'subtler', 'hovered'],
|
|
595
|
+
description: 'Hovered state of color.background.accent.red.subtler.',
|
|
596
|
+
exampleValue: '#FFB8B2',
|
|
660
597
|
usageGuidelines: {
|
|
661
|
-
usage: 'The color for
|
|
662
|
-
cssProperties: ['color']
|
|
598
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
599
|
+
cssProperties: ['background-color']
|
|
663
600
|
}
|
|
664
601
|
}, {
|
|
665
|
-
name: 'color.
|
|
666
|
-
path: ['color', '
|
|
667
|
-
description: '
|
|
668
|
-
exampleValue: '#
|
|
602
|
+
name: 'color.background.accent.red.subtler.pressed',
|
|
603
|
+
path: ['color', 'background', 'accent', 'red', 'subtler', 'pressed'],
|
|
604
|
+
description: 'Pressed state of color.background.accent.red.subtler.',
|
|
605
|
+
exampleValue: '#FD9891',
|
|
669
606
|
usageGuidelines: {
|
|
670
|
-
usage: 'The color for
|
|
671
|
-
cssProperties: ['color']
|
|
607
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
608
|
+
cssProperties: ['background-color']
|
|
672
609
|
}
|
|
673
610
|
}, {
|
|
674
|
-
name: 'color.
|
|
675
|
-
path: ['color', '
|
|
676
|
-
description: 'Use for
|
|
677
|
-
exampleValue: '#
|
|
611
|
+
name: 'color.background.accent.red.subtle',
|
|
612
|
+
path: ['color', 'background', 'accent', 'red', 'subtle', '[default]'],
|
|
613
|
+
description: 'Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
614
|
+
exampleValue: '#F87168',
|
|
678
615
|
usageGuidelines: {
|
|
679
|
-
usage: 'The color for
|
|
680
|
-
cssProperties: ['color']
|
|
616
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
617
|
+
cssProperties: ['background-color']
|
|
681
618
|
}
|
|
682
619
|
}, {
|
|
683
|
-
name: 'color.
|
|
684
|
-
path: ['color', '
|
|
685
|
-
description: '
|
|
686
|
-
exampleValue: '#
|
|
620
|
+
name: 'color.background.accent.red.subtle.hovered',
|
|
621
|
+
path: ['color', 'background', 'accent', 'red', 'subtle', 'hovered'],
|
|
622
|
+
description: 'Hovered state of color.background.accent.red.subtle.',
|
|
623
|
+
exampleValue: '#FD9891',
|
|
687
624
|
usageGuidelines: {
|
|
688
|
-
usage: 'The color for
|
|
689
|
-
cssProperties: ['color']
|
|
625
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
626
|
+
cssProperties: ['background-color']
|
|
690
627
|
}
|
|
691
628
|
}, {
|
|
692
|
-
name: 'color.
|
|
693
|
-
path: ['color', '
|
|
694
|
-
description: '
|
|
695
|
-
exampleValue: '#
|
|
629
|
+
name: 'color.background.accent.red.subtle.pressed',
|
|
630
|
+
path: ['color', 'background', 'accent', 'red', 'subtle', 'pressed'],
|
|
631
|
+
description: 'Pressed state of color.background.accent.red.subtle.',
|
|
632
|
+
exampleValue: '#FFB8B2',
|
|
696
633
|
usageGuidelines: {
|
|
697
|
-
usage: 'The color for
|
|
698
|
-
cssProperties: ['color']
|
|
634
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
635
|
+
cssProperties: ['background-color']
|
|
699
636
|
}
|
|
700
637
|
}, {
|
|
701
|
-
name: 'color.
|
|
702
|
-
path: ['color', '
|
|
703
|
-
description: 'Use for
|
|
704
|
-
exampleValue: '#
|
|
638
|
+
name: 'color.background.accent.red.bolder',
|
|
639
|
+
path: ['color', 'background', 'accent', 'red', 'bolder', '[default]'],
|
|
640
|
+
description: 'Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
641
|
+
exampleValue: '#C9372C',
|
|
705
642
|
usageGuidelines: {
|
|
706
|
-
usage: 'The color for
|
|
707
|
-
cssProperties: ['color']
|
|
643
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
644
|
+
cssProperties: ['background-color']
|
|
708
645
|
}
|
|
709
646
|
}, {
|
|
710
|
-
name: 'color.
|
|
711
|
-
path: ['color', '
|
|
712
|
-
description: '
|
|
713
|
-
exampleValue: '#
|
|
647
|
+
name: 'color.background.accent.red.bolder.hovered',
|
|
648
|
+
path: ['color', 'background', 'accent', 'red', 'bolder', 'hovered'],
|
|
649
|
+
description: 'Hovered state of color.background.accent.red.bolder.',
|
|
650
|
+
exampleValue: '#AE2E24',
|
|
714
651
|
usageGuidelines: {
|
|
715
|
-
usage: 'The color for
|
|
716
|
-
cssProperties: ['color']
|
|
652
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
653
|
+
cssProperties: ['background-color']
|
|
717
654
|
}
|
|
718
655
|
}, {
|
|
719
|
-
name: 'color.
|
|
720
|
-
path: ['color', '
|
|
721
|
-
description: '
|
|
722
|
-
exampleValue: '#
|
|
656
|
+
name: 'color.background.accent.red.bolder.pressed',
|
|
657
|
+
path: ['color', 'background', 'accent', 'red', 'bolder', 'pressed'],
|
|
658
|
+
description: 'Pressed state of color.background.accent.red.bolder.',
|
|
659
|
+
exampleValue: '#872821',
|
|
723
660
|
usageGuidelines: {
|
|
724
|
-
usage: 'The color for
|
|
725
|
-
cssProperties: ['color']
|
|
661
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
662
|
+
cssProperties: ['background-color']
|
|
726
663
|
}
|
|
727
664
|
}, {
|
|
728
|
-
name: 'color.
|
|
729
|
-
path: ['color', '
|
|
730
|
-
description: 'Use for
|
|
731
|
-
exampleValue: '#
|
|
665
|
+
name: 'color.background.accent.orange.subtlest',
|
|
666
|
+
path: ['color', 'background', 'accent', 'orange', 'subtlest', '[default]'],
|
|
667
|
+
description: 'Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
668
|
+
exampleValue: '#FFF5DB',
|
|
732
669
|
usageGuidelines: {
|
|
733
|
-
usage: 'The color for
|
|
734
|
-
cssProperties: ['color']
|
|
670
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
671
|
+
cssProperties: ['background-color']
|
|
735
672
|
}
|
|
736
673
|
}, {
|
|
737
|
-
name: 'color.
|
|
738
|
-
path: ['color', '
|
|
739
|
-
description: '
|
|
740
|
-
exampleValue: '#
|
|
674
|
+
name: 'color.background.accent.orange.subtlest.hovered',
|
|
675
|
+
path: ['color', 'background', 'accent', 'orange', 'subtlest', 'hovered'],
|
|
676
|
+
description: 'Hovered state of color.background.accent.orange.subtlest.',
|
|
677
|
+
exampleValue: '#FCE4A6',
|
|
741
678
|
usageGuidelines: {
|
|
742
|
-
usage: 'The color for
|
|
743
|
-
cssProperties: ['color']
|
|
679
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
680
|
+
cssProperties: ['background-color']
|
|
744
681
|
}
|
|
745
682
|
}, {
|
|
746
|
-
name: 'color.
|
|
747
|
-
path: ['color', '
|
|
748
|
-
description: '
|
|
749
|
-
exampleValue: '#
|
|
683
|
+
name: 'color.background.accent.orange.subtlest.pressed',
|
|
684
|
+
path: ['color', 'background', 'accent', 'orange', 'subtlest', 'pressed'],
|
|
685
|
+
description: 'Pressed state of color.background.accent.orange.subtlest.',
|
|
686
|
+
exampleValue: '#FBD779',
|
|
750
687
|
usageGuidelines: {
|
|
751
|
-
usage: 'The color for
|
|
752
|
-
cssProperties: ['color']
|
|
688
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
689
|
+
cssProperties: ['background-color']
|
|
753
690
|
}
|
|
754
691
|
}, {
|
|
755
|
-
name: 'color.
|
|
756
|
-
path: ['color', '
|
|
757
|
-
description: 'Use for
|
|
758
|
-
exampleValue: '#
|
|
692
|
+
name: 'color.background.accent.orange.subtler',
|
|
693
|
+
path: ['color', 'background', 'accent', 'orange', 'subtler', '[default]'],
|
|
694
|
+
description: 'Use for orange backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
695
|
+
exampleValue: '#FCE4A6',
|
|
759
696
|
usageGuidelines: {
|
|
760
|
-
usage: 'The color for
|
|
761
|
-
cssProperties: ['color']
|
|
697
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
698
|
+
cssProperties: ['background-color']
|
|
762
699
|
}
|
|
763
700
|
}, {
|
|
764
|
-
name: 'color.
|
|
765
|
-
path: ['color', '
|
|
766
|
-
description: '
|
|
767
|
-
exampleValue: '#
|
|
701
|
+
name: 'color.background.accent.orange.subtler.hovered',
|
|
702
|
+
path: ['color', 'background', 'accent', 'orange', 'subtler', 'hovered'],
|
|
703
|
+
description: 'Hovered state of color.background.accent.orange.subtler.',
|
|
704
|
+
exampleValue: '#FBD779',
|
|
768
705
|
usageGuidelines: {
|
|
769
|
-
usage: 'The color for
|
|
770
|
-
cssProperties: ['color']
|
|
706
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
707
|
+
cssProperties: ['background-color']
|
|
771
708
|
}
|
|
772
709
|
}, {
|
|
773
|
-
name: 'color.
|
|
774
|
-
path: ['color', '
|
|
775
|
-
description: '
|
|
776
|
-
exampleValue: '#
|
|
710
|
+
name: 'color.background.accent.orange.subtler.pressed',
|
|
711
|
+
path: ['color', 'background', 'accent', 'orange', 'subtler', 'pressed'],
|
|
712
|
+
description: 'Pressed state of color.background.accent.orange.subtler.',
|
|
713
|
+
exampleValue: '#FBC828',
|
|
777
714
|
usageGuidelines: {
|
|
778
|
-
usage: 'The color for
|
|
779
|
-
cssProperties: ['color']
|
|
715
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
716
|
+
cssProperties: ['background-color']
|
|
780
717
|
}
|
|
781
718
|
}, {
|
|
782
|
-
name: 'color.
|
|
783
|
-
path: ['color', '
|
|
784
|
-
description: 'Use for
|
|
785
|
-
exampleValue: '#
|
|
719
|
+
name: 'color.background.accent.orange.subtle',
|
|
720
|
+
path: ['color', 'background', 'accent', 'orange', 'subtle', '[default]'],
|
|
721
|
+
description: 'Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
722
|
+
exampleValue: '#FCA700',
|
|
786
723
|
usageGuidelines: {
|
|
787
|
-
usage: 'The color for
|
|
788
|
-
cssProperties: ['color']
|
|
724
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
725
|
+
cssProperties: ['background-color']
|
|
789
726
|
}
|
|
790
727
|
}, {
|
|
791
|
-
name: 'color.
|
|
792
|
-
path: ['color', '
|
|
793
|
-
description: '
|
|
794
|
-
exampleValue: '#
|
|
728
|
+
name: 'color.background.accent.orange.subtle.hovered',
|
|
729
|
+
path: ['color', 'background', 'accent', 'orange', 'subtle', 'hovered'],
|
|
730
|
+
description: 'Hovered state of color.background.accent.orange.subtle.',
|
|
731
|
+
exampleValue: '#FBC828',
|
|
795
732
|
usageGuidelines: {
|
|
796
|
-
usage: 'The color for
|
|
797
|
-
cssProperties: ['color']
|
|
733
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
734
|
+
cssProperties: ['background-color']
|
|
798
735
|
}
|
|
799
736
|
}, {
|
|
800
|
-
name: 'color.
|
|
801
|
-
path: ['color', '
|
|
802
|
-
description: '
|
|
803
|
-
exampleValue: '#
|
|
737
|
+
name: 'color.background.accent.orange.subtle.pressed',
|
|
738
|
+
path: ['color', 'background', 'accent', 'orange', 'subtle', 'pressed'],
|
|
739
|
+
description: 'Pressed state of color.background.accent.orange.subtle.',
|
|
740
|
+
exampleValue: '#FBD779',
|
|
804
741
|
usageGuidelines: {
|
|
805
|
-
usage: 'The color for
|
|
806
|
-
cssProperties: ['color']
|
|
742
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
743
|
+
cssProperties: ['background-color']
|
|
807
744
|
}
|
|
808
745
|
}, {
|
|
809
|
-
name: 'color.
|
|
810
|
-
path: ['color', '
|
|
811
|
-
description: 'Use for
|
|
812
|
-
exampleValue: '#
|
|
746
|
+
name: 'color.background.accent.orange.bolder',
|
|
747
|
+
path: ['color', 'background', 'accent', 'orange', 'bolder', '[default]'],
|
|
748
|
+
description: 'Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
749
|
+
exampleValue: '#BD5B00',
|
|
813
750
|
usageGuidelines: {
|
|
814
|
-
usage: 'The color for
|
|
815
|
-
cssProperties: ['color']
|
|
751
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
752
|
+
cssProperties: ['background-color']
|
|
816
753
|
}
|
|
817
754
|
}, {
|
|
818
|
-
name: 'color.
|
|
819
|
-
path: ['color', '
|
|
820
|
-
description: '
|
|
821
|
-
exampleValue: '#
|
|
755
|
+
name: 'color.background.accent.orange.bolder.hovered',
|
|
756
|
+
path: ['color', 'background', 'accent', 'orange', 'bolder', 'hovered'],
|
|
757
|
+
description: 'Hovered state of color.background.accent.orange.bolder.',
|
|
758
|
+
exampleValue: '#9E4C00',
|
|
822
759
|
usageGuidelines: {
|
|
823
|
-
usage: 'The color for
|
|
824
|
-
cssProperties: ['color']
|
|
760
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
761
|
+
cssProperties: ['background-color']
|
|
825
762
|
}
|
|
826
763
|
}, {
|
|
827
|
-
name: 'color.
|
|
828
|
-
path: ['color', '
|
|
829
|
-
description: '
|
|
830
|
-
exampleValue: '#
|
|
764
|
+
name: 'color.background.accent.orange.bolder.pressed',
|
|
765
|
+
path: ['color', 'background', 'accent', 'orange', 'bolder', 'pressed'],
|
|
766
|
+
description: 'Pressed state of color.background.accent.orange.bolder.',
|
|
767
|
+
exampleValue: '#7A3B00',
|
|
831
768
|
usageGuidelines: {
|
|
832
|
-
usage: 'The color for
|
|
833
|
-
cssProperties: ['color'
|
|
769
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
770
|
+
cssProperties: ['background-color']
|
|
834
771
|
}
|
|
835
772
|
}, {
|
|
836
|
-
name: 'color.
|
|
837
|
-
path: ['color', '
|
|
838
|
-
description: 'Use for
|
|
839
|
-
exampleValue: '#
|
|
773
|
+
name: 'color.background.accent.yellow.subtlest',
|
|
774
|
+
path: ['color', 'background', 'accent', 'yellow', 'subtlest', '[default]'],
|
|
775
|
+
description: 'Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
776
|
+
exampleValue: '#FEF7C8',
|
|
840
777
|
usageGuidelines: {
|
|
841
|
-
usage: 'The color for
|
|
842
|
-
cssProperties: ['color'
|
|
778
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
779
|
+
cssProperties: ['background-color']
|
|
843
780
|
}
|
|
844
781
|
}, {
|
|
845
|
-
name: 'color.
|
|
846
|
-
path: ['color', '
|
|
847
|
-
description: '
|
|
848
|
-
exampleValue: '#
|
|
782
|
+
name: 'color.background.accent.yellow.subtlest.hovered',
|
|
783
|
+
path: ['color', 'background', 'accent', 'yellow', 'subtlest', 'hovered'],
|
|
784
|
+
description: 'Hovered state of color.background.accent.yellow.subtlest.',
|
|
785
|
+
exampleValue: '#F5E989',
|
|
849
786
|
usageGuidelines: {
|
|
850
|
-
usage: 'The color for
|
|
851
|
-
cssProperties: ['color'
|
|
787
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
788
|
+
cssProperties: ['background-color']
|
|
852
789
|
}
|
|
853
790
|
}, {
|
|
854
|
-
name: 'color.
|
|
855
|
-
path: ['color', '
|
|
856
|
-
description: '
|
|
857
|
-
exampleValue: '#
|
|
791
|
+
name: 'color.background.accent.yellow.subtlest.pressed',
|
|
792
|
+
path: ['color', 'background', 'accent', 'yellow', 'subtlest', 'pressed'],
|
|
793
|
+
description: 'Pressed state of color.background.accent.yellow.subtlest.',
|
|
794
|
+
exampleValue: '#EFDD4E',
|
|
858
795
|
usageGuidelines: {
|
|
859
|
-
usage: 'The color for
|
|
860
|
-
cssProperties: ['color'
|
|
796
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
797
|
+
cssProperties: ['background-color']
|
|
861
798
|
}
|
|
862
799
|
}, {
|
|
863
|
-
name: 'color.
|
|
864
|
-
path: ['color', '
|
|
865
|
-
description: 'Use for yellow
|
|
866
|
-
exampleValue: '#
|
|
800
|
+
name: 'color.background.accent.yellow.subtler',
|
|
801
|
+
path: ['color', 'background', 'accent', 'yellow', 'subtler', '[default]'],
|
|
802
|
+
description: 'Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
803
|
+
exampleValue: '#F5E989',
|
|
804
|
+
usageGuidelines: {
|
|
805
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
806
|
+
cssProperties: ['background-color']
|
|
807
|
+
}
|
|
808
|
+
}, {
|
|
809
|
+
name: 'color.background.accent.yellow.subtler.hovered',
|
|
810
|
+
path: ['color', 'background', 'accent', 'yellow', 'subtler', 'hovered'],
|
|
811
|
+
description: 'Hovered state of color.background.accent.yellow.subtler.',
|
|
812
|
+
exampleValue: '#EFDD4E',
|
|
867
813
|
usageGuidelines: {
|
|
868
|
-
usage: 'The color for
|
|
869
|
-
cssProperties: ['color'
|
|
814
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
815
|
+
cssProperties: ['background-color']
|
|
870
816
|
}
|
|
871
817
|
}, {
|
|
872
|
-
name: 'color.
|
|
873
|
-
path: ['color', '
|
|
874
|
-
description: '
|
|
875
|
-
exampleValue: '#
|
|
818
|
+
name: 'color.background.accent.yellow.subtler.pressed',
|
|
819
|
+
path: ['color', 'background', 'accent', 'yellow', 'subtler', 'pressed'],
|
|
820
|
+
description: 'Pressed state of color.background.accent.yellow.subtler.',
|
|
821
|
+
exampleValue: '#EED12B',
|
|
876
822
|
usageGuidelines: {
|
|
877
|
-
usage: 'The color for
|
|
878
|
-
cssProperties: ['color'
|
|
823
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
824
|
+
cssProperties: ['background-color']
|
|
879
825
|
}
|
|
880
826
|
}, {
|
|
881
|
-
name: 'color.
|
|
882
|
-
path: ['color', '
|
|
883
|
-
description: 'Use for
|
|
884
|
-
exampleValue: '#
|
|
827
|
+
name: 'color.background.accent.yellow.subtle',
|
|
828
|
+
path: ['color', 'background', 'accent', 'yellow', 'subtle', '[default]'],
|
|
829
|
+
description: 'Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
830
|
+
exampleValue: '#EED12B',
|
|
885
831
|
usageGuidelines: {
|
|
886
|
-
usage: 'The color for
|
|
887
|
-
cssProperties: ['color'
|
|
832
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
833
|
+
cssProperties: ['background-color']
|
|
888
834
|
}
|
|
889
835
|
}, {
|
|
890
|
-
name: 'color.
|
|
891
|
-
path: ['color', '
|
|
892
|
-
description: '
|
|
893
|
-
exampleValue: '#
|
|
836
|
+
name: 'color.background.accent.yellow.subtle.hovered',
|
|
837
|
+
path: ['color', 'background', 'accent', 'yellow', 'subtle', 'hovered'],
|
|
838
|
+
description: 'Hovered state of color.background.accent.yellow.subtle.',
|
|
839
|
+
exampleValue: '#DDB30E',
|
|
894
840
|
usageGuidelines: {
|
|
895
|
-
usage: 'The color for
|
|
896
|
-
cssProperties: ['color'
|
|
841
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
842
|
+
cssProperties: ['background-color']
|
|
897
843
|
}
|
|
898
844
|
}, {
|
|
899
|
-
name: 'color.
|
|
900
|
-
path: ['color', '
|
|
901
|
-
description: '
|
|
902
|
-
exampleValue: '#
|
|
845
|
+
name: 'color.background.accent.yellow.subtle.pressed',
|
|
846
|
+
path: ['color', 'background', 'accent', 'yellow', 'subtle', 'pressed'],
|
|
847
|
+
description: 'Pressed state of color.background.accent.yellow.subtle.',
|
|
848
|
+
exampleValue: '#EFDD4E',
|
|
903
849
|
usageGuidelines: {
|
|
904
|
-
usage: 'The color for
|
|
905
|
-
cssProperties: ['color'
|
|
850
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
851
|
+
cssProperties: ['background-color']
|
|
906
852
|
}
|
|
907
853
|
}, {
|
|
908
|
-
name: 'color.
|
|
909
|
-
path: ['color', '
|
|
910
|
-
description: 'Use for
|
|
911
|
-
exampleValue: '#
|
|
854
|
+
name: 'color.background.accent.yellow.bolder',
|
|
855
|
+
path: ['color', 'background', 'accent', 'yellow', 'bolder', '[default]'],
|
|
856
|
+
description: 'Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
857
|
+
exampleValue: '#946F00',
|
|
912
858
|
usageGuidelines: {
|
|
913
|
-
usage: 'The color for
|
|
914
|
-
cssProperties: ['color'
|
|
859
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
860
|
+
cssProperties: ['background-color']
|
|
915
861
|
}
|
|
916
862
|
}, {
|
|
917
|
-
name: 'color.
|
|
918
|
-
path: ['color', '
|
|
919
|
-
description: '
|
|
920
|
-
exampleValue: '#
|
|
863
|
+
name: 'color.background.accent.yellow.bolder.hovered',
|
|
864
|
+
path: ['color', 'background', 'accent', 'yellow', 'bolder', 'hovered'],
|
|
865
|
+
description: 'Hovered state of color.background.accent.yellow.bolder.',
|
|
866
|
+
exampleValue: '#7F5F01',
|
|
921
867
|
usageGuidelines: {
|
|
922
|
-
usage: 'The color for
|
|
923
|
-
cssProperties: ['color'
|
|
868
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
869
|
+
cssProperties: ['background-color']
|
|
924
870
|
}
|
|
925
871
|
}, {
|
|
926
|
-
name: 'color.
|
|
927
|
-
path: ['color', '
|
|
928
|
-
description: '
|
|
929
|
-
exampleValue: '#
|
|
872
|
+
name: 'color.background.accent.yellow.bolder.pressed',
|
|
873
|
+
path: ['color', 'background', 'accent', 'yellow', 'bolder', 'pressed'],
|
|
874
|
+
description: 'Pressed state of color.background.accent.yellow.bolder.',
|
|
875
|
+
exampleValue: '#614A05',
|
|
930
876
|
usageGuidelines: {
|
|
931
|
-
usage: 'The color for
|
|
932
|
-
cssProperties: ['color'
|
|
877
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
878
|
+
cssProperties: ['background-color']
|
|
933
879
|
}
|
|
934
880
|
}, {
|
|
935
|
-
name: 'color.
|
|
936
|
-
path: ['color', '
|
|
937
|
-
description: 'Use for
|
|
938
|
-
exampleValue: '#
|
|
881
|
+
name: 'color.background.accent.green.subtlest',
|
|
882
|
+
path: ['color', 'background', 'accent', 'green', 'subtlest', '[default]'],
|
|
883
|
+
description: 'Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
884
|
+
exampleValue: '#DCFFF1',
|
|
939
885
|
usageGuidelines: {
|
|
940
|
-
usage: 'The color for
|
|
941
|
-
cssProperties: ['color'
|
|
886
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
887
|
+
cssProperties: ['background-color']
|
|
942
888
|
}
|
|
943
889
|
}, {
|
|
944
|
-
name: 'color.
|
|
945
|
-
path: ['color', '
|
|
946
|
-
description: '
|
|
947
|
-
exampleValue: '#
|
|
890
|
+
name: 'color.background.accent.green.subtlest.hovered',
|
|
891
|
+
path: ['color', 'background', 'accent', 'green', 'subtlest', 'hovered'],
|
|
892
|
+
description: 'Hovered state of color.background.accent.green.subtlest.',
|
|
893
|
+
exampleValue: '#BAF3DB',
|
|
948
894
|
usageGuidelines: {
|
|
949
|
-
usage: 'The color for
|
|
950
|
-
cssProperties: ['color'
|
|
895
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
896
|
+
cssProperties: ['background-color']
|
|
951
897
|
}
|
|
952
898
|
}, {
|
|
953
|
-
name: 'color.
|
|
954
|
-
path: ['color', '
|
|
955
|
-
description: '
|
|
956
|
-
exampleValue: '#
|
|
899
|
+
name: 'color.background.accent.green.subtlest.pressed',
|
|
900
|
+
path: ['color', 'background', 'accent', 'green', 'subtlest', 'pressed'],
|
|
901
|
+
description: 'Pressed state of color.background.accent.green.subtlest.',
|
|
902
|
+
exampleValue: '#97EDC9',
|
|
957
903
|
usageGuidelines: {
|
|
958
|
-
usage: 'The color for
|
|
959
|
-
cssProperties: ['color'
|
|
904
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
905
|
+
cssProperties: ['background-color']
|
|
960
906
|
}
|
|
961
907
|
}, {
|
|
962
|
-
name: 'color.
|
|
963
|
-
path: ['color', '
|
|
964
|
-
description: 'Use for
|
|
965
|
-
exampleValue: '#
|
|
908
|
+
name: 'color.background.accent.green.subtler',
|
|
909
|
+
path: ['color', 'background', 'accent', 'green', 'subtler', '[default]'],
|
|
910
|
+
description: 'Use for green backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
911
|
+
exampleValue: '#BAF3DB',
|
|
966
912
|
usageGuidelines: {
|
|
967
|
-
usage: 'The color for
|
|
968
|
-
cssProperties: ['color'
|
|
913
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
914
|
+
cssProperties: ['background-color']
|
|
969
915
|
}
|
|
970
916
|
}, {
|
|
971
|
-
name: 'color.
|
|
972
|
-
path: ['color', '
|
|
973
|
-
description: '
|
|
974
|
-
exampleValue: '#
|
|
917
|
+
name: 'color.background.accent.green.subtler.hovered',
|
|
918
|
+
path: ['color', 'background', 'accent', 'green', 'subtler', 'hovered'],
|
|
919
|
+
description: 'Hovered state of color.background.accent.green.subtler.',
|
|
920
|
+
exampleValue: '#97EDC9',
|
|
975
921
|
usageGuidelines: {
|
|
976
|
-
usage: 'The color for
|
|
977
|
-
cssProperties: ['color'
|
|
922
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
923
|
+
cssProperties: ['background-color']
|
|
978
924
|
}
|
|
979
925
|
}, {
|
|
980
|
-
name: 'color.
|
|
981
|
-
path: ['color', '
|
|
982
|
-
description: '
|
|
983
|
-
exampleValue: '#
|
|
926
|
+
name: 'color.background.accent.green.subtler.pressed',
|
|
927
|
+
path: ['color', 'background', 'accent', 'green', 'subtler', 'pressed'],
|
|
928
|
+
description: 'Pressed state of color.background.accent.green.subtler.',
|
|
929
|
+
exampleValue: '#7EE2B8',
|
|
984
930
|
usageGuidelines: {
|
|
985
|
-
usage: 'The color for
|
|
986
|
-
cssProperties: ['color'
|
|
931
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
932
|
+
cssProperties: ['background-color']
|
|
987
933
|
}
|
|
988
934
|
}, {
|
|
989
|
-
name: 'color.
|
|
990
|
-
path: ['color', '
|
|
991
|
-
description: 'Use for
|
|
992
|
-
exampleValue: '#
|
|
935
|
+
name: 'color.background.accent.green.subtle',
|
|
936
|
+
path: ['color', 'background', 'accent', 'green', 'subtle', '[default]'],
|
|
937
|
+
description: 'Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
938
|
+
exampleValue: '#4BCE97',
|
|
993
939
|
usageGuidelines: {
|
|
994
|
-
usage: 'The color for
|
|
995
|
-
cssProperties: ['color'
|
|
940
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
941
|
+
cssProperties: ['background-color']
|
|
996
942
|
}
|
|
997
943
|
}, {
|
|
998
|
-
name: 'color.
|
|
999
|
-
path: ['color', '
|
|
1000
|
-
description: '
|
|
1001
|
-
exampleValue: '#
|
|
944
|
+
name: 'color.background.accent.green.subtle.hovered',
|
|
945
|
+
path: ['color', 'background', 'accent', 'green', 'subtle', 'hovered'],
|
|
946
|
+
description: 'Hovered state of color.background.accent.green.subtle.',
|
|
947
|
+
exampleValue: '#7EE2B8',
|
|
1002
948
|
usageGuidelines: {
|
|
1003
|
-
usage: 'The color for
|
|
1004
|
-
cssProperties: ['color'
|
|
949
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
950
|
+
cssProperties: ['background-color']
|
|
1005
951
|
}
|
|
1006
952
|
}, {
|
|
1007
|
-
name: 'color.
|
|
1008
|
-
path: ['color', '
|
|
1009
|
-
description: '
|
|
1010
|
-
exampleValue: '#
|
|
953
|
+
name: 'color.background.accent.green.subtle.pressed',
|
|
954
|
+
path: ['color', 'background', 'accent', 'green', 'subtle', 'pressed'],
|
|
955
|
+
description: 'Pressed state of color.background.accent.green.subtle.',
|
|
956
|
+
exampleValue: '#97EDC9',
|
|
1011
957
|
usageGuidelines: {
|
|
1012
|
-
usage: 'The color for
|
|
1013
|
-
cssProperties: ['color'
|
|
958
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
959
|
+
cssProperties: ['background-color']
|
|
1014
960
|
}
|
|
1015
961
|
}, {
|
|
1016
|
-
name: 'color.
|
|
1017
|
-
path: ['color', '
|
|
1018
|
-
description: 'Use for
|
|
1019
|
-
exampleValue: '#
|
|
962
|
+
name: 'color.background.accent.green.bolder',
|
|
963
|
+
path: ['color', 'background', 'accent', 'green', 'bolder', '[default]'],
|
|
964
|
+
description: 'Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
965
|
+
exampleValue: '#1F845A',
|
|
1020
966
|
usageGuidelines: {
|
|
1021
|
-
usage: 'The color for
|
|
1022
|
-
cssProperties: ['color'
|
|
967
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
968
|
+
cssProperties: ['background-color']
|
|
1023
969
|
}
|
|
1024
970
|
}, {
|
|
1025
|
-
name: 'color.
|
|
1026
|
-
path: ['color', '
|
|
1027
|
-
description: '
|
|
1028
|
-
exampleValue: '#
|
|
971
|
+
name: 'color.background.accent.green.bolder.hovered',
|
|
972
|
+
path: ['color', 'background', 'accent', 'green', 'bolder', 'hovered'],
|
|
973
|
+
description: 'Hovered state of color.background.accent.green.bolder.',
|
|
974
|
+
exampleValue: '#216E4E',
|
|
1029
975
|
usageGuidelines: {
|
|
1030
|
-
usage: 'The color for
|
|
1031
|
-
cssProperties: ['color'
|
|
976
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
977
|
+
cssProperties: ['background-color']
|
|
1032
978
|
}
|
|
1033
979
|
}, {
|
|
1034
|
-
name: 'color.
|
|
1035
|
-
path: ['color', '
|
|
1036
|
-
description: '
|
|
1037
|
-
exampleValue: '#
|
|
980
|
+
name: 'color.background.accent.green.bolder.pressed',
|
|
981
|
+
path: ['color', 'background', 'accent', 'green', 'bolder', 'pressed'],
|
|
982
|
+
description: 'Pressed state of color.background.accent.green.bolder.',
|
|
983
|
+
exampleValue: '#19573D',
|
|
1038
984
|
usageGuidelines: {
|
|
1039
|
-
usage: 'The color for
|
|
1040
|
-
cssProperties: ['
|
|
985
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
986
|
+
cssProperties: ['background-color']
|
|
1041
987
|
}
|
|
1042
988
|
}, {
|
|
1043
|
-
name: 'color.
|
|
1044
|
-
path: ['color', '
|
|
1045
|
-
description: 'Use for
|
|
1046
|
-
exampleValue: '#
|
|
989
|
+
name: 'color.background.accent.teal.subtlest',
|
|
990
|
+
path: ['color', 'background', 'accent', 'teal', 'subtlest', '[default]'],
|
|
991
|
+
description: 'Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
992
|
+
exampleValue: '#E7F9FF',
|
|
1047
993
|
usageGuidelines: {
|
|
1048
|
-
usage: 'The color for
|
|
1049
|
-
cssProperties: ['
|
|
994
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
995
|
+
cssProperties: ['background-color']
|
|
1050
996
|
}
|
|
1051
997
|
}, {
|
|
1052
|
-
name: 'color.
|
|
1053
|
-
path: ['color', '
|
|
1054
|
-
description: '
|
|
1055
|
-
exampleValue: '#
|
|
998
|
+
name: 'color.background.accent.teal.subtlest.hovered',
|
|
999
|
+
path: ['color', 'background', 'accent', 'teal', 'subtlest', 'hovered'],
|
|
1000
|
+
description: 'Hovered state of color.background.accent.teal.subtlest.',
|
|
1001
|
+
exampleValue: '#C6EDFB',
|
|
1056
1002
|
usageGuidelines: {
|
|
1057
|
-
usage: 'The color for
|
|
1058
|
-
cssProperties: ['
|
|
1003
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1004
|
+
cssProperties: ['background-color']
|
|
1059
1005
|
}
|
|
1060
1006
|
}, {
|
|
1061
|
-
name: 'color.
|
|
1062
|
-
path: ['color', '
|
|
1063
|
-
description: '
|
|
1064
|
-
exampleValue: '#
|
|
1007
|
+
name: 'color.background.accent.teal.subtlest.pressed',
|
|
1008
|
+
path: ['color', 'background', 'accent', 'teal', 'subtlest', 'pressed'],
|
|
1009
|
+
description: 'Pressed state of color.background.accent.teal.subtlest.',
|
|
1010
|
+
exampleValue: '#B1E4F7',
|
|
1065
1011
|
usageGuidelines: {
|
|
1066
|
-
usage: 'The color for
|
|
1067
|
-
cssProperties: ['
|
|
1012
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1013
|
+
cssProperties: ['background-color']
|
|
1068
1014
|
}
|
|
1069
1015
|
}, {
|
|
1070
|
-
name: 'color.
|
|
1071
|
-
path: ['color', '
|
|
1072
|
-
description: 'Use for
|
|
1073
|
-
exampleValue: '#
|
|
1016
|
+
name: 'color.background.accent.teal.subtler',
|
|
1017
|
+
path: ['color', 'background', 'accent', 'teal', 'subtler', '[default]'],
|
|
1018
|
+
description: 'Use for teal backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1019
|
+
exampleValue: '#C6EDFB',
|
|
1074
1020
|
usageGuidelines: {
|
|
1075
|
-
usage: 'The color for
|
|
1076
|
-
cssProperties: ['
|
|
1021
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1022
|
+
cssProperties: ['background-color']
|
|
1077
1023
|
}
|
|
1078
1024
|
}, {
|
|
1079
|
-
name: 'color.
|
|
1080
|
-
path: ['color', '
|
|
1081
|
-
description: '
|
|
1082
|
-
exampleValue: '#
|
|
1025
|
+
name: 'color.background.accent.teal.subtler.hovered',
|
|
1026
|
+
path: ['color', 'background', 'accent', 'teal', 'subtler', 'hovered'],
|
|
1027
|
+
description: 'Hovered state of color.background.accent.teal.subtler.',
|
|
1028
|
+
exampleValue: '#B1E4F7',
|
|
1083
1029
|
usageGuidelines: {
|
|
1084
|
-
usage: 'The color for
|
|
1085
|
-
cssProperties: ['
|
|
1030
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1031
|
+
cssProperties: ['background-color']
|
|
1086
1032
|
}
|
|
1087
1033
|
}, {
|
|
1088
|
-
name: 'color.
|
|
1089
|
-
path: ['color', '
|
|
1090
|
-
description: '
|
|
1091
|
-
exampleValue: '#
|
|
1034
|
+
name: 'color.background.accent.teal.subtler.pressed',
|
|
1035
|
+
path: ['color', 'background', 'accent', 'teal', 'subtler', 'pressed'],
|
|
1036
|
+
description: 'Pressed state of color.background.accent.teal.subtler.',
|
|
1037
|
+
exampleValue: '#9DD9EE',
|
|
1092
1038
|
usageGuidelines: {
|
|
1093
|
-
usage: 'The color for
|
|
1094
|
-
cssProperties: ['
|
|
1039
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1040
|
+
cssProperties: ['background-color']
|
|
1095
1041
|
}
|
|
1096
1042
|
}, {
|
|
1097
|
-
name: 'color.
|
|
1098
|
-
path: ['color', '
|
|
1099
|
-
description: 'Use for
|
|
1100
|
-
exampleValue: '#
|
|
1043
|
+
name: 'color.background.accent.teal.subtle',
|
|
1044
|
+
path: ['color', 'background', 'accent', 'teal', 'subtle', '[default]'],
|
|
1045
|
+
description: 'Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1046
|
+
exampleValue: '#6CC3E0',
|
|
1101
1047
|
usageGuidelines: {
|
|
1102
|
-
usage: 'The color for
|
|
1103
|
-
cssProperties: ['
|
|
1048
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1049
|
+
cssProperties: ['background-color']
|
|
1104
1050
|
}
|
|
1105
1051
|
}, {
|
|
1106
|
-
name: 'color.
|
|
1107
|
-
path: ['color', '
|
|
1108
|
-
description: '
|
|
1109
|
-
exampleValue: '#
|
|
1052
|
+
name: 'color.background.accent.teal.subtle.hovered',
|
|
1053
|
+
path: ['color', 'background', 'accent', 'teal', 'subtle', 'hovered'],
|
|
1054
|
+
description: 'Hovered state of color.background.accent.teal.subtle.',
|
|
1055
|
+
exampleValue: '#9DD9EE',
|
|
1110
1056
|
usageGuidelines: {
|
|
1111
|
-
usage: 'The color for
|
|
1112
|
-
cssProperties: ['
|
|
1057
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1058
|
+
cssProperties: ['background-color']
|
|
1113
1059
|
}
|
|
1114
1060
|
}, {
|
|
1115
|
-
name: 'color.
|
|
1116
|
-
path: ['color', '
|
|
1117
|
-
description: '
|
|
1118
|
-
exampleValue: '#
|
|
1061
|
+
name: 'color.background.accent.teal.subtle.pressed',
|
|
1062
|
+
path: ['color', 'background', 'accent', 'teal', 'subtle', 'pressed'],
|
|
1063
|
+
description: 'Pressed state of color.background.accent.teal.subtle.',
|
|
1064
|
+
exampleValue: '#B1E4F7',
|
|
1119
1065
|
usageGuidelines: {
|
|
1120
|
-
usage: 'The color for
|
|
1121
|
-
cssProperties: ['
|
|
1066
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1067
|
+
cssProperties: ['background-color']
|
|
1122
1068
|
}
|
|
1123
1069
|
}, {
|
|
1124
|
-
name: 'color.
|
|
1125
|
-
path: ['color', '
|
|
1126
|
-
description: 'Use for
|
|
1127
|
-
exampleValue: '#
|
|
1070
|
+
name: 'color.background.accent.teal.bolder',
|
|
1071
|
+
path: ['color', 'background', 'accent', 'teal', 'bolder', '[default]'],
|
|
1072
|
+
description: 'Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
1073
|
+
exampleValue: '#227D9B',
|
|
1128
1074
|
usageGuidelines: {
|
|
1129
|
-
usage: 'The color for
|
|
1130
|
-
cssProperties: ['
|
|
1075
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1076
|
+
cssProperties: ['background-color']
|
|
1131
1077
|
}
|
|
1132
1078
|
}, {
|
|
1133
|
-
name: 'color.
|
|
1134
|
-
path: ['color', '
|
|
1135
|
-
description: '
|
|
1136
|
-
exampleValue: '#
|
|
1079
|
+
name: 'color.background.accent.teal.bolder.hovered',
|
|
1080
|
+
path: ['color', 'background', 'accent', 'teal', 'bolder', 'hovered'],
|
|
1081
|
+
description: 'Hovered state of color.background.accent.teal.bolder.',
|
|
1082
|
+
exampleValue: '#206A83',
|
|
1137
1083
|
usageGuidelines: {
|
|
1138
|
-
usage: 'The color for
|
|
1139
|
-
cssProperties: ['
|
|
1084
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1085
|
+
cssProperties: ['background-color']
|
|
1140
1086
|
}
|
|
1141
1087
|
}, {
|
|
1142
|
-
name: 'color.
|
|
1143
|
-
path: ['color', '
|
|
1144
|
-
description: '
|
|
1145
|
-
exampleValue: '#
|
|
1088
|
+
name: 'color.background.accent.teal.bolder.pressed',
|
|
1089
|
+
path: ['color', 'background', 'accent', 'teal', 'bolder', 'pressed'],
|
|
1090
|
+
description: 'Pressed state of color.background.accent.teal.bolder.',
|
|
1091
|
+
exampleValue: '#1A5265',
|
|
1146
1092
|
usageGuidelines: {
|
|
1147
|
-
usage: 'The color for
|
|
1148
|
-
cssProperties: ['
|
|
1093
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1094
|
+
cssProperties: ['background-color']
|
|
1149
1095
|
}
|
|
1150
1096
|
}, {
|
|
1151
|
-
name: 'color.
|
|
1152
|
-
path: ['color', '
|
|
1153
|
-
description: 'Use for blue
|
|
1154
|
-
exampleValue: '#
|
|
1097
|
+
name: 'color.background.accent.blue.subtlest',
|
|
1098
|
+
path: ['color', 'background', 'accent', 'blue', 'subtlest', '[default]'],
|
|
1099
|
+
description: 'Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
1100
|
+
exampleValue: '#E9F2FE',
|
|
1155
1101
|
usageGuidelines: {
|
|
1156
|
-
usage: 'The color for
|
|
1157
|
-
cssProperties: ['
|
|
1102
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1103
|
+
cssProperties: ['background-color']
|
|
1158
1104
|
}
|
|
1159
1105
|
}, {
|
|
1160
|
-
name: 'color.
|
|
1161
|
-
path: ['color', '
|
|
1162
|
-
description: '
|
|
1163
|
-
exampleValue: '#
|
|
1106
|
+
name: 'color.background.accent.blue.subtlest.hovered',
|
|
1107
|
+
path: ['color', 'background', 'accent', 'blue', 'subtlest', 'hovered'],
|
|
1108
|
+
description: 'Hovered state of color.background.accent.blue.subtlest.',
|
|
1109
|
+
exampleValue: '#CFE1FD',
|
|
1164
1110
|
usageGuidelines: {
|
|
1165
|
-
usage: 'The color for
|
|
1166
|
-
cssProperties: ['
|
|
1111
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1112
|
+
cssProperties: ['background-color']
|
|
1167
1113
|
}
|
|
1168
1114
|
}, {
|
|
1169
|
-
name: 'color.
|
|
1170
|
-
path: ['color', '
|
|
1171
|
-
description: '
|
|
1172
|
-
exampleValue: '#
|
|
1115
|
+
name: 'color.background.accent.blue.subtlest.pressed',
|
|
1116
|
+
path: ['color', 'background', 'accent', 'blue', 'subtlest', 'pressed'],
|
|
1117
|
+
description: 'Pressed state of color.background.accent.blue.subtlest.',
|
|
1118
|
+
exampleValue: '#ADCBFB',
|
|
1173
1119
|
usageGuidelines: {
|
|
1174
|
-
usage: 'The color for
|
|
1175
|
-
cssProperties: ['
|
|
1120
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1121
|
+
cssProperties: ['background-color']
|
|
1176
1122
|
}
|
|
1177
1123
|
}, {
|
|
1178
|
-
name: 'color.
|
|
1179
|
-
path: ['color', '
|
|
1180
|
-
description: 'Use for
|
|
1181
|
-
exampleValue: '#
|
|
1124
|
+
name: 'color.background.accent.blue.subtler',
|
|
1125
|
+
path: ['color', 'background', 'accent', 'blue', 'subtler', '[default]'],
|
|
1126
|
+
description: 'Use for blue backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1127
|
+
exampleValue: '#CFE1FD',
|
|
1182
1128
|
usageGuidelines: {
|
|
1183
|
-
usage: 'The color for
|
|
1184
|
-
cssProperties: ['
|
|
1129
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1130
|
+
cssProperties: ['background-color']
|
|
1185
1131
|
}
|
|
1186
1132
|
}, {
|
|
1187
|
-
name: 'color.
|
|
1188
|
-
path: ['color', '
|
|
1189
|
-
description: '
|
|
1190
|
-
exampleValue: '#
|
|
1133
|
+
name: 'color.background.accent.blue.subtler.hovered',
|
|
1134
|
+
path: ['color', 'background', 'accent', 'blue', 'subtler', 'hovered'],
|
|
1135
|
+
description: 'Hovered state of color.background.accent.blue.subtler.',
|
|
1136
|
+
exampleValue: '#ADCBFB',
|
|
1191
1137
|
usageGuidelines: {
|
|
1192
|
-
usage: 'The color for
|
|
1193
|
-
cssProperties: ['
|
|
1138
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1139
|
+
cssProperties: ['background-color']
|
|
1194
1140
|
}
|
|
1195
1141
|
}, {
|
|
1196
|
-
name: 'color.
|
|
1197
|
-
path: ['color', '
|
|
1198
|
-
description: '
|
|
1199
|
-
exampleValue: '#
|
|
1142
|
+
name: 'color.background.accent.blue.subtler.pressed',
|
|
1143
|
+
path: ['color', 'background', 'accent', 'blue', 'subtler', 'pressed'],
|
|
1144
|
+
description: 'Pressed state of color.background.accent.blue.subtler.',
|
|
1145
|
+
exampleValue: '#8FB8F6',
|
|
1200
1146
|
usageGuidelines: {
|
|
1201
|
-
usage: 'The color for
|
|
1202
|
-
cssProperties: ['
|
|
1147
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1148
|
+
cssProperties: ['background-color']
|
|
1203
1149
|
}
|
|
1204
1150
|
}, {
|
|
1205
|
-
name: 'color.
|
|
1206
|
-
path: ['color', '
|
|
1207
|
-
description: 'Use for
|
|
1208
|
-
exampleValue: '#
|
|
1151
|
+
name: 'color.background.accent.blue.subtle',
|
|
1152
|
+
path: ['color', 'background', 'accent', 'blue', 'subtle', '[default]'],
|
|
1153
|
+
description: 'Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1154
|
+
exampleValue: '#669DF1',
|
|
1209
1155
|
usageGuidelines: {
|
|
1210
|
-
usage: 'The color for
|
|
1211
|
-
cssProperties: ['
|
|
1156
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1157
|
+
cssProperties: ['background-color']
|
|
1212
1158
|
}
|
|
1213
1159
|
}, {
|
|
1214
|
-
name: 'color.
|
|
1215
|
-
path: ['color', '
|
|
1216
|
-
description: '
|
|
1217
|
-
exampleValue: '#
|
|
1160
|
+
name: 'color.background.accent.blue.subtle.hovered',
|
|
1161
|
+
path: ['color', 'background', 'accent', 'blue', 'subtle', 'hovered'],
|
|
1162
|
+
description: 'Hovered state of color.background.accent.blue.subtle.',
|
|
1163
|
+
exampleValue: '#8FB8F6',
|
|
1218
1164
|
usageGuidelines: {
|
|
1219
|
-
usage: 'The color for
|
|
1220
|
-
cssProperties: ['
|
|
1165
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1166
|
+
cssProperties: ['background-color']
|
|
1221
1167
|
}
|
|
1222
1168
|
}, {
|
|
1223
|
-
name: 'color.
|
|
1224
|
-
path: ['color', '
|
|
1225
|
-
description: '
|
|
1226
|
-
exampleValue: '#
|
|
1169
|
+
name: 'color.background.accent.blue.subtle.pressed',
|
|
1170
|
+
path: ['color', 'background', 'accent', 'blue', 'subtle', 'pressed'],
|
|
1171
|
+
description: 'Pressed state of color.background.accent.blue.subtle.',
|
|
1172
|
+
exampleValue: '#ADCBFB',
|
|
1227
1173
|
usageGuidelines: {
|
|
1228
|
-
usage: 'The color for
|
|
1229
|
-
cssProperties: ['
|
|
1174
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1175
|
+
cssProperties: ['background-color']
|
|
1230
1176
|
}
|
|
1231
1177
|
}, {
|
|
1232
|
-
name: 'color.
|
|
1233
|
-
path: ['color', '
|
|
1234
|
-
description: 'Use for
|
|
1235
|
-
exampleValue: '#
|
|
1178
|
+
name: 'color.background.accent.blue.bolder',
|
|
1179
|
+
path: ['color', 'background', 'accent', 'blue', 'bolder', '[default]'],
|
|
1180
|
+
description: 'Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
1181
|
+
exampleValue: '#1868DB',
|
|
1236
1182
|
usageGuidelines: {
|
|
1237
|
-
usage: 'The color for
|
|
1238
|
-
cssProperties: ['
|
|
1183
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1184
|
+
cssProperties: ['background-color']
|
|
1239
1185
|
}
|
|
1240
1186
|
}, {
|
|
1241
|
-
name: 'color.
|
|
1242
|
-
path: ['color', '
|
|
1243
|
-
description: '
|
|
1244
|
-
exampleValue: '#
|
|
1187
|
+
name: 'color.background.accent.blue.bolder.hovered',
|
|
1188
|
+
path: ['color', 'background', 'accent', 'blue', 'bolder', 'hovered'],
|
|
1189
|
+
description: 'Hovered state of color.background.accent.blue.bolder.',
|
|
1190
|
+
exampleValue: '#1558BC',
|
|
1245
1191
|
usageGuidelines: {
|
|
1246
|
-
usage: 'The color for
|
|
1247
|
-
cssProperties: ['
|
|
1192
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1193
|
+
cssProperties: ['background-color']
|
|
1248
1194
|
}
|
|
1249
1195
|
}, {
|
|
1250
|
-
name: 'color.
|
|
1251
|
-
path: ['color', '
|
|
1252
|
-
description: '
|
|
1253
|
-
exampleValue: '#
|
|
1196
|
+
name: 'color.background.accent.blue.bolder.pressed',
|
|
1197
|
+
path: ['color', 'background', 'accent', 'blue', 'bolder', 'pressed'],
|
|
1198
|
+
description: 'Pressed state of color.background.accent.blue.bolder.',
|
|
1199
|
+
exampleValue: '#144794',
|
|
1254
1200
|
usageGuidelines: {
|
|
1255
|
-
usage: 'The color for
|
|
1256
|
-
cssProperties: ['
|
|
1201
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1202
|
+
cssProperties: ['background-color']
|
|
1257
1203
|
}
|
|
1258
1204
|
}, {
|
|
1259
|
-
name: 'color.
|
|
1260
|
-
path: ['color', '
|
|
1261
|
-
description: 'Use for
|
|
1262
|
-
exampleValue: '#
|
|
1205
|
+
name: 'color.background.accent.purple.subtlest',
|
|
1206
|
+
path: ['color', 'background', 'accent', 'purple', 'subtlest', '[default]'],
|
|
1207
|
+
description: 'Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
1208
|
+
exampleValue: '#F8EEFE',
|
|
1263
1209
|
usageGuidelines: {
|
|
1264
|
-
usage: 'The color for
|
|
1265
|
-
cssProperties: ['
|
|
1210
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1211
|
+
cssProperties: ['background-color']
|
|
1266
1212
|
}
|
|
1267
1213
|
}, {
|
|
1268
|
-
name: 'color.
|
|
1269
|
-
path: ['color', '
|
|
1270
|
-
description: '
|
|
1271
|
-
exampleValue: '#
|
|
1214
|
+
name: 'color.background.accent.purple.subtlest.hovered',
|
|
1215
|
+
path: ['color', 'background', 'accent', 'purple', 'subtlest', 'hovered'],
|
|
1216
|
+
description: 'Hovered state of color.background.accent.purple.subtlest.',
|
|
1217
|
+
exampleValue: '#EED7FC',
|
|
1272
1218
|
usageGuidelines: {
|
|
1273
|
-
usage: 'The color for
|
|
1274
|
-
cssProperties: ['
|
|
1219
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1220
|
+
cssProperties: ['background-color']
|
|
1275
1221
|
}
|
|
1276
1222
|
}, {
|
|
1277
|
-
name: 'color.
|
|
1278
|
-
path: ['color', '
|
|
1279
|
-
description: '
|
|
1280
|
-
exampleValue: '#
|
|
1223
|
+
name: 'color.background.accent.purple.subtlest.pressed',
|
|
1224
|
+
path: ['color', 'background', 'accent', 'purple', 'subtlest', 'pressed'],
|
|
1225
|
+
description: 'Pressed state of color.background.accent.purple.subtlest.',
|
|
1226
|
+
exampleValue: '#E3BDFA',
|
|
1281
1227
|
usageGuidelines: {
|
|
1282
|
-
usage: 'The color for
|
|
1283
|
-
cssProperties: ['
|
|
1228
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1229
|
+
cssProperties: ['background-color']
|
|
1284
1230
|
}
|
|
1285
1231
|
}, {
|
|
1286
|
-
name: 'color.
|
|
1287
|
-
path: ['color', '
|
|
1288
|
-
description: 'Use for
|
|
1289
|
-
exampleValue: '#
|
|
1232
|
+
name: 'color.background.accent.purple.subtler',
|
|
1233
|
+
path: ['color', 'background', 'accent', 'purple', 'subtler', '[default]'],
|
|
1234
|
+
description: 'Use for purple backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1235
|
+
exampleValue: '#EED7FC',
|
|
1290
1236
|
usageGuidelines: {
|
|
1291
|
-
usage: 'The color for
|
|
1292
|
-
cssProperties: ['
|
|
1237
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1238
|
+
cssProperties: ['background-color']
|
|
1293
1239
|
}
|
|
1294
1240
|
}, {
|
|
1295
|
-
name: 'color.
|
|
1296
|
-
path: ['color', '
|
|
1297
|
-
description: '
|
|
1298
|
-
exampleValue: '#
|
|
1241
|
+
name: 'color.background.accent.purple.subtler.hovered',
|
|
1242
|
+
path: ['color', 'background', 'accent', 'purple', 'subtler', 'hovered'],
|
|
1243
|
+
description: 'Hovered state of color.background.accent.purple.subtler.',
|
|
1244
|
+
exampleValue: '#E3BDFA',
|
|
1299
1245
|
usageGuidelines: {
|
|
1300
|
-
usage: 'The color for
|
|
1301
|
-
cssProperties: ['
|
|
1246
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1247
|
+
cssProperties: ['background-color']
|
|
1302
1248
|
}
|
|
1303
1249
|
}, {
|
|
1304
|
-
name: 'color.
|
|
1305
|
-
path: ['color', '
|
|
1306
|
-
description: '
|
|
1307
|
-
exampleValue: '#
|
|
1250
|
+
name: 'color.background.accent.purple.subtler.pressed',
|
|
1251
|
+
path: ['color', 'background', 'accent', 'purple', 'subtler', 'pressed'],
|
|
1252
|
+
description: 'Pressed state of color.background.accent.purple.subtler.',
|
|
1253
|
+
exampleValue: '#D8A0F7',
|
|
1308
1254
|
usageGuidelines: {
|
|
1309
|
-
usage: 'The color for
|
|
1310
|
-
cssProperties: ['
|
|
1255
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1256
|
+
cssProperties: ['background-color']
|
|
1311
1257
|
}
|
|
1312
1258
|
}, {
|
|
1313
|
-
name: 'color.
|
|
1314
|
-
path: ['color', '
|
|
1315
|
-
description: 'Use for
|
|
1316
|
-
exampleValue: '#
|
|
1259
|
+
name: 'color.background.accent.purple.subtle',
|
|
1260
|
+
path: ['color', 'background', 'accent', 'purple', 'subtle', '[default]'],
|
|
1261
|
+
description: 'Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1262
|
+
exampleValue: '#C97CF4',
|
|
1317
1263
|
usageGuidelines: {
|
|
1318
|
-
usage: 'The color for
|
|
1319
|
-
cssProperties: ['
|
|
1264
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1265
|
+
cssProperties: ['background-color']
|
|
1320
1266
|
}
|
|
1321
1267
|
}, {
|
|
1322
|
-
name: 'color.
|
|
1323
|
-
path: ['color', '
|
|
1324
|
-
description: '
|
|
1325
|
-
exampleValue: '#
|
|
1268
|
+
name: 'color.background.accent.purple.subtle.hovered',
|
|
1269
|
+
path: ['color', 'background', 'accent', 'purple', 'subtle', 'hovered'],
|
|
1270
|
+
description: 'Hovered state of color.background.accent.purple.subtle.',
|
|
1271
|
+
exampleValue: '#D8A0F7',
|
|
1326
1272
|
usageGuidelines: {
|
|
1327
|
-
usage: 'The color for
|
|
1328
|
-
cssProperties: ['
|
|
1273
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1274
|
+
cssProperties: ['background-color']
|
|
1329
1275
|
}
|
|
1330
1276
|
}, {
|
|
1331
|
-
name: 'color.
|
|
1332
|
-
path: ['color', '
|
|
1333
|
-
description: '
|
|
1334
|
-
exampleValue: '#
|
|
1277
|
+
name: 'color.background.accent.purple.subtle.pressed',
|
|
1278
|
+
path: ['color', 'background', 'accent', 'purple', 'subtle', 'pressed'],
|
|
1279
|
+
description: 'Pressed state of color.background.accent.purple.subtle.',
|
|
1280
|
+
exampleValue: '#E3BDFA',
|
|
1335
1281
|
usageGuidelines: {
|
|
1336
|
-
usage: 'The color for
|
|
1337
|
-
cssProperties: ['
|
|
1282
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1283
|
+
cssProperties: ['background-color']
|
|
1338
1284
|
}
|
|
1339
1285
|
}, {
|
|
1340
|
-
name: 'color.
|
|
1341
|
-
path: ['color', '
|
|
1342
|
-
description: 'Use for
|
|
1343
|
-
exampleValue: '#
|
|
1286
|
+
name: 'color.background.accent.purple.bolder',
|
|
1287
|
+
path: ['color', 'background', 'accent', 'purple', 'bolder', '[default]'],
|
|
1288
|
+
description: 'Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
1289
|
+
exampleValue: '#964AC0',
|
|
1344
1290
|
usageGuidelines: {
|
|
1345
|
-
usage: 'The color for
|
|
1346
|
-
cssProperties: ['
|
|
1291
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1292
|
+
cssProperties: ['background-color']
|
|
1347
1293
|
}
|
|
1348
1294
|
}, {
|
|
1349
|
-
name: 'color.
|
|
1350
|
-
path: ['color', '
|
|
1351
|
-
description: '
|
|
1352
|
-
exampleValue: '#
|
|
1295
|
+
name: 'color.background.accent.purple.bolder.hovered',
|
|
1296
|
+
path: ['color', 'background', 'accent', 'purple', 'bolder', 'hovered'],
|
|
1297
|
+
description: 'Hovered state of color.background.accent.purple.bolder.',
|
|
1298
|
+
exampleValue: '#803FA5',
|
|
1353
1299
|
usageGuidelines: {
|
|
1354
|
-
usage: 'The color for
|
|
1355
|
-
cssProperties: ['
|
|
1300
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1301
|
+
cssProperties: ['background-color']
|
|
1356
1302
|
}
|
|
1357
1303
|
}, {
|
|
1358
|
-
name: 'color.
|
|
1359
|
-
path: ['color', '
|
|
1360
|
-
description: '
|
|
1361
|
-
exampleValue: '#
|
|
1304
|
+
name: 'color.background.accent.purple.bolder.pressed',
|
|
1305
|
+
path: ['color', 'background', 'accent', 'purple', 'bolder', 'pressed'],
|
|
1306
|
+
description: 'Pressed state of color.background.accent.purple.bolder.',
|
|
1307
|
+
exampleValue: '#673286',
|
|
1362
1308
|
usageGuidelines: {
|
|
1363
|
-
usage: 'The color for
|
|
1364
|
-
cssProperties: ['
|
|
1309
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1310
|
+
cssProperties: ['background-color']
|
|
1365
1311
|
}
|
|
1366
1312
|
}, {
|
|
1367
|
-
name: 'color.
|
|
1368
|
-
path: ['color', '
|
|
1369
|
-
description: '
|
|
1370
|
-
exampleValue: '#
|
|
1313
|
+
name: 'color.background.accent.magenta.subtlest',
|
|
1314
|
+
path: ['color', 'background', 'accent', 'magenta', 'subtlest', '[default]'],
|
|
1315
|
+
description: 'Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
1316
|
+
exampleValue: '#FFECF8',
|
|
1371
1317
|
usageGuidelines: {
|
|
1372
|
-
usage: 'The color for
|
|
1373
|
-
cssProperties: ['
|
|
1318
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1319
|
+
cssProperties: ['background-color']
|
|
1374
1320
|
}
|
|
1375
1321
|
}, {
|
|
1376
|
-
name: 'color.background.accent.
|
|
1377
|
-
path: ['color', 'background', 'accent', '
|
|
1378
|
-
description: '
|
|
1379
|
-
exampleValue: '#
|
|
1322
|
+
name: 'color.background.accent.magenta.subtlest.hovered',
|
|
1323
|
+
path: ['color', 'background', 'accent', 'magenta', 'subtlest', 'hovered'],
|
|
1324
|
+
description: 'Hovered state of color.background.accent.magenta.subtlest.',
|
|
1325
|
+
exampleValue: '#FDD0EC',
|
|
1380
1326
|
usageGuidelines: {
|
|
1381
1327
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1382
1328
|
cssProperties: ['background-color']
|
|
1383
1329
|
}
|
|
1384
1330
|
}, {
|
|
1385
|
-
name: 'color.background.accent.
|
|
1386
|
-
path: ['color', 'background', 'accent', '
|
|
1387
|
-
description: '
|
|
1388
|
-
exampleValue: '#
|
|
1331
|
+
name: 'color.background.accent.magenta.subtlest.pressed',
|
|
1332
|
+
path: ['color', 'background', 'accent', 'magenta', 'subtlest', 'pressed'],
|
|
1333
|
+
description: 'Pressed state of color.background.accent.magenta.subtlest.',
|
|
1334
|
+
exampleValue: '#FCB6E1',
|
|
1389
1335
|
usageGuidelines: {
|
|
1390
1336
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1391
1337
|
cssProperties: ['background-color']
|
|
1392
1338
|
}
|
|
1393
1339
|
}, {
|
|
1394
|
-
name: 'color.background.accent.
|
|
1395
|
-
path: ['color', 'background', 'accent', '
|
|
1396
|
-
description: '
|
|
1397
|
-
exampleValue: '#
|
|
1340
|
+
name: 'color.background.accent.magenta.subtler',
|
|
1341
|
+
path: ['color', 'background', 'accent', 'magenta', 'subtler', '[default]'],
|
|
1342
|
+
description: 'Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1343
|
+
exampleValue: '#FDD0EC',
|
|
1398
1344
|
usageGuidelines: {
|
|
1399
1345
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1400
1346
|
cssProperties: ['background-color']
|
|
1401
1347
|
}
|
|
1402
1348
|
}, {
|
|
1403
|
-
name: 'color.background.accent.
|
|
1404
|
-
path: ['color', 'background', 'accent', '
|
|
1405
|
-
description: '
|
|
1406
|
-
exampleValue: '#
|
|
1349
|
+
name: 'color.background.accent.magenta.subtler.hovered',
|
|
1350
|
+
path: ['color', 'background', 'accent', 'magenta', 'subtler', 'hovered'],
|
|
1351
|
+
description: 'Hovered state of color.background.accent.magenta.subtler.',
|
|
1352
|
+
exampleValue: '#FCB6E1',
|
|
1407
1353
|
usageGuidelines: {
|
|
1408
1354
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1409
1355
|
cssProperties: ['background-color']
|
|
1410
1356
|
}
|
|
1411
1357
|
}, {
|
|
1412
|
-
name: 'color.background.accent.
|
|
1413
|
-
path: ['color', 'background', 'accent', '
|
|
1414
|
-
description: '
|
|
1415
|
-
exampleValue: '#
|
|
1358
|
+
name: 'color.background.accent.magenta.subtler.pressed',
|
|
1359
|
+
path: ['color', 'background', 'accent', 'magenta', 'subtler', 'pressed'],
|
|
1360
|
+
description: 'Pressed state of color.background.accent.magenta.subtler.',
|
|
1361
|
+
exampleValue: '#F797D2',
|
|
1416
1362
|
usageGuidelines: {
|
|
1417
1363
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1418
1364
|
cssProperties: ['background-color']
|
|
1419
1365
|
}
|
|
1420
1366
|
}, {
|
|
1421
|
-
name: 'color.background.accent.
|
|
1422
|
-
path: ['color', 'background', 'accent', '
|
|
1423
|
-
description: '
|
|
1424
|
-
exampleValue: '#
|
|
1367
|
+
name: 'color.background.accent.magenta.subtle',
|
|
1368
|
+
path: ['color', 'background', 'accent', 'magenta', 'subtle', '[default]'],
|
|
1369
|
+
description: 'Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1370
|
+
exampleValue: '#E774BB',
|
|
1425
1371
|
usageGuidelines: {
|
|
1426
1372
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1427
1373
|
cssProperties: ['background-color']
|
|
1428
1374
|
}
|
|
1429
1375
|
}, {
|
|
1430
|
-
name: 'color.background.accent.
|
|
1431
|
-
path: ['color', 'background', 'accent', '
|
|
1432
|
-
description: '
|
|
1433
|
-
exampleValue: '#
|
|
1376
|
+
name: 'color.background.accent.magenta.subtle.hovered',
|
|
1377
|
+
path: ['color', 'background', 'accent', 'magenta', 'subtle', 'hovered'],
|
|
1378
|
+
description: 'Hovered state of color.background.accent.magenta.subtle.',
|
|
1379
|
+
exampleValue: '#F797D2',
|
|
1434
1380
|
usageGuidelines: {
|
|
1435
1381
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1436
1382
|
cssProperties: ['background-color']
|
|
1437
1383
|
}
|
|
1438
1384
|
}, {
|
|
1439
|
-
name: 'color.background.accent.
|
|
1440
|
-
path: ['color', 'background', 'accent', '
|
|
1441
|
-
description: '
|
|
1442
|
-
exampleValue: '#
|
|
1385
|
+
name: 'color.background.accent.magenta.subtle.pressed',
|
|
1386
|
+
path: ['color', 'background', 'accent', 'magenta', 'subtle', 'pressed'],
|
|
1387
|
+
description: 'Pressed state of color.background.accent.magenta.subtle.',
|
|
1388
|
+
exampleValue: '#FCB6E1',
|
|
1443
1389
|
usageGuidelines: {
|
|
1444
1390
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1445
1391
|
cssProperties: ['background-color']
|
|
1446
1392
|
}
|
|
1447
1393
|
}, {
|
|
1448
|
-
name: 'color.background.accent.
|
|
1449
|
-
path: ['color', 'background', 'accent', '
|
|
1450
|
-
description: '
|
|
1451
|
-
exampleValue: '#
|
|
1394
|
+
name: 'color.background.accent.magenta.bolder',
|
|
1395
|
+
path: ['color', 'background', 'accent', 'magenta', 'bolder', '[default]'],
|
|
1396
|
+
description: 'Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
1397
|
+
exampleValue: '#AE4787',
|
|
1452
1398
|
usageGuidelines: {
|
|
1453
1399
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1454
1400
|
cssProperties: ['background-color']
|
|
1455
1401
|
}
|
|
1456
1402
|
}, {
|
|
1457
|
-
name: 'color.background.accent.
|
|
1458
|
-
path: ['color', 'background', 'accent', '
|
|
1459
|
-
description: '
|
|
1460
|
-
exampleValue: '#
|
|
1403
|
+
name: 'color.background.accent.magenta.bolder.hovered',
|
|
1404
|
+
path: ['color', 'background', 'accent', 'magenta', 'bolder', 'hovered'],
|
|
1405
|
+
description: 'Hovered state of color.background.accent.magenta.bolder.',
|
|
1406
|
+
exampleValue: '#943D73',
|
|
1461
1407
|
usageGuidelines: {
|
|
1462
1408
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1463
1409
|
cssProperties: ['background-color']
|
|
1464
1410
|
}
|
|
1465
1411
|
}, {
|
|
1466
|
-
name: 'color.background.accent.
|
|
1467
|
-
path: ['color', 'background', 'accent', '
|
|
1468
|
-
description: '
|
|
1469
|
-
exampleValue: '#
|
|
1412
|
+
name: 'color.background.accent.magenta.bolder.pressed',
|
|
1413
|
+
path: ['color', 'background', 'accent', 'magenta', 'bolder', 'pressed'],
|
|
1414
|
+
description: 'Pressed state of color.background.accent.magenta.bolder.',
|
|
1415
|
+
exampleValue: '#77325B',
|
|
1470
1416
|
usageGuidelines: {
|
|
1471
1417
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1472
1418
|
cssProperties: ['background-color']
|
|
1473
1419
|
}
|
|
1474
1420
|
}, {
|
|
1475
|
-
name: 'color.background.accent.
|
|
1476
|
-
path: ['color', 'background', 'accent', '
|
|
1477
|
-
description: '
|
|
1478
|
-
exampleValue: '#
|
|
1421
|
+
name: 'color.background.accent.gray.subtlest',
|
|
1422
|
+
path: ['color', 'background', 'accent', 'gray', 'subtlest', '[default]'],
|
|
1423
|
+
description: 'Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
1424
|
+
exampleValue: '#F0F1F2',
|
|
1479
1425
|
usageGuidelines: {
|
|
1480
1426
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1481
1427
|
cssProperties: ['background-color']
|
|
1482
1428
|
}
|
|
1483
1429
|
}, {
|
|
1484
|
-
name: 'color.background.accent.
|
|
1485
|
-
path: ['color', 'background', 'accent', '
|
|
1486
|
-
description: '
|
|
1487
|
-
exampleValue: '#
|
|
1430
|
+
name: 'color.background.accent.gray.subtlest.hovered',
|
|
1431
|
+
path: ['color', 'background', 'accent', 'gray', 'subtlest', 'hovered'],
|
|
1432
|
+
description: 'Hovered state of color.background.accent.gray.subtlest.',
|
|
1433
|
+
exampleValue: '#DDDEE1',
|
|
1488
1434
|
usageGuidelines: {
|
|
1489
1435
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1490
1436
|
cssProperties: ['background-color']
|
|
1491
1437
|
}
|
|
1492
1438
|
}, {
|
|
1493
|
-
name: 'color.background.accent.
|
|
1494
|
-
path: ['color', 'background', 'accent', '
|
|
1495
|
-
description: '
|
|
1496
|
-
exampleValue: '#
|
|
1439
|
+
name: 'color.background.accent.gray.subtlest.pressed',
|
|
1440
|
+
path: ['color', 'background', 'accent', 'gray', 'subtlest', 'pressed'],
|
|
1441
|
+
description: 'Pressed state of color.background.accent.gray.subtlest.',
|
|
1442
|
+
exampleValue: '#B7B9BE',
|
|
1497
1443
|
usageGuidelines: {
|
|
1498
1444
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1499
1445
|
cssProperties: ['background-color']
|
|
1500
1446
|
}
|
|
1501
1447
|
}, {
|
|
1502
|
-
name: 'color.background.accent.
|
|
1503
|
-
path: ['color', 'background', 'accent', '
|
|
1504
|
-
description: '
|
|
1505
|
-
exampleValue: '#
|
|
1448
|
+
name: 'color.background.accent.gray.subtler',
|
|
1449
|
+
path: ['color', 'background', 'accent', 'gray', 'subtler', '[default]'],
|
|
1450
|
+
description: 'Use for gray backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1451
|
+
exampleValue: '#DDDEE1',
|
|
1506
1452
|
usageGuidelines: {
|
|
1507
1453
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1508
1454
|
cssProperties: ['background-color']
|
|
1509
1455
|
}
|
|
1510
1456
|
}, {
|
|
1511
|
-
name: 'color.background.accent.
|
|
1512
|
-
path: ['color', 'background', 'accent', '
|
|
1513
|
-
description: '
|
|
1514
|
-
exampleValue: '#
|
|
1457
|
+
name: 'color.background.accent.gray.subtler.hovered',
|
|
1458
|
+
path: ['color', 'background', 'accent', 'gray', 'subtler', 'hovered'],
|
|
1459
|
+
description: 'Hovered state of color.background.accent.gray.subtler.',
|
|
1460
|
+
exampleValue: '#B7B9BE',
|
|
1515
1461
|
usageGuidelines: {
|
|
1516
1462
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1517
1463
|
cssProperties: ['background-color']
|
|
1518
1464
|
}
|
|
1519
1465
|
}, {
|
|
1520
|
-
name: 'color.background.accent.
|
|
1521
|
-
path: ['color', 'background', 'accent', '
|
|
1522
|
-
description: '
|
|
1523
|
-
exampleValue: '#
|
|
1466
|
+
name: 'color.background.accent.gray.subtler.pressed',
|
|
1467
|
+
path: ['color', 'background', 'accent', 'gray', 'subtler', 'pressed'],
|
|
1468
|
+
description: 'Pressed state of color.background.accent.gray.subtler.',
|
|
1469
|
+
exampleValue: '#8C8F97',
|
|
1524
1470
|
usageGuidelines: {
|
|
1525
1471
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1526
1472
|
cssProperties: ['background-color']
|
|
1527
1473
|
}
|
|
1528
1474
|
}, {
|
|
1529
|
-
name: 'color.background.accent.
|
|
1530
|
-
path: ['color', 'background', 'accent', '
|
|
1531
|
-
description: '
|
|
1532
|
-
exampleValue: '#
|
|
1475
|
+
name: 'color.background.accent.gray.subtle',
|
|
1476
|
+
path: ['color', 'background', 'accent', 'gray', 'subtle', '[default]'],
|
|
1477
|
+
description: 'Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1478
|
+
exampleValue: '#8C8F97',
|
|
1533
1479
|
usageGuidelines: {
|
|
1534
1480
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1535
1481
|
cssProperties: ['background-color']
|
|
1536
1482
|
}
|
|
1537
1483
|
}, {
|
|
1538
|
-
name: 'color.background.accent.
|
|
1539
|
-
path: ['color', 'background', 'accent', '
|
|
1540
|
-
description: '
|
|
1541
|
-
exampleValue: '#
|
|
1484
|
+
name: 'color.background.accent.gray.subtle.hovered',
|
|
1485
|
+
path: ['color', 'background', 'accent', 'gray', 'subtle', 'hovered'],
|
|
1486
|
+
description: 'Hovered state of color.background.accent.gray.subtle.',
|
|
1487
|
+
exampleValue: '#B7B9BE',
|
|
1542
1488
|
usageGuidelines: {
|
|
1543
1489
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1544
1490
|
cssProperties: ['background-color']
|
|
1545
1491
|
}
|
|
1546
1492
|
}, {
|
|
1547
|
-
name: 'color.background.accent.
|
|
1548
|
-
path: ['color', 'background', 'accent', '
|
|
1549
|
-
description: '
|
|
1550
|
-
exampleValue: '#
|
|
1493
|
+
name: 'color.background.accent.gray.subtle.pressed',
|
|
1494
|
+
path: ['color', 'background', 'accent', 'gray', 'subtle', 'pressed'],
|
|
1495
|
+
description: 'Pressed state of color.background.accent.gray.subtle.',
|
|
1496
|
+
exampleValue: '#DDDEE1',
|
|
1551
1497
|
usageGuidelines: {
|
|
1552
1498
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1553
1499
|
cssProperties: ['background-color']
|
|
1554
1500
|
}
|
|
1555
1501
|
}, {
|
|
1556
|
-
name: 'color.background.accent.
|
|
1557
|
-
path: ['color', 'background', 'accent', '
|
|
1558
|
-
description: '
|
|
1559
|
-
exampleValue: '#
|
|
1502
|
+
name: 'color.background.accent.gray.bolder',
|
|
1503
|
+
path: ['color', 'background', 'accent', 'gray', 'bolder', '[default]'],
|
|
1504
|
+
description: 'Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
1505
|
+
exampleValue: '#6B6E76',
|
|
1560
1506
|
usageGuidelines: {
|
|
1561
1507
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1562
1508
|
cssProperties: ['background-color']
|
|
1563
1509
|
}
|
|
1564
1510
|
}, {
|
|
1565
|
-
name: 'color.background.accent.
|
|
1566
|
-
path: ['color', 'background', 'accent', '
|
|
1567
|
-
description: '
|
|
1568
|
-
exampleValue: '#
|
|
1511
|
+
name: 'color.background.accent.gray.bolder.hovered',
|
|
1512
|
+
path: ['color', 'background', 'accent', 'gray', 'bolder', 'hovered'],
|
|
1513
|
+
description: 'Hovered state of color.background.accent.gray.bolder.',
|
|
1514
|
+
exampleValue: '#505258',
|
|
1569
1515
|
usageGuidelines: {
|
|
1570
1516
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1571
1517
|
cssProperties: ['background-color']
|
|
1572
1518
|
}
|
|
1573
1519
|
}, {
|
|
1574
|
-
name: 'color.background.accent.
|
|
1575
|
-
path: ['color', 'background', 'accent', '
|
|
1576
|
-
description: '
|
|
1577
|
-
exampleValue: '#
|
|
1520
|
+
name: 'color.background.accent.gray.bolder.pressed',
|
|
1521
|
+
path: ['color', 'background', 'accent', 'gray', 'bolder', 'pressed'],
|
|
1522
|
+
description: 'Pressed state of color.background.accent.gray.subtlest.',
|
|
1523
|
+
exampleValue: '#3B3D42',
|
|
1578
1524
|
usageGuidelines: {
|
|
1579
1525
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1580
1526
|
cssProperties: ['background-color']
|
|
1581
1527
|
}
|
|
1582
1528
|
}, {
|
|
1583
|
-
name: 'color.background.
|
|
1584
|
-
path: ['color', 'background', '
|
|
1585
|
-
description: '
|
|
1586
|
-
exampleValue: '#
|
|
1529
|
+
name: 'color.background.disabled',
|
|
1530
|
+
path: ['color', 'background', 'disabled'],
|
|
1531
|
+
description: 'Use for backgrounds of elements in a disabled state.',
|
|
1532
|
+
exampleValue: '#0515240F',
|
|
1587
1533
|
usageGuidelines: {
|
|
1588
1534
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1589
1535
|
cssProperties: ['background-color']
|
|
1590
1536
|
}
|
|
1591
1537
|
}, {
|
|
1592
|
-
name: 'color.background.
|
|
1593
|
-
path: ['color', 'background', '
|
|
1594
|
-
description: 'Use for
|
|
1595
|
-
exampleValue: '#
|
|
1538
|
+
name: 'color.background.input',
|
|
1539
|
+
path: ['color', 'background', 'input', '[default]'],
|
|
1540
|
+
description: 'Use for background of form UI elements, such as text fields, checkboxes, and radio buttons.',
|
|
1541
|
+
exampleValue: '#FFFFFF',
|
|
1596
1542
|
usageGuidelines: {
|
|
1597
1543
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1598
1544
|
cssProperties: ['background-color']
|
|
1599
1545
|
}
|
|
1600
1546
|
}, {
|
|
1601
|
-
name: 'color.background.
|
|
1602
|
-
path: ['color', 'background', '
|
|
1603
|
-
description: 'Hovered state
|
|
1604
|
-
exampleValue: '#
|
|
1547
|
+
name: 'color.background.input.hovered',
|
|
1548
|
+
path: ['color', 'background', 'input', 'hovered'],
|
|
1549
|
+
description: 'Hovered state for color.background.input',
|
|
1550
|
+
exampleValue: '#F8F8F8',
|
|
1605
1551
|
usageGuidelines: {
|
|
1606
1552
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1607
1553
|
cssProperties: ['background-color']
|
|
1608
1554
|
}
|
|
1609
1555
|
}, {
|
|
1610
|
-
name: 'color.background.
|
|
1611
|
-
path: ['color', 'background', '
|
|
1612
|
-
description: 'Pressed state
|
|
1613
|
-
exampleValue: '#
|
|
1556
|
+
name: 'color.background.input.pressed',
|
|
1557
|
+
path: ['color', 'background', 'input', 'pressed'],
|
|
1558
|
+
description: 'Pressed state for color.background.input',
|
|
1559
|
+
exampleValue: '#FFFFFF',
|
|
1614
1560
|
usageGuidelines: {
|
|
1615
1561
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1616
1562
|
cssProperties: ['background-color']
|
|
1617
1563
|
}
|
|
1618
1564
|
}, {
|
|
1619
|
-
name: 'color.background.
|
|
1620
|
-
path: ['color', 'background', '
|
|
1621
|
-
description: 'Use for
|
|
1622
|
-
exampleValue: '#
|
|
1565
|
+
name: 'color.background.inverse.subtle',
|
|
1566
|
+
path: ['color', 'background', 'inverse', 'subtle', '[default]'],
|
|
1567
|
+
description: 'Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards.',
|
|
1568
|
+
exampleValue: '#00000029',
|
|
1623
1569
|
usageGuidelines: {
|
|
1624
1570
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1625
1571
|
cssProperties: ['background-color']
|
|
1626
1572
|
}
|
|
1627
1573
|
}, {
|
|
1628
|
-
name: 'color.background.
|
|
1629
|
-
path: ['color', 'background', '
|
|
1630
|
-
description: '
|
|
1631
|
-
exampleValue: '#
|
|
1574
|
+
name: 'color.background.inverse.subtle.hovered',
|
|
1575
|
+
path: ['color', 'background', 'inverse', 'subtle', 'hovered'],
|
|
1576
|
+
description: 'Use for the hovered state of color.background.inverse.subtle',
|
|
1577
|
+
exampleValue: '#0000003D',
|
|
1632
1578
|
usageGuidelines: {
|
|
1633
1579
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1634
1580
|
cssProperties: ['background-color']
|
|
1635
1581
|
}
|
|
1636
1582
|
}, {
|
|
1637
|
-
name: 'color.background.
|
|
1638
|
-
path: ['color', 'background', '
|
|
1639
|
-
description: '
|
|
1640
|
-
exampleValue: '#
|
|
1583
|
+
name: 'color.background.inverse.subtle.pressed',
|
|
1584
|
+
path: ['color', 'background', 'inverse', 'subtle', 'pressed'],
|
|
1585
|
+
description: 'Use for the pressed state of color.background.inverse.subtle',
|
|
1586
|
+
exampleValue: '#00000052',
|
|
1641
1587
|
usageGuidelines: {
|
|
1642
1588
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1643
1589
|
cssProperties: ['background-color']
|
|
1644
1590
|
}
|
|
1645
1591
|
}, {
|
|
1646
|
-
name: 'color.background.
|
|
1647
|
-
path: ['color', 'background', '
|
|
1648
|
-
description: '
|
|
1649
|
-
exampleValue: '#
|
|
1592
|
+
name: 'color.background.neutral',
|
|
1593
|
+
path: ['color', 'background', 'neutral', '[default]', '[default]'],
|
|
1594
|
+
description: 'The default background for neutral elements, such as default buttons.',
|
|
1595
|
+
exampleValue: '#0515240F',
|
|
1650
1596
|
usageGuidelines: {
|
|
1651
1597
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1652
1598
|
cssProperties: ['background-color']
|
|
1653
1599
|
}
|
|
1654
1600
|
}, {
|
|
1655
|
-
name: 'color.background.
|
|
1656
|
-
path: ['color', 'background', '
|
|
1657
|
-
description: 'Hovered state
|
|
1658
|
-
exampleValue: '#
|
|
1601
|
+
name: 'color.background.neutral.hovered',
|
|
1602
|
+
path: ['color', 'background', 'neutral', '[default]', 'hovered'],
|
|
1603
|
+
description: 'Hovered state for color.background.neutral',
|
|
1604
|
+
exampleValue: '#0B120E24',
|
|
1659
1605
|
usageGuidelines: {
|
|
1660
1606
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1661
1607
|
cssProperties: ['background-color']
|
|
1662
1608
|
}
|
|
1663
1609
|
}, {
|
|
1664
|
-
name: 'color.background.
|
|
1665
|
-
path: ['color', 'background', '
|
|
1666
|
-
description: 'Pressed state
|
|
1667
|
-
exampleValue: '#
|
|
1610
|
+
name: 'color.background.neutral.pressed',
|
|
1611
|
+
path: ['color', 'background', 'neutral', '[default]', 'pressed'],
|
|
1612
|
+
description: 'Pressed state for color.background.neutral',
|
|
1613
|
+
exampleValue: '#080F214A',
|
|
1668
1614
|
usageGuidelines: {
|
|
1669
1615
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1670
1616
|
cssProperties: ['background-color']
|
|
1671
1617
|
}
|
|
1672
1618
|
}, {
|
|
1673
|
-
name: 'color.background.
|
|
1674
|
-
path: ['color', 'background', '
|
|
1675
|
-
description: 'Use for
|
|
1676
|
-
exampleValue: '#
|
|
1619
|
+
name: 'color.background.neutral.subtle',
|
|
1620
|
+
path: ['color', 'background', 'neutral', 'subtle', '[default]'],
|
|
1621
|
+
description: 'Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items.',
|
|
1622
|
+
exampleValue: '#00000000',
|
|
1677
1623
|
usageGuidelines: {
|
|
1678
1624
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1679
1625
|
cssProperties: ['background-color']
|
|
1680
1626
|
}
|
|
1681
1627
|
}, {
|
|
1682
|
-
name: 'color.background.
|
|
1683
|
-
path: ['color', 'background', '
|
|
1684
|
-
description: 'Hovered state
|
|
1685
|
-
exampleValue: '#
|
|
1628
|
+
name: 'color.background.neutral.subtle.hovered',
|
|
1629
|
+
path: ['color', 'background', 'neutral', 'subtle', 'hovered'],
|
|
1630
|
+
description: 'Hovered state for color.background.neutral.subtle',
|
|
1631
|
+
exampleValue: '#0515240F',
|
|
1686
1632
|
usageGuidelines: {
|
|
1687
1633
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1688
1634
|
cssProperties: ['background-color']
|
|
1689
1635
|
}
|
|
1690
1636
|
}, {
|
|
1691
|
-
name: 'color.background.
|
|
1692
|
-
path: ['color', 'background', '
|
|
1693
|
-
description: 'Pressed state
|
|
1694
|
-
exampleValue: '#
|
|
1637
|
+
name: 'color.background.neutral.subtle.pressed',
|
|
1638
|
+
path: ['color', 'background', 'neutral', 'subtle', 'pressed'],
|
|
1639
|
+
description: 'Pressed state for color.background.neutral.subtle',
|
|
1640
|
+
exampleValue: '#0B120E24',
|
|
1695
1641
|
usageGuidelines: {
|
|
1696
1642
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1697
1643
|
cssProperties: ['background-color']
|
|
1698
1644
|
}
|
|
1699
1645
|
}, {
|
|
1700
|
-
name: 'color.background.
|
|
1701
|
-
path: ['color', 'background', '
|
|
1702
|
-
description: '
|
|
1703
|
-
exampleValue: '#
|
|
1646
|
+
name: 'color.background.neutral.bold',
|
|
1647
|
+
path: ['color', 'background', 'neutral', 'bold', '[default]'],
|
|
1648
|
+
description: 'A vibrant background option for neutral UI elements, such as announcement banners.',
|
|
1649
|
+
exampleValue: '#292A2E',
|
|
1704
1650
|
usageGuidelines: {
|
|
1705
1651
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1706
1652
|
cssProperties: ['background-color']
|
|
1707
1653
|
}
|
|
1708
1654
|
}, {
|
|
1709
|
-
name: 'color.background.
|
|
1710
|
-
path: ['color', 'background', '
|
|
1711
|
-
description: 'Hovered state of color.background.
|
|
1712
|
-
exampleValue: '#
|
|
1655
|
+
name: 'color.background.neutral.bold.hovered',
|
|
1656
|
+
path: ['color', 'background', 'neutral', 'bold', 'hovered'],
|
|
1657
|
+
description: 'Hovered state of color.background.neutral.bold',
|
|
1658
|
+
exampleValue: '#3B3D42',
|
|
1713
1659
|
usageGuidelines: {
|
|
1714
1660
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1715
1661
|
cssProperties: ['background-color']
|
|
1716
1662
|
}
|
|
1717
1663
|
}, {
|
|
1718
|
-
name: 'color.background.
|
|
1719
|
-
path: ['color', 'background', '
|
|
1720
|
-
description: 'Pressed state of color.background.
|
|
1721
|
-
exampleValue: '#
|
|
1664
|
+
name: 'color.background.neutral.bold.pressed',
|
|
1665
|
+
path: ['color', 'background', 'neutral', 'bold', 'pressed'],
|
|
1666
|
+
description: 'Pressed state of color.background.neutral.bold',
|
|
1667
|
+
exampleValue: '#505258',
|
|
1722
1668
|
usageGuidelines: {
|
|
1723
1669
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1724
1670
|
cssProperties: ['background-color']
|
|
1725
1671
|
}
|
|
1726
1672
|
}, {
|
|
1727
|
-
name: 'color.background.
|
|
1728
|
-
path: ['color', 'background', '
|
|
1729
|
-
description: 'Use for
|
|
1730
|
-
exampleValue: '#
|
|
1673
|
+
name: 'color.background.selected',
|
|
1674
|
+
path: ['color', 'background', 'selected', '[default]', '[default]'],
|
|
1675
|
+
description: 'Use for the background of elements in a selected state, such as in opened dropdown buttons.',
|
|
1676
|
+
exampleValue: '#E9F2FE',
|
|
1731
1677
|
usageGuidelines: {
|
|
1732
1678
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1733
1679
|
cssProperties: ['background-color']
|
|
1734
1680
|
}
|
|
1735
1681
|
}, {
|
|
1736
|
-
name: 'color.background.
|
|
1737
|
-
path: ['color', 'background', '
|
|
1738
|
-
description: 'Hovered state
|
|
1739
|
-
exampleValue: '#
|
|
1682
|
+
name: 'color.background.selected.hovered',
|
|
1683
|
+
path: ['color', 'background', 'selected', '[default]', 'hovered'],
|
|
1684
|
+
description: 'Hovered state for color.background.selected',
|
|
1685
|
+
exampleValue: '#CFE1FD',
|
|
1740
1686
|
usageGuidelines: {
|
|
1741
1687
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1742
1688
|
cssProperties: ['background-color']
|
|
1743
1689
|
}
|
|
1744
1690
|
}, {
|
|
1745
|
-
name: 'color.background.
|
|
1746
|
-
path: ['color', 'background', '
|
|
1747
|
-
description: 'Pressed state
|
|
1748
|
-
exampleValue: '#
|
|
1691
|
+
name: 'color.background.selected.pressed',
|
|
1692
|
+
path: ['color', 'background', 'selected', '[default]', 'pressed'],
|
|
1693
|
+
description: 'Pressed state for color.background.selected',
|
|
1694
|
+
exampleValue: '#8FB8F6',
|
|
1749
1695
|
usageGuidelines: {
|
|
1750
1696
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1751
1697
|
cssProperties: ['background-color']
|
|
1752
1698
|
}
|
|
1753
1699
|
}, {
|
|
1754
|
-
name: 'color.background.
|
|
1755
|
-
path: ['color', 'background', '
|
|
1756
|
-
description: 'Use for
|
|
1757
|
-
exampleValue: '#
|
|
1700
|
+
name: 'color.background.selected.bold',
|
|
1701
|
+
path: ['color', 'background', 'selected', 'bold', '[default]'],
|
|
1702
|
+
description: 'Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons.',
|
|
1703
|
+
exampleValue: '#1868DB',
|
|
1758
1704
|
usageGuidelines: {
|
|
1759
1705
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1760
1706
|
cssProperties: ['background-color']
|
|
1761
1707
|
}
|
|
1762
1708
|
}, {
|
|
1763
|
-
name: 'color.background.
|
|
1764
|
-
path: ['color', 'background', '
|
|
1765
|
-
description: 'Hovered state of color.background.
|
|
1766
|
-
exampleValue: '#
|
|
1709
|
+
name: 'color.background.selected.bold.hovered',
|
|
1710
|
+
path: ['color', 'background', 'selected', 'bold', 'hovered'],
|
|
1711
|
+
description: 'Hovered state of color.background.selected.bold',
|
|
1712
|
+
exampleValue: '#1558BC',
|
|
1767
1713
|
usageGuidelines: {
|
|
1768
1714
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1769
1715
|
cssProperties: ['background-color']
|
|
1770
1716
|
}
|
|
1771
1717
|
}, {
|
|
1772
|
-
name: 'color.background.
|
|
1773
|
-
path: ['color', 'background', '
|
|
1774
|
-
description: 'Pressed state of color.background.
|
|
1775
|
-
exampleValue: '#
|
|
1718
|
+
name: 'color.background.selected.bold.pressed',
|
|
1719
|
+
path: ['color', 'background', 'selected', 'bold', 'pressed'],
|
|
1720
|
+
description: 'Pressed state of color.background.selected.bold',
|
|
1721
|
+
exampleValue: '#123263',
|
|
1776
1722
|
usageGuidelines: {
|
|
1777
1723
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1778
1724
|
cssProperties: ['background-color']
|
|
1779
1725
|
}
|
|
1780
1726
|
}, {
|
|
1781
|
-
name: 'color.background.
|
|
1782
|
-
path: ['color', 'background', '
|
|
1783
|
-
description: 'Use for
|
|
1784
|
-
exampleValue: '#
|
|
1727
|
+
name: 'color.background.brand.subtlest',
|
|
1728
|
+
path: ['color', 'background', 'brand', 'subtlest', '[default]'],
|
|
1729
|
+
description: 'Use for the background of elements used to reinforce our brand, but with less emphasis.',
|
|
1730
|
+
exampleValue: '#E9F2FE',
|
|
1785
1731
|
usageGuidelines: {
|
|
1786
1732
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1787
1733
|
cssProperties: ['background-color']
|
|
1788
1734
|
}
|
|
1789
1735
|
}, {
|
|
1790
|
-
name: 'color.background.
|
|
1791
|
-
path: ['color', 'background', '
|
|
1792
|
-
description: 'Hovered state of color.background.
|
|
1793
|
-
exampleValue: '#
|
|
1736
|
+
name: 'color.background.brand.subtlest.hovered',
|
|
1737
|
+
path: ['color', 'background', 'brand', 'subtlest', 'hovered'],
|
|
1738
|
+
description: 'Hovered state of color.background.brand.subtlest.',
|
|
1739
|
+
exampleValue: '#CFE1FD',
|
|
1794
1740
|
usageGuidelines: {
|
|
1795
1741
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1796
1742
|
cssProperties: ['background-color']
|
|
1797
1743
|
}
|
|
1798
1744
|
}, {
|
|
1799
|
-
name: 'color.background.
|
|
1800
|
-
path: ['color', 'background', '
|
|
1801
|
-
description: 'Pressed state of color.background.
|
|
1802
|
-
exampleValue: '#
|
|
1745
|
+
name: 'color.background.brand.subtlest.pressed',
|
|
1746
|
+
path: ['color', 'background', 'brand', 'subtlest', 'pressed'],
|
|
1747
|
+
description: 'Pressed state of color.background.brand.subtlest',
|
|
1748
|
+
exampleValue: '#ADCBFB',
|
|
1803
1749
|
usageGuidelines: {
|
|
1804
1750
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1805
1751
|
cssProperties: ['background-color']
|
|
1806
1752
|
}
|
|
1807
1753
|
}, {
|
|
1808
|
-
name: 'color.background.
|
|
1809
|
-
path: ['color', 'background', '
|
|
1810
|
-
description: 'Use for
|
|
1811
|
-
exampleValue: '#
|
|
1754
|
+
name: 'color.background.brand.bold',
|
|
1755
|
+
path: ['color', 'background', 'brand', 'bold', '[default]'],
|
|
1756
|
+
description: 'Use for the background of elements used to reinforce our brand, but with more emphasis.',
|
|
1757
|
+
exampleValue: '#1868DB',
|
|
1812
1758
|
usageGuidelines: {
|
|
1813
1759
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1814
1760
|
cssProperties: ['background-color']
|
|
1815
1761
|
}
|
|
1816
1762
|
}, {
|
|
1817
|
-
name: 'color.background.
|
|
1818
|
-
path: ['color', 'background', '
|
|
1819
|
-
description: 'Hovered state of color.background.
|
|
1820
|
-
exampleValue: '#
|
|
1763
|
+
name: 'color.background.brand.bold.hovered',
|
|
1764
|
+
path: ['color', 'background', 'brand', 'bold', 'hovered'],
|
|
1765
|
+
description: 'Hovered state of color.background.brand.bold.',
|
|
1766
|
+
exampleValue: '#1558BC',
|
|
1821
1767
|
usageGuidelines: {
|
|
1822
1768
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1823
1769
|
cssProperties: ['background-color']
|
|
1824
1770
|
}
|
|
1825
1771
|
}, {
|
|
1826
|
-
name: 'color.background.
|
|
1827
|
-
path: ['color', 'background', '
|
|
1828
|
-
description: 'Pressed state of color.background.
|
|
1829
|
-
exampleValue: '#
|
|
1772
|
+
name: 'color.background.brand.bold.pressed',
|
|
1773
|
+
path: ['color', 'background', 'brand', 'bold', 'pressed'],
|
|
1774
|
+
description: 'Pressed state of color.background.brand.bold.',
|
|
1775
|
+
exampleValue: '#144794',
|
|
1830
1776
|
usageGuidelines: {
|
|
1831
1777
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1832
1778
|
cssProperties: ['background-color']
|
|
1833
1779
|
}
|
|
1834
1780
|
}, {
|
|
1835
|
-
name: 'color.background.
|
|
1836
|
-
path: ['color', 'background', '
|
|
1837
|
-
description: 'Use for
|
|
1838
|
-
exampleValue: '#
|
|
1781
|
+
name: 'color.background.brand.boldest',
|
|
1782
|
+
path: ['color', 'background', 'brand', 'boldest', '[default]'],
|
|
1783
|
+
description: 'Use for the background of elements used to reinforce our brand, that need to stand out a lot.',
|
|
1784
|
+
exampleValue: '#1C2B42',
|
|
1839
1785
|
usageGuidelines: {
|
|
1840
1786
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1841
1787
|
cssProperties: ['background-color']
|
|
1842
1788
|
}
|
|
1843
1789
|
}, {
|
|
1844
|
-
name: 'color.background.
|
|
1845
|
-
path: ['color', 'background', '
|
|
1846
|
-
description: 'Hovered state of color.background.
|
|
1847
|
-
exampleValue: '#
|
|
1790
|
+
name: 'color.background.brand.boldest.hovered',
|
|
1791
|
+
path: ['color', 'background', 'brand', 'boldest', 'hovered'],
|
|
1792
|
+
description: 'Hovered state of color.background.brand.boldest.',
|
|
1793
|
+
exampleValue: '#123263',
|
|
1848
1794
|
usageGuidelines: {
|
|
1849
1795
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1850
1796
|
cssProperties: ['background-color']
|
|
1851
1797
|
}
|
|
1852
1798
|
}, {
|
|
1853
|
-
name: 'color.background.
|
|
1854
|
-
path: ['color', 'background', '
|
|
1855
|
-
description: 'Pressed state of color.background.
|
|
1856
|
-
exampleValue: '#
|
|
1799
|
+
name: 'color.background.brand.boldest.pressed',
|
|
1800
|
+
path: ['color', 'background', 'brand', 'boldest', 'pressed'],
|
|
1801
|
+
description: 'Pressed state of color.background.brand.boldest.',
|
|
1802
|
+
exampleValue: '#144794',
|
|
1857
1803
|
usageGuidelines: {
|
|
1858
1804
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1859
1805
|
cssProperties: ['background-color']
|
|
1860
1806
|
}
|
|
1861
1807
|
}, {
|
|
1862
|
-
name: 'color.background.
|
|
1863
|
-
path: ['color', 'background', '
|
|
1864
|
-
description: 'Use for
|
|
1865
|
-
exampleValue: '#
|
|
1808
|
+
name: 'color.background.danger',
|
|
1809
|
+
path: ['color', 'background', 'danger', '[default]', '[default]'],
|
|
1810
|
+
description: 'Use for backgrounds communicating critical information, such in error section messages.',
|
|
1811
|
+
exampleValue: '#FFECEB',
|
|
1866
1812
|
usageGuidelines: {
|
|
1867
1813
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1868
1814
|
cssProperties: ['background-color']
|
|
1869
1815
|
}
|
|
1870
1816
|
}, {
|
|
1871
|
-
name: 'color.background.
|
|
1872
|
-
path: ['color', 'background', '
|
|
1873
|
-
description: 'Hovered state
|
|
1874
|
-
exampleValue: '#
|
|
1817
|
+
name: 'color.background.danger.hovered',
|
|
1818
|
+
path: ['color', 'background', 'danger', '[default]', 'hovered'],
|
|
1819
|
+
description: 'Hovered state for color.background.danger',
|
|
1820
|
+
exampleValue: '#FFD5D2',
|
|
1875
1821
|
usageGuidelines: {
|
|
1876
1822
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1877
1823
|
cssProperties: ['background-color']
|
|
1878
1824
|
}
|
|
1879
1825
|
}, {
|
|
1880
|
-
name: 'color.background.
|
|
1881
|
-
path: ['color', 'background', '
|
|
1882
|
-
description: 'Pressed state
|
|
1883
|
-
exampleValue: '#
|
|
1826
|
+
name: 'color.background.danger.pressed',
|
|
1827
|
+
path: ['color', 'background', 'danger', '[default]', 'pressed'],
|
|
1828
|
+
description: 'Pressed state for color.background.danger',
|
|
1829
|
+
exampleValue: '#FFB8B2',
|
|
1884
1830
|
usageGuidelines: {
|
|
1885
1831
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1886
1832
|
cssProperties: ['background-color']
|
|
1887
1833
|
}
|
|
1888
1834
|
}, {
|
|
1889
|
-
name: 'color.background.
|
|
1890
|
-
path: ['color', 'background', '
|
|
1891
|
-
description: 'Use for
|
|
1892
|
-
exampleValue: '#
|
|
1835
|
+
name: 'color.background.danger.subtler',
|
|
1836
|
+
path: ['color', 'background', 'danger', 'subtler', '[default]'],
|
|
1837
|
+
description: 'Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance.',
|
|
1838
|
+
exampleValue: '#FFD5D2',
|
|
1893
1839
|
usageGuidelines: {
|
|
1894
1840
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1895
1841
|
cssProperties: ['background-color']
|
|
1896
1842
|
}
|
|
1897
1843
|
}, {
|
|
1898
|
-
name: 'color.background.
|
|
1899
|
-
path: ['color', 'background', '
|
|
1900
|
-
description: 'Hovered state of color.background.
|
|
1901
|
-
exampleValue: '#
|
|
1844
|
+
name: 'color.background.danger.subtler.hovered',
|
|
1845
|
+
path: ['color', 'background', 'danger', 'subtler', 'hovered'],
|
|
1846
|
+
description: 'Hovered state of color.background.danger.subtler',
|
|
1847
|
+
exampleValue: '#FFB8B2',
|
|
1902
1848
|
usageGuidelines: {
|
|
1903
1849
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1904
1850
|
cssProperties: ['background-color']
|
|
1905
1851
|
}
|
|
1906
1852
|
}, {
|
|
1907
|
-
name: 'color.background.
|
|
1908
|
-
path: ['color', 'background', '
|
|
1909
|
-
description: 'Pressed state of color.background.
|
|
1910
|
-
exampleValue: '#
|
|
1853
|
+
name: 'color.background.danger.subtler.pressed',
|
|
1854
|
+
path: ['color', 'background', 'danger', 'subtler', 'pressed'],
|
|
1855
|
+
description: 'Pressed state of color.background.danger.subtler',
|
|
1856
|
+
exampleValue: '#FD9891',
|
|
1911
1857
|
usageGuidelines: {
|
|
1912
1858
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1913
1859
|
cssProperties: ['background-color']
|
|
1914
1860
|
}
|
|
1915
1861
|
}, {
|
|
1916
|
-
name: 'color.background.
|
|
1917
|
-
path: ['color', 'background', '
|
|
1918
|
-
description: '
|
|
1919
|
-
exampleValue: '#
|
|
1862
|
+
name: 'color.background.danger.subtle',
|
|
1863
|
+
path: ['color', 'background', 'danger', 'subtle', '[default]'],
|
|
1864
|
+
description: 'Background colour for non-interactive elements communicating critical danger information (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.danger.bold or color.background.danger.subtler for interactive states.',
|
|
1865
|
+
exampleValue: '#FD9891',
|
|
1920
1866
|
usageGuidelines: {
|
|
1921
1867
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1922
1868
|
cssProperties: ['background-color']
|
|
1923
1869
|
}
|
|
1924
1870
|
}, {
|
|
1925
|
-
name: 'color.background.
|
|
1926
|
-
path: ['color', 'background', '
|
|
1927
|
-
description: '
|
|
1928
|
-
exampleValue: '#
|
|
1871
|
+
name: 'color.background.danger.bold',
|
|
1872
|
+
path: ['color', 'background', 'danger', 'bold', '[default]'],
|
|
1873
|
+
description: 'A vibrant background option for communicating critical information, such as in danger buttons and error banners.',
|
|
1874
|
+
exampleValue: '#C9372C',
|
|
1929
1875
|
usageGuidelines: {
|
|
1930
1876
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1931
1877
|
cssProperties: ['background-color']
|
|
1932
1878
|
}
|
|
1933
1879
|
}, {
|
|
1934
|
-
name: 'color.background.
|
|
1935
|
-
path: ['color', 'background', '
|
|
1936
|
-
description: '
|
|
1937
|
-
exampleValue: '#
|
|
1880
|
+
name: 'color.background.danger.bold.hovered',
|
|
1881
|
+
path: ['color', 'background', 'danger', 'bold', 'hovered'],
|
|
1882
|
+
description: 'Hovered state of color.background.danger.bold',
|
|
1883
|
+
exampleValue: '#AE2E24',
|
|
1938
1884
|
usageGuidelines: {
|
|
1939
1885
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1940
1886
|
cssProperties: ['background-color']
|
|
1941
1887
|
}
|
|
1942
1888
|
}, {
|
|
1943
|
-
name: 'color.background.
|
|
1944
|
-
path: ['color', 'background', '
|
|
1945
|
-
description: '
|
|
1946
|
-
exampleValue: '#
|
|
1889
|
+
name: 'color.background.danger.bold.pressed',
|
|
1890
|
+
path: ['color', 'background', 'danger', 'bold', 'pressed'],
|
|
1891
|
+
description: 'Pressed state of color.background.danger.bold',
|
|
1892
|
+
exampleValue: '#872821',
|
|
1947
1893
|
usageGuidelines: {
|
|
1948
1894
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1949
1895
|
cssProperties: ['background-color']
|
|
1950
1896
|
}
|
|
1951
1897
|
}, {
|
|
1952
|
-
name: 'color.background.
|
|
1953
|
-
path: ['color', 'background', '
|
|
1954
|
-
description: '
|
|
1955
|
-
exampleValue: '#
|
|
1898
|
+
name: 'color.background.warning',
|
|
1899
|
+
path: ['color', 'background', 'warning', '[default]', '[default]'],
|
|
1900
|
+
description: 'Use for backgrounds communicating caution, such as in warning section messages.',
|
|
1901
|
+
exampleValue: '#FFF5DB',
|
|
1956
1902
|
usageGuidelines: {
|
|
1957
1903
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1958
1904
|
cssProperties: ['background-color']
|
|
1959
1905
|
}
|
|
1960
1906
|
}, {
|
|
1961
|
-
name: 'color.background.
|
|
1962
|
-
path: ['color', 'background', '
|
|
1963
|
-
description: '
|
|
1964
|
-
exampleValue: '#
|
|
1907
|
+
name: 'color.background.warning.hovered',
|
|
1908
|
+
path: ['color', 'background', 'warning', '[default]', 'hovered'],
|
|
1909
|
+
description: 'Hovered state for color.background.warning',
|
|
1910
|
+
exampleValue: '#FCE4A6',
|
|
1965
1911
|
usageGuidelines: {
|
|
1966
1912
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1967
1913
|
cssProperties: ['background-color']
|
|
1968
1914
|
}
|
|
1969
1915
|
}, {
|
|
1970
|
-
name: 'color.background.
|
|
1971
|
-
path: ['color', 'background', '
|
|
1972
|
-
description: '
|
|
1973
|
-
exampleValue: '#
|
|
1916
|
+
name: 'color.background.warning.pressed',
|
|
1917
|
+
path: ['color', 'background', 'warning', '[default]', 'pressed'],
|
|
1918
|
+
description: 'Pressed state for color.background.warning',
|
|
1919
|
+
exampleValue: '#FBD779',
|
|
1974
1920
|
usageGuidelines: {
|
|
1975
1921
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1976
1922
|
cssProperties: ['background-color']
|
|
1977
1923
|
}
|
|
1978
1924
|
}, {
|
|
1979
|
-
name: 'color.background.
|
|
1980
|
-
path: ['color', 'background', '
|
|
1981
|
-
description: '
|
|
1982
|
-
exampleValue: '#
|
|
1925
|
+
name: 'color.background.warning.subtler',
|
|
1926
|
+
path: ['color', 'background', 'warning', 'subtler', '[default]'],
|
|
1927
|
+
description: 'Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance.',
|
|
1928
|
+
exampleValue: '#FCE4A6',
|
|
1983
1929
|
usageGuidelines: {
|
|
1984
1930
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1985
1931
|
cssProperties: ['background-color']
|
|
1986
1932
|
}
|
|
1987
1933
|
}, {
|
|
1988
|
-
name: 'color.background.
|
|
1989
|
-
path: ['color', 'background', '
|
|
1990
|
-
description: '
|
|
1991
|
-
exampleValue: '#
|
|
1934
|
+
name: 'color.background.warning.subtler.hovered',
|
|
1935
|
+
path: ['color', 'background', 'warning', 'subtler', 'hovered'],
|
|
1936
|
+
description: 'Hovered state of color.background.warning.subtler',
|
|
1937
|
+
exampleValue: '#FBD779',
|
|
1992
1938
|
usageGuidelines: {
|
|
1993
1939
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
1994
1940
|
cssProperties: ['background-color']
|
|
1995
1941
|
}
|
|
1996
1942
|
}, {
|
|
1997
|
-
name: 'color.background.
|
|
1998
|
-
path: ['color', 'background', '
|
|
1999
|
-
description: '
|
|
2000
|
-
exampleValue: '#
|
|
1943
|
+
name: 'color.background.warning.subtler.pressed',
|
|
1944
|
+
path: ['color', 'background', 'warning', 'subtler', 'pressed'],
|
|
1945
|
+
description: 'Pressed state of color.background.warning.subtler',
|
|
1946
|
+
exampleValue: '#FBC828',
|
|
2001
1947
|
usageGuidelines: {
|
|
2002
1948
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2003
1949
|
cssProperties: ['background-color']
|
|
2004
1950
|
}
|
|
2005
1951
|
}, {
|
|
2006
|
-
name: 'color.background.
|
|
2007
|
-
path: ['color', 'background', '
|
|
2008
|
-
description: '
|
|
2009
|
-
exampleValue: '#
|
|
1952
|
+
name: 'color.background.warning.subtle',
|
|
1953
|
+
path: ['color', 'background', 'warning', 'subtle', '[default]'],
|
|
1954
|
+
description: 'Background colour for non-interactive elements communicating caution (e.g. status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.warning.bold or color.background.warning.subtler for interactive states.',
|
|
1955
|
+
exampleValue: '#FBD779',
|
|
2010
1956
|
usageGuidelines: {
|
|
2011
1957
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2012
1958
|
cssProperties: ['background-color']
|
|
2013
1959
|
}
|
|
2014
1960
|
}, {
|
|
2015
|
-
name: 'color.background.
|
|
2016
|
-
path: ['color', 'background', '
|
|
2017
|
-
description: '
|
|
2018
|
-
exampleValue: '#
|
|
1961
|
+
name: 'color.background.warning.bold',
|
|
1962
|
+
path: ['color', 'background', 'warning', 'bold', '[default]'],
|
|
1963
|
+
description: 'A vibrant background option for communicating caution, such as in warning buttons and warning banners.',
|
|
1964
|
+
exampleValue: '#FBC828',
|
|
2019
1965
|
usageGuidelines: {
|
|
2020
1966
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2021
1967
|
cssProperties: ['background-color']
|
|
2022
1968
|
}
|
|
2023
1969
|
}, {
|
|
2024
|
-
name: 'color.background.
|
|
2025
|
-
path: ['color', 'background', '
|
|
2026
|
-
description: '
|
|
2027
|
-
exampleValue: '#
|
|
1970
|
+
name: 'color.background.warning.bold.hovered',
|
|
1971
|
+
path: ['color', 'background', 'warning', 'bold', 'hovered'],
|
|
1972
|
+
description: 'Hovered state of color.background.warning.bold',
|
|
1973
|
+
exampleValue: '#FCA700',
|
|
2028
1974
|
usageGuidelines: {
|
|
2029
1975
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2030
1976
|
cssProperties: ['background-color']
|
|
2031
1977
|
}
|
|
2032
1978
|
}, {
|
|
2033
|
-
name: 'color.background.
|
|
2034
|
-
path: ['color', 'background', '
|
|
2035
|
-
description: '
|
|
2036
|
-
exampleValue: '#
|
|
1979
|
+
name: 'color.background.warning.bold.pressed',
|
|
1980
|
+
path: ['color', 'background', 'warning', 'bold', 'pressed'],
|
|
1981
|
+
description: 'Pressed state of color.background.warning.bold',
|
|
1982
|
+
exampleValue: '#F68909',
|
|
2037
1983
|
usageGuidelines: {
|
|
2038
1984
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2039
1985
|
cssProperties: ['background-color']
|
|
2040
1986
|
}
|
|
2041
1987
|
}, {
|
|
2042
|
-
name: 'color.background.
|
|
2043
|
-
path: ['color', 'background', '
|
|
2044
|
-
description: '
|
|
2045
|
-
exampleValue: '#
|
|
1988
|
+
name: 'color.background.success',
|
|
1989
|
+
path: ['color', 'background', 'success', '[default]', '[default]'],
|
|
1990
|
+
description: 'Use for backgrounds communicating a favorable outcome, such as in success section messages.',
|
|
1991
|
+
exampleValue: '#EFFFD6',
|
|
2046
1992
|
usageGuidelines: {
|
|
2047
1993
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2048
1994
|
cssProperties: ['background-color']
|
|
2049
1995
|
}
|
|
2050
1996
|
}, {
|
|
2051
|
-
name: 'color.background.
|
|
2052
|
-
path: ['color', 'background', '
|
|
2053
|
-
description: '
|
|
2054
|
-
exampleValue: '#
|
|
1997
|
+
name: 'color.background.success.hovered',
|
|
1998
|
+
path: ['color', 'background', 'success', '[default]', 'hovered'],
|
|
1999
|
+
description: 'Hovered state for color.background.success',
|
|
2000
|
+
exampleValue: '#D3F1A7',
|
|
2055
2001
|
usageGuidelines: {
|
|
2056
2002
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2057
2003
|
cssProperties: ['background-color']
|
|
2058
2004
|
}
|
|
2059
2005
|
}, {
|
|
2060
|
-
name: 'color.background.
|
|
2061
|
-
path: ['color', 'background', '
|
|
2062
|
-
description: '
|
|
2063
|
-
exampleValue: '#
|
|
2006
|
+
name: 'color.background.success.pressed',
|
|
2007
|
+
path: ['color', 'background', 'success', '[default]', 'pressed'],
|
|
2008
|
+
description: 'Pressed state for color.background.success',
|
|
2009
|
+
exampleValue: '#BDE97C',
|
|
2064
2010
|
usageGuidelines: {
|
|
2065
2011
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2066
2012
|
cssProperties: ['background-color']
|
|
2067
2013
|
}
|
|
2068
2014
|
}, {
|
|
2069
|
-
name: 'color.background.
|
|
2070
|
-
path: ['color', 'background', '
|
|
2071
|
-
description: '
|
|
2072
|
-
exampleValue: '#
|
|
2015
|
+
name: 'color.background.success.subtler',
|
|
2016
|
+
path: ['color', 'background', 'success', 'subtler', '[default]'],
|
|
2017
|
+
description: 'Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance.',
|
|
2018
|
+
exampleValue: '#D3F1A7',
|
|
2073
2019
|
usageGuidelines: {
|
|
2074
2020
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2075
2021
|
cssProperties: ['background-color']
|
|
2076
2022
|
}
|
|
2077
2023
|
}, {
|
|
2078
|
-
name: 'color.background.
|
|
2079
|
-
path: ['color', 'background', '
|
|
2080
|
-
description: '
|
|
2081
|
-
exampleValue: '#
|
|
2024
|
+
name: 'color.background.success.subtler.hovered',
|
|
2025
|
+
path: ['color', 'background', 'success', 'subtler', 'hovered'],
|
|
2026
|
+
description: 'Hovered state of color.background.success.subtler',
|
|
2027
|
+
exampleValue: '#BDE97C',
|
|
2082
2028
|
usageGuidelines: {
|
|
2083
2029
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2084
2030
|
cssProperties: ['background-color']
|
|
2085
2031
|
}
|
|
2086
2032
|
}, {
|
|
2087
|
-
name: 'color.background.
|
|
2088
|
-
path: ['color', 'background', '
|
|
2089
|
-
description: '
|
|
2090
|
-
exampleValue: '#
|
|
2033
|
+
name: 'color.background.success.subtler.pressed',
|
|
2034
|
+
path: ['color', 'background', 'success', 'subtler', 'pressed'],
|
|
2035
|
+
description: 'Pressed state of color.background.success.subtler',
|
|
2036
|
+
exampleValue: '#B3DF72',
|
|
2091
2037
|
usageGuidelines: {
|
|
2092
2038
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2093
2039
|
cssProperties: ['background-color']
|
|
2094
2040
|
}
|
|
2095
2041
|
}, {
|
|
2096
|
-
name: 'color.background.
|
|
2097
|
-
path: ['color', 'background', '
|
|
2098
|
-
description: '
|
|
2099
|
-
exampleValue: '#
|
|
2042
|
+
name: 'color.background.success.subtle',
|
|
2043
|
+
path: ['color', 'background', 'success', 'subtle', '[default]'],
|
|
2044
|
+
description: 'Background colour for non-interactive elements communicating success (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.success.bold or color.background.success.subtler for interactive states.',
|
|
2045
|
+
exampleValue: '#B3DF72',
|
|
2100
2046
|
usageGuidelines: {
|
|
2101
2047
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2102
2048
|
cssProperties: ['background-color']
|
|
2103
2049
|
}
|
|
2104
2050
|
}, {
|
|
2105
|
-
name: 'color.background.
|
|
2106
|
-
path: ['color', 'background', '
|
|
2107
|
-
description: '
|
|
2108
|
-
exampleValue: '#
|
|
2051
|
+
name: 'color.background.success.bold',
|
|
2052
|
+
path: ['color', 'background', 'success', 'bold', '[default]'],
|
|
2053
|
+
description: 'A vibrant background option for communicating a favorable outcome, such as in checked toggles.',
|
|
2054
|
+
exampleValue: '#5B7F24',
|
|
2109
2055
|
usageGuidelines: {
|
|
2110
2056
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2111
2057
|
cssProperties: ['background-color']
|
|
2112
2058
|
}
|
|
2113
2059
|
}, {
|
|
2114
|
-
name: 'color.background.
|
|
2115
|
-
path: ['color', 'background', '
|
|
2116
|
-
description: 'Hovered state of color.background.
|
|
2117
|
-
exampleValue: '#
|
|
2060
|
+
name: 'color.background.success.bold.hovered',
|
|
2061
|
+
path: ['color', 'background', 'success', 'bold', 'hovered'],
|
|
2062
|
+
description: 'Hovered state of color.background.success.bold',
|
|
2063
|
+
exampleValue: '#4C6B1F',
|
|
2118
2064
|
usageGuidelines: {
|
|
2119
2065
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2120
2066
|
cssProperties: ['background-color']
|
|
2121
2067
|
}
|
|
2122
2068
|
}, {
|
|
2123
|
-
name: 'color.background.
|
|
2124
|
-
path: ['color', 'background', '
|
|
2125
|
-
description: 'Pressed state of color.background.
|
|
2126
|
-
exampleValue: '#
|
|
2069
|
+
name: 'color.background.success.bold.pressed',
|
|
2070
|
+
path: ['color', 'background', 'success', 'bold', 'pressed'],
|
|
2071
|
+
description: 'Pressed state of color.background.success.bold',
|
|
2072
|
+
exampleValue: '#3F5224',
|
|
2127
2073
|
usageGuidelines: {
|
|
2128
2074
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2129
2075
|
cssProperties: ['background-color']
|
|
2130
2076
|
}
|
|
2131
2077
|
}, {
|
|
2132
|
-
name: 'color.background.
|
|
2133
|
-
path: ['color', 'background', '
|
|
2134
|
-
description: 'Use for
|
|
2078
|
+
name: 'color.background.discovery',
|
|
2079
|
+
path: ['color', 'background', 'discovery', '[default]', '[default]'],
|
|
2080
|
+
description: 'Use for backgrounds communicating change or something new, such as in discovery section messages.',
|
|
2135
2081
|
exampleValue: '#F8EEFE',
|
|
2136
2082
|
usageGuidelines: {
|
|
2137
2083
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2138
2084
|
cssProperties: ['background-color']
|
|
2139
2085
|
}
|
|
2140
2086
|
}, {
|
|
2141
|
-
name: 'color.background.
|
|
2142
|
-
path: ['color', 'background', '
|
|
2143
|
-
description: '
|
|
2087
|
+
name: 'color.background.discovery.hovered',
|
|
2088
|
+
path: ['color', 'background', 'discovery', '[default]', 'hovered'],
|
|
2089
|
+
description: 'Hover state for color.background.discovery',
|
|
2144
2090
|
exampleValue: '#EED7FC',
|
|
2145
2091
|
usageGuidelines: {
|
|
2146
2092
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2147
2093
|
cssProperties: ['background-color']
|
|
2148
2094
|
}
|
|
2149
2095
|
}, {
|
|
2150
|
-
name: 'color.background.
|
|
2151
|
-
path: ['color', 'background', '
|
|
2152
|
-
description: 'Pressed state
|
|
2096
|
+
name: 'color.background.discovery.pressed',
|
|
2097
|
+
path: ['color', 'background', 'discovery', '[default]', 'pressed'],
|
|
2098
|
+
description: 'Pressed state for color.background.discovery',
|
|
2153
2099
|
exampleValue: '#E3BDFA',
|
|
2154
2100
|
usageGuidelines: {
|
|
2155
2101
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2156
2102
|
cssProperties: ['background-color']
|
|
2157
2103
|
}
|
|
2158
2104
|
}, {
|
|
2159
|
-
name: 'color.background.
|
|
2160
|
-
path: ['color', 'background', '
|
|
2161
|
-
description: 'Use for
|
|
2105
|
+
name: 'color.background.discovery.subtler',
|
|
2106
|
+
path: ['color', 'background', 'discovery', 'subtler', '[default]'],
|
|
2107
|
+
description: 'Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance.',
|
|
2162
2108
|
exampleValue: '#EED7FC',
|
|
2163
2109
|
usageGuidelines: {
|
|
2164
2110
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2165
2111
|
cssProperties: ['background-color']
|
|
2166
2112
|
}
|
|
2167
2113
|
}, {
|
|
2168
|
-
name: 'color.background.
|
|
2169
|
-
path: ['color', 'background', '
|
|
2170
|
-
description: 'Hovered state of color.background.
|
|
2114
|
+
name: 'color.background.discovery.subtler.hovered',
|
|
2115
|
+
path: ['color', 'background', 'discovery', 'subtler', 'hovered'],
|
|
2116
|
+
description: 'Hovered state of color.background.discovery.subtler',
|
|
2171
2117
|
exampleValue: '#E3BDFA',
|
|
2172
2118
|
usageGuidelines: {
|
|
2173
2119
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2174
2120
|
cssProperties: ['background-color']
|
|
2175
2121
|
}
|
|
2176
2122
|
}, {
|
|
2177
|
-
name: 'color.background.
|
|
2178
|
-
path: ['color', 'background', '
|
|
2179
|
-
description: 'Pressed state of color.background.
|
|
2123
|
+
name: 'color.background.discovery.subtler.pressed',
|
|
2124
|
+
path: ['color', 'background', 'discovery', 'subtler', 'pressed'],
|
|
2125
|
+
description: 'Pressed state of color.background.discovery.subtler',
|
|
2180
2126
|
exampleValue: '#D8A0F7',
|
|
2181
2127
|
usageGuidelines: {
|
|
2182
2128
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2183
2129
|
cssProperties: ['background-color']
|
|
2184
2130
|
}
|
|
2185
2131
|
}, {
|
|
2186
|
-
name: 'color.background.
|
|
2187
|
-
path: ['color', 'background', '
|
|
2188
|
-
description: '
|
|
2189
|
-
exampleValue: '#
|
|
2132
|
+
name: 'color.background.discovery.subtle',
|
|
2133
|
+
path: ['color', 'background', 'discovery', 'subtle', '[default]'],
|
|
2134
|
+
description: 'Background colour for non-interactive elements communicating discovery (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.discovery.bold or color.background.discovery.subtler for interactive states.',
|
|
2135
|
+
exampleValue: '#D8A0F7',
|
|
2190
2136
|
usageGuidelines: {
|
|
2191
2137
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2192
2138
|
cssProperties: ['background-color']
|
|
2193
2139
|
}
|
|
2194
2140
|
}, {
|
|
2195
|
-
name: 'color.background.
|
|
2196
|
-
path: ['color', 'background', '
|
|
2197
|
-
description: '
|
|
2198
|
-
exampleValue: '#
|
|
2141
|
+
name: 'color.background.discovery.bold',
|
|
2142
|
+
path: ['color', 'background', 'discovery', 'bold', '[default]'],
|
|
2143
|
+
description: 'A vibrant background option communicating change or something new, such as in onboarding spotlights.',
|
|
2144
|
+
exampleValue: '#964AC0',
|
|
2199
2145
|
usageGuidelines: {
|
|
2200
2146
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2201
2147
|
cssProperties: ['background-color']
|
|
2202
2148
|
}
|
|
2203
2149
|
}, {
|
|
2204
|
-
name: 'color.background.
|
|
2205
|
-
path: ['color', 'background', '
|
|
2206
|
-
description: '
|
|
2207
|
-
exampleValue: '#
|
|
2150
|
+
name: 'color.background.discovery.bold.hovered',
|
|
2151
|
+
path: ['color', 'background', 'discovery', 'bold', 'hovered'],
|
|
2152
|
+
description: 'Hovered state of color.background.discovery.bold',
|
|
2153
|
+
exampleValue: '#803FA5',
|
|
2208
2154
|
usageGuidelines: {
|
|
2209
2155
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2210
2156
|
cssProperties: ['background-color']
|
|
2211
2157
|
}
|
|
2212
2158
|
}, {
|
|
2213
|
-
name: 'color.background.
|
|
2214
|
-
path: ['color', 'background', '
|
|
2215
|
-
description: '
|
|
2216
|
-
exampleValue: '#
|
|
2159
|
+
name: 'color.background.discovery.bold.pressed',
|
|
2160
|
+
path: ['color', 'background', 'discovery', 'bold', 'pressed'],
|
|
2161
|
+
description: 'Pressed state of color.background.discovery.bold',
|
|
2162
|
+
exampleValue: '#673286',
|
|
2217
2163
|
usageGuidelines: {
|
|
2218
2164
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2219
2165
|
cssProperties: ['background-color']
|
|
2220
2166
|
}
|
|
2221
2167
|
}, {
|
|
2222
|
-
name: 'color.background.
|
|
2223
|
-
path: ['color', 'background', '
|
|
2224
|
-
description: '
|
|
2225
|
-
exampleValue: '#
|
|
2168
|
+
name: 'color.background.information',
|
|
2169
|
+
path: ['color', 'background', 'information', '[default]', '[default]'],
|
|
2170
|
+
description: 'Use for backgrounds communicating information or something in-progress, such as in information section messages.',
|
|
2171
|
+
exampleValue: '#E9F2FE',
|
|
2226
2172
|
usageGuidelines: {
|
|
2227
2173
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2228
2174
|
cssProperties: ['background-color']
|
|
2229
2175
|
}
|
|
2230
2176
|
}, {
|
|
2231
|
-
name: 'color.background.
|
|
2232
|
-
path: ['color', 'background', '
|
|
2233
|
-
description: '
|
|
2234
|
-
exampleValue: '#
|
|
2177
|
+
name: 'color.background.information.hovered',
|
|
2178
|
+
path: ['color', 'background', 'information', '[default]', 'hovered'],
|
|
2179
|
+
description: 'Hovered state of color.background.information',
|
|
2180
|
+
exampleValue: '#CFE1FD',
|
|
2235
2181
|
usageGuidelines: {
|
|
2236
2182
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2237
2183
|
cssProperties: ['background-color']
|
|
2238
2184
|
}
|
|
2239
2185
|
}, {
|
|
2240
|
-
name: 'color.background.
|
|
2241
|
-
path: ['color', 'background', '
|
|
2242
|
-
description: '
|
|
2243
|
-
exampleValue: '#
|
|
2186
|
+
name: 'color.background.information.pressed',
|
|
2187
|
+
path: ['color', 'background', 'information', '[default]', 'pressed'],
|
|
2188
|
+
description: 'Pressed state of color.background.information',
|
|
2189
|
+
exampleValue: '#ADCBFB',
|
|
2244
2190
|
usageGuidelines: {
|
|
2245
2191
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2246
2192
|
cssProperties: ['background-color']
|
|
2247
2193
|
}
|
|
2248
2194
|
}, {
|
|
2249
|
-
name: 'color.background.
|
|
2250
|
-
path: ['color', 'background', '
|
|
2251
|
-
description: '
|
|
2252
|
-
exampleValue: '#
|
|
2195
|
+
name: 'color.background.information.subtler',
|
|
2196
|
+
path: ['color', 'background', 'information', 'subtler', '[default]'],
|
|
2197
|
+
description: 'Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance.',
|
|
2198
|
+
exampleValue: '#CFE1FD',
|
|
2253
2199
|
usageGuidelines: {
|
|
2254
2200
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2255
2201
|
cssProperties: ['background-color']
|
|
2256
2202
|
}
|
|
2257
2203
|
}, {
|
|
2258
|
-
name: 'color.background.
|
|
2259
|
-
path: ['color', 'background', '
|
|
2260
|
-
description: '
|
|
2261
|
-
exampleValue: '#
|
|
2204
|
+
name: 'color.background.information.subtler.hovered',
|
|
2205
|
+
path: ['color', 'background', 'information', 'subtler', 'hovered'],
|
|
2206
|
+
description: 'Hovered state of color.background.information.subtler',
|
|
2207
|
+
exampleValue: '#ADCBFB',
|
|
2262
2208
|
usageGuidelines: {
|
|
2263
2209
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2264
2210
|
cssProperties: ['background-color']
|
|
2265
2211
|
}
|
|
2266
2212
|
}, {
|
|
2267
|
-
name: 'color.background.
|
|
2268
|
-
path: ['color', 'background', '
|
|
2269
|
-
description: '
|
|
2270
|
-
exampleValue: '#
|
|
2213
|
+
name: 'color.background.information.subtler.pressed',
|
|
2214
|
+
path: ['color', 'background', 'information', 'subtler', 'pressed'],
|
|
2215
|
+
description: 'Pressed state of color.background.information.subtler',
|
|
2216
|
+
exampleValue: '#8FB8F6',
|
|
2271
2217
|
usageGuidelines: {
|
|
2272
2218
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2273
2219
|
cssProperties: ['background-color']
|
|
2274
2220
|
}
|
|
2275
2221
|
}, {
|
|
2276
|
-
name: 'color.background.
|
|
2277
|
-
path: ['color', 'background', '
|
|
2278
|
-
description: '
|
|
2279
|
-
exampleValue: '#
|
|
2222
|
+
name: 'color.background.information.subtle',
|
|
2223
|
+
path: ['color', 'background', 'information', 'subtle', '[default]'],
|
|
2224
|
+
description: 'Background colour for non-interactive elements communicating information (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.information.bold or color.background.information.subtler for interactive states.',
|
|
2225
|
+
exampleValue: '#8FB8F6',
|
|
2280
2226
|
usageGuidelines: {
|
|
2281
2227
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2282
2228
|
cssProperties: ['background-color']
|
|
2283
2229
|
}
|
|
2284
2230
|
}, {
|
|
2285
|
-
name: 'color.background.
|
|
2286
|
-
path: ['color', 'background', '
|
|
2287
|
-
description: '
|
|
2288
|
-
exampleValue: '#
|
|
2231
|
+
name: 'color.background.information.bold',
|
|
2232
|
+
path: ['color', 'background', 'information', 'bold', '[default]'],
|
|
2233
|
+
description: 'A vibrant background option for communicating information or something in-progress.',
|
|
2234
|
+
exampleValue: '#1868DB',
|
|
2289
2235
|
usageGuidelines: {
|
|
2290
2236
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2291
2237
|
cssProperties: ['background-color']
|
|
2292
2238
|
}
|
|
2293
2239
|
}, {
|
|
2294
|
-
name: 'color.background.
|
|
2295
|
-
path: ['color', 'background', '
|
|
2296
|
-
description: '
|
|
2297
|
-
exampleValue: '#
|
|
2240
|
+
name: 'color.background.information.bold.hovered',
|
|
2241
|
+
path: ['color', 'background', 'information', 'bold', 'hovered'],
|
|
2242
|
+
description: 'Hovered state of color.background.information.bold',
|
|
2243
|
+
exampleValue: '#1558BC',
|
|
2298
2244
|
usageGuidelines: {
|
|
2299
2245
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2300
2246
|
cssProperties: ['background-color']
|
|
2301
2247
|
}
|
|
2302
2248
|
}, {
|
|
2303
|
-
name: 'color.background.
|
|
2304
|
-
path: ['color', 'background', '
|
|
2305
|
-
description: '
|
|
2306
|
-
exampleValue: '#
|
|
2249
|
+
name: 'color.background.information.bold.pressed',
|
|
2250
|
+
path: ['color', 'background', 'information', 'bold', 'pressed'],
|
|
2251
|
+
description: 'Pressed state of color.background.information.bold',
|
|
2252
|
+
exampleValue: '#144794',
|
|
2307
2253
|
usageGuidelines: {
|
|
2308
2254
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2309
2255
|
cssProperties: ['background-color']
|
|
2310
2256
|
}
|
|
2311
2257
|
}, {
|
|
2312
|
-
name: 'color.
|
|
2313
|
-
path: ['color', '
|
|
2314
|
-
description: '
|
|
2315
|
-
exampleValue: '#
|
|
2258
|
+
name: 'color.border',
|
|
2259
|
+
path: ['color', 'border', '[default]'],
|
|
2260
|
+
description: 'Use to visually group or separate UI elements, such as flat cards or side panel dividers.',
|
|
2261
|
+
exampleValue: '#0B120E24',
|
|
2316
2262
|
usageGuidelines: {
|
|
2317
|
-
usage: 'The color for
|
|
2318
|
-
cssProperties: ['
|
|
2263
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2264
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2319
2265
|
}
|
|
2320
2266
|
}, {
|
|
2321
|
-
name: 'color.
|
|
2322
|
-
path: ['color', '
|
|
2323
|
-
description: 'Use for
|
|
2324
|
-
exampleValue: '#
|
|
2267
|
+
name: 'color.border.accent.lime',
|
|
2268
|
+
path: ['color', 'border', 'accent', 'lime', '[default]'],
|
|
2269
|
+
description: 'Use for lime borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
2270
|
+
exampleValue: '#6A9A23',
|
|
2271
|
+
usageGuidelines: {
|
|
2272
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2273
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2274
|
+
}
|
|
2275
|
+
}, {
|
|
2276
|
+
name: 'color.border.accent.lime.subtle',
|
|
2277
|
+
path: ['color', 'border', 'accent', 'lime', 'subtle'],
|
|
2278
|
+
description: 'Use for decorative lime borders that do not need to meet 3:1 contrast requirements.',
|
|
2279
|
+
exampleValue: '#B3DF72',
|
|
2280
|
+
usageGuidelines: {
|
|
2281
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2282
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2283
|
+
}
|
|
2284
|
+
}, {
|
|
2285
|
+
name: 'color.border.accent.red',
|
|
2286
|
+
path: ['color', 'border', 'accent', 'red', '[default]'],
|
|
2287
|
+
description: 'Use for red borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
2288
|
+
exampleValue: '#E2483D',
|
|
2325
2289
|
usageGuidelines: {
|
|
2326
|
-
usage: 'The color for
|
|
2327
|
-
cssProperties: ['
|
|
2290
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2291
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2328
2292
|
}
|
|
2329
2293
|
}, {
|
|
2330
|
-
name: 'color.
|
|
2331
|
-
path: ['color', '
|
|
2332
|
-
description: '
|
|
2333
|
-
exampleValue: '#
|
|
2294
|
+
name: 'color.border.accent.red.subtle',
|
|
2295
|
+
path: ['color', 'border', 'accent', 'red', 'subtle'],
|
|
2296
|
+
description: 'Use for decorative red borders that do not need to meet 3:1 contrast requirements.',
|
|
2297
|
+
exampleValue: '#FD9891',
|
|
2334
2298
|
usageGuidelines: {
|
|
2335
|
-
usage: 'The color for
|
|
2336
|
-
cssProperties: ['
|
|
2299
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2300
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2337
2301
|
}
|
|
2338
2302
|
}, {
|
|
2339
|
-
name: 'color.
|
|
2340
|
-
path: ['color', '
|
|
2341
|
-
description: '
|
|
2342
|
-
exampleValue: '#
|
|
2303
|
+
name: 'color.border.accent.orange',
|
|
2304
|
+
path: ['color', 'border', 'accent', 'orange', '[default]'],
|
|
2305
|
+
description: 'Use for orange borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
2306
|
+
exampleValue: '#E06C00',
|
|
2343
2307
|
usageGuidelines: {
|
|
2344
|
-
usage: 'The color for
|
|
2345
|
-
cssProperties: ['
|
|
2308
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2309
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2346
2310
|
}
|
|
2347
2311
|
}, {
|
|
2348
|
-
name: 'color.
|
|
2349
|
-
path: ['color', '
|
|
2350
|
-
description: 'Use for
|
|
2351
|
-
exampleValue: '#
|
|
2312
|
+
name: 'color.border.accent.orange.subtle',
|
|
2313
|
+
path: ['color', 'border', 'accent', 'orange', 'subtle'],
|
|
2314
|
+
description: 'Use for decorative orange borders that do not need to meet 3:1 contrast requirements.',
|
|
2315
|
+
exampleValue: '#FBC828',
|
|
2352
2316
|
usageGuidelines: {
|
|
2353
|
-
usage: 'The color for
|
|
2354
|
-
cssProperties: ['
|
|
2317
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2318
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2355
2319
|
}
|
|
2356
2320
|
}, {
|
|
2357
|
-
name: 'color.
|
|
2358
|
-
path: ['color', '
|
|
2359
|
-
description: '
|
|
2360
|
-
exampleValue: '#
|
|
2321
|
+
name: 'color.border.accent.yellow',
|
|
2322
|
+
path: ['color', 'border', 'accent', 'yellow', '[default]'],
|
|
2323
|
+
description: 'Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
2324
|
+
exampleValue: '#B38600',
|
|
2361
2325
|
usageGuidelines: {
|
|
2362
|
-
usage: 'The color for
|
|
2363
|
-
cssProperties: ['
|
|
2326
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2327
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2364
2328
|
}
|
|
2365
2329
|
}, {
|
|
2366
|
-
name: 'color.
|
|
2367
|
-
path: ['color', '
|
|
2368
|
-
description: '
|
|
2369
|
-
exampleValue: '#
|
|
2330
|
+
name: 'color.border.accent.yellow.subtle',
|
|
2331
|
+
path: ['color', 'border', 'accent', 'yellow', 'subtle'],
|
|
2332
|
+
description: 'Use for decorative yellow borders that do not need to meet 3:1 contrast requirements.',
|
|
2333
|
+
exampleValue: '#EED12B',
|
|
2370
2334
|
usageGuidelines: {
|
|
2371
|
-
usage: 'The color for
|
|
2372
|
-
cssProperties: ['
|
|
2335
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2336
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2373
2337
|
}
|
|
2374
2338
|
}, {
|
|
2375
|
-
name: 'color.
|
|
2376
|
-
path: ['color', '
|
|
2377
|
-
description: 'Use for
|
|
2378
|
-
exampleValue: '#
|
|
2339
|
+
name: 'color.border.accent.green',
|
|
2340
|
+
path: ['color', 'border', 'accent', 'green', '[default]'],
|
|
2341
|
+
description: 'Use for green borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
2342
|
+
exampleValue: '#22A06B',
|
|
2379
2343
|
usageGuidelines: {
|
|
2380
|
-
usage: 'The color for
|
|
2381
|
-
cssProperties: ['
|
|
2344
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2345
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2382
2346
|
}
|
|
2383
2347
|
}, {
|
|
2384
|
-
name: 'color.
|
|
2385
|
-
path: ['color', '
|
|
2386
|
-
description: '
|
|
2387
|
-
exampleValue: '#
|
|
2348
|
+
name: 'color.border.accent.green.subtle',
|
|
2349
|
+
path: ['color', 'border', 'accent', 'green', 'subtle'],
|
|
2350
|
+
description: 'Use for decorative green borders that do not need to meet 3:1 contrast requirements.',
|
|
2351
|
+
exampleValue: '#7EE2B8',
|
|
2388
2352
|
usageGuidelines: {
|
|
2389
|
-
usage: 'The color for
|
|
2390
|
-
cssProperties: ['
|
|
2353
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2354
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2391
2355
|
}
|
|
2392
2356
|
}, {
|
|
2393
|
-
name: 'color.
|
|
2394
|
-
path: ['color', '
|
|
2395
|
-
description: '
|
|
2396
|
-
exampleValue: '#
|
|
2357
|
+
name: 'color.border.accent.teal',
|
|
2358
|
+
path: ['color', 'border', 'accent', 'teal', '[default]'],
|
|
2359
|
+
description: 'Use for teal borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
2360
|
+
exampleValue: '#2898BD',
|
|
2397
2361
|
usageGuidelines: {
|
|
2398
|
-
usage: 'The color for
|
|
2399
|
-
cssProperties: ['
|
|
2362
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2363
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2400
2364
|
}
|
|
2401
2365
|
}, {
|
|
2402
|
-
name: 'color.
|
|
2403
|
-
path: ['color', '
|
|
2404
|
-
description: 'Use for
|
|
2405
|
-
exampleValue: '#
|
|
2366
|
+
name: 'color.border.accent.teal.subtle',
|
|
2367
|
+
path: ['color', 'border', 'accent', 'teal', 'subtle'],
|
|
2368
|
+
description: 'Use for decorative teal borders that do not need to meet 3:1 contrast requirements.',
|
|
2369
|
+
exampleValue: '#9DD9EE',
|
|
2406
2370
|
usageGuidelines: {
|
|
2407
|
-
usage: 'The color for
|
|
2408
|
-
cssProperties: ['
|
|
2371
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2372
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2409
2373
|
}
|
|
2410
2374
|
}, {
|
|
2411
|
-
name: 'color.
|
|
2412
|
-
path: ['color', '
|
|
2413
|
-
description: '
|
|
2414
|
-
exampleValue: '#
|
|
2375
|
+
name: 'color.border.accent.blue',
|
|
2376
|
+
path: ['color', 'border', 'accent', 'blue', '[default]'],
|
|
2377
|
+
description: 'Use for blue borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
2378
|
+
exampleValue: '#357DE8',
|
|
2415
2379
|
usageGuidelines: {
|
|
2416
|
-
usage: 'The color for
|
|
2417
|
-
cssProperties: ['
|
|
2380
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2381
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2418
2382
|
}
|
|
2419
2383
|
}, {
|
|
2420
|
-
name: 'color.
|
|
2421
|
-
path: ['color', '
|
|
2422
|
-
description: '
|
|
2423
|
-
exampleValue: '#
|
|
2384
|
+
name: 'color.border.accent.blue.subtle',
|
|
2385
|
+
path: ['color', 'border', 'accent', 'blue', 'subtle'],
|
|
2386
|
+
description: 'Use for decorative blue borders that do not need to meet 3:1 contrast requirements.',
|
|
2387
|
+
exampleValue: '#8FB8F6',
|
|
2424
2388
|
usageGuidelines: {
|
|
2425
|
-
usage: 'The color for
|
|
2426
|
-
cssProperties: ['
|
|
2389
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2390
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2427
2391
|
}
|
|
2428
2392
|
}, {
|
|
2429
|
-
name: 'color.
|
|
2430
|
-
path: ['color', '
|
|
2431
|
-
description: 'Use for
|
|
2432
|
-
exampleValue: '#
|
|
2393
|
+
name: 'color.border.accent.purple',
|
|
2394
|
+
path: ['color', 'border', 'accent', 'purple', '[default]'],
|
|
2395
|
+
description: 'Use for purple borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
2396
|
+
exampleValue: '#AF59E1',
|
|
2433
2397
|
usageGuidelines: {
|
|
2434
|
-
usage: 'The color for
|
|
2435
|
-
cssProperties: ['
|
|
2398
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2399
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2436
2400
|
}
|
|
2437
2401
|
}, {
|
|
2438
|
-
name: 'color.
|
|
2439
|
-
path: ['color', '
|
|
2440
|
-
description: '
|
|
2441
|
-
exampleValue: '#
|
|
2402
|
+
name: 'color.border.accent.purple.subtle',
|
|
2403
|
+
path: ['color', 'border', 'accent', 'purple', 'subtle'],
|
|
2404
|
+
description: 'Use for decorative purple borders that do not need to meet 3:1 contrast requirements.',
|
|
2405
|
+
exampleValue: '#D8A0F7',
|
|
2442
2406
|
usageGuidelines: {
|
|
2443
|
-
usage: 'The color for
|
|
2444
|
-
cssProperties: ['
|
|
2407
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2408
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2445
2409
|
}
|
|
2446
2410
|
}, {
|
|
2447
|
-
name: 'color.
|
|
2448
|
-
path: ['color', '
|
|
2449
|
-
description: '
|
|
2450
|
-
exampleValue: '#
|
|
2411
|
+
name: 'color.border.accent.magenta',
|
|
2412
|
+
path: ['color', 'border', 'accent', 'magenta', '[default]'],
|
|
2413
|
+
description: 'Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
2414
|
+
exampleValue: '#CD519D',
|
|
2451
2415
|
usageGuidelines: {
|
|
2452
|
-
usage: 'The color for
|
|
2453
|
-
cssProperties: ['
|
|
2416
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2417
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2454
2418
|
}
|
|
2455
2419
|
}, {
|
|
2456
|
-
name: 'color.
|
|
2457
|
-
path: ['color', '
|
|
2458
|
-
description: 'Use for
|
|
2459
|
-
exampleValue: '#
|
|
2420
|
+
name: 'color.border.accent.magenta.subtle',
|
|
2421
|
+
path: ['color', 'border', 'accent', 'magenta', 'subtle'],
|
|
2422
|
+
description: 'Use for decorative magenta borders that do not need to meet 3:1 contrast requirements.',
|
|
2423
|
+
exampleValue: '#F797D2',
|
|
2460
2424
|
usageGuidelines: {
|
|
2461
|
-
usage: 'The color for
|
|
2462
|
-
cssProperties: ['
|
|
2425
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2426
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2463
2427
|
}
|
|
2464
2428
|
}, {
|
|
2465
|
-
name: 'color.
|
|
2466
|
-
path: ['color', '
|
|
2467
|
-
description: 'Use for
|
|
2468
|
-
exampleValue: '#
|
|
2429
|
+
name: 'color.border.accent.gray',
|
|
2430
|
+
path: ['color', 'border', 'accent', 'gray', '[default]'],
|
|
2431
|
+
description: 'Use for borders on non-bold gray accent backgrounds.',
|
|
2432
|
+
exampleValue: '#7D818A',
|
|
2469
2433
|
usageGuidelines: {
|
|
2470
|
-
usage: 'The color for
|
|
2471
|
-
cssProperties: ['
|
|
2434
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2435
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2472
2436
|
}
|
|
2473
2437
|
}, {
|
|
2474
|
-
name: 'color.
|
|
2475
|
-
path: ['color', '
|
|
2476
|
-
description: '
|
|
2477
|
-
exampleValue: '#
|
|
2438
|
+
name: 'color.border.accent.gray.subtle',
|
|
2439
|
+
path: ['color', 'border', 'accent', 'gray', 'subtle'],
|
|
2440
|
+
description: 'Use for decorative gray borders that do not need to meet 3:1 contrast requirements.',
|
|
2441
|
+
exampleValue: '#B7B9BE',
|
|
2478
2442
|
usageGuidelines: {
|
|
2479
|
-
usage: 'The color for
|
|
2480
|
-
cssProperties: ['
|
|
2443
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2444
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2481
2445
|
}
|
|
2482
2446
|
}, {
|
|
2483
|
-
name: 'color.
|
|
2484
|
-
path: ['color', '
|
|
2485
|
-
description: '
|
|
2486
|
-
exampleValue: '#
|
|
2447
|
+
name: 'color.border.disabled',
|
|
2448
|
+
path: ['color', 'border', 'disabled'],
|
|
2449
|
+
description: 'Use for borders of elements in a disabled state.',
|
|
2450
|
+
exampleValue: '#0515240F',
|
|
2487
2451
|
usageGuidelines: {
|
|
2488
|
-
usage: 'The color for
|
|
2489
|
-
cssProperties: ['
|
|
2452
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2453
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2490
2454
|
}
|
|
2491
2455
|
}, {
|
|
2492
|
-
name: 'color.
|
|
2493
|
-
path: ['color', '
|
|
2494
|
-
description: 'Use for
|
|
2495
|
-
exampleValue: '#
|
|
2456
|
+
name: 'color.border.focused',
|
|
2457
|
+
path: ['color', 'border', 'focused'],
|
|
2458
|
+
description: 'Use for focus rings of elements in a focus state.',
|
|
2459
|
+
exampleValue: '#4688EC',
|
|
2496
2460
|
usageGuidelines: {
|
|
2497
|
-
usage: 'The color for
|
|
2498
|
-
cssProperties: ['
|
|
2461
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2462
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2499
2463
|
}
|
|
2500
2464
|
}, {
|
|
2501
|
-
name: 'color.
|
|
2502
|
-
path: ['color', '
|
|
2503
|
-
description: 'Use for
|
|
2504
|
-
exampleValue: '#
|
|
2465
|
+
name: 'color.border.input',
|
|
2466
|
+
path: ['color', 'border', 'input'],
|
|
2467
|
+
description: 'Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons.',
|
|
2468
|
+
exampleValue: '#8C8F97',
|
|
2505
2469
|
usageGuidelines: {
|
|
2506
|
-
usage: 'The color for
|
|
2507
|
-
cssProperties: ['
|
|
2470
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2471
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2508
2472
|
}
|
|
2509
2473
|
}, {
|
|
2510
|
-
name: 'color.
|
|
2511
|
-
path: ['color', '
|
|
2512
|
-
description: 'Use for
|
|
2513
|
-
exampleValue: '#
|
|
2474
|
+
name: 'color.border.inverse',
|
|
2475
|
+
path: ['color', 'border', 'inverse'],
|
|
2476
|
+
description: 'Use for borders on bold backgrounds.',
|
|
2477
|
+
exampleValue: '#FFFFFF',
|
|
2514
2478
|
usageGuidelines: {
|
|
2515
|
-
usage: 'The color for
|
|
2516
|
-
cssProperties: ['
|
|
2479
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2480
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2517
2481
|
}
|
|
2518
2482
|
}, {
|
|
2519
|
-
name: 'color.
|
|
2520
|
-
path: ['color', '
|
|
2521
|
-
description: '
|
|
2522
|
-
exampleValue: '#
|
|
2483
|
+
name: 'color.border.selected',
|
|
2484
|
+
path: ['color', 'border', 'selected'],
|
|
2485
|
+
description: 'Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items.',
|
|
2486
|
+
exampleValue: '#1868DB',
|
|
2523
2487
|
usageGuidelines: {
|
|
2524
|
-
usage: 'The color for
|
|
2525
|
-
cssProperties: ['
|
|
2488
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2489
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2526
2490
|
}
|
|
2527
2491
|
}, {
|
|
2528
|
-
name: 'color.
|
|
2529
|
-
path: ['color', '
|
|
2530
|
-
description: '
|
|
2531
|
-
exampleValue: '#
|
|
2492
|
+
name: 'color.border.brand',
|
|
2493
|
+
path: ['color', 'border', 'brand'],
|
|
2494
|
+
description: 'Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons.',
|
|
2495
|
+
exampleValue: '#1868DB',
|
|
2532
2496
|
usageGuidelines: {
|
|
2533
|
-
usage: 'The color for
|
|
2534
|
-
cssProperties: ['
|
|
2497
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2498
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2535
2499
|
}
|
|
2536
2500
|
}, {
|
|
2537
|
-
name: 'color.
|
|
2538
|
-
path: ['color', '
|
|
2539
|
-
description: '
|
|
2540
|
-
exampleValue: '#
|
|
2501
|
+
name: 'color.border.danger',
|
|
2502
|
+
path: ['color', 'border', 'danger', '[default]'],
|
|
2503
|
+
description: 'Use for borders communicating critical information, such as the borders on invalid text fields.',
|
|
2504
|
+
exampleValue: '#E2483D',
|
|
2541
2505
|
usageGuidelines: {
|
|
2542
|
-
usage: 'The color for
|
|
2543
|
-
cssProperties: ['
|
|
2506
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2507
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2544
2508
|
}
|
|
2545
2509
|
}, {
|
|
2546
|
-
name: 'color.
|
|
2547
|
-
path: ['color', '
|
|
2548
|
-
description: 'Use for
|
|
2549
|
-
exampleValue: '#
|
|
2510
|
+
name: 'color.border.danger.subtle',
|
|
2511
|
+
path: ['color', 'border', 'danger', 'subtle'],
|
|
2512
|
+
description: 'Use for decorative danger borders that do not need to meet 3:1 contrast requirements.',
|
|
2513
|
+
exampleValue: '#FD9891',
|
|
2550
2514
|
usageGuidelines: {
|
|
2551
|
-
usage: 'The color for
|
|
2552
|
-
cssProperties: ['
|
|
2515
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2516
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2553
2517
|
}
|
|
2554
2518
|
}, {
|
|
2555
|
-
name: 'color.
|
|
2556
|
-
path: ['color', '
|
|
2557
|
-
description: '
|
|
2558
|
-
exampleValue: '#
|
|
2519
|
+
name: 'color.border.warning',
|
|
2520
|
+
path: ['color', 'border', 'warning', '[default]'],
|
|
2521
|
+
description: 'Use for borders communicating caution.',
|
|
2522
|
+
exampleValue: '#E06C00',
|
|
2559
2523
|
usageGuidelines: {
|
|
2560
|
-
usage: 'The color for
|
|
2561
|
-
cssProperties: ['
|
|
2524
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2525
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2562
2526
|
}
|
|
2563
2527
|
}, {
|
|
2564
|
-
name: 'color.
|
|
2565
|
-
path: ['color', '
|
|
2566
|
-
description: '
|
|
2567
|
-
exampleValue: '#
|
|
2528
|
+
name: 'color.border.warning.subtle',
|
|
2529
|
+
path: ['color', 'border', 'warning', 'subtle'],
|
|
2530
|
+
description: 'Use for decorative warning borders that do not need to meet 3:1 contrast requirements.',
|
|
2531
|
+
exampleValue: '#FBC828',
|
|
2568
2532
|
usageGuidelines: {
|
|
2569
|
-
usage: 'The color for
|
|
2570
|
-
cssProperties: ['
|
|
2533
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2534
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2571
2535
|
}
|
|
2572
2536
|
}, {
|
|
2573
|
-
name: 'color.
|
|
2574
|
-
path: ['color', '
|
|
2575
|
-
description: '
|
|
2576
|
-
exampleValue: '#
|
|
2537
|
+
name: 'color.border.success',
|
|
2538
|
+
path: ['color', 'border', 'success', '[default]'],
|
|
2539
|
+
description: 'Use for borders communicating a favorable outcome, such as the borders on validated text fields.',
|
|
2540
|
+
exampleValue: '#6A9A23',
|
|
2577
2541
|
usageGuidelines: {
|
|
2578
|
-
usage: 'The color for
|
|
2579
|
-
cssProperties: ['
|
|
2542
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2543
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2580
2544
|
}
|
|
2581
2545
|
}, {
|
|
2582
|
-
name: 'color.
|
|
2583
|
-
path: ['color', '
|
|
2584
|
-
description: '
|
|
2585
|
-
exampleValue: '#
|
|
2546
|
+
name: 'color.border.success.subtle',
|
|
2547
|
+
path: ['color', 'border', 'success', 'subtle'],
|
|
2548
|
+
description: 'Use for decorative success borders that do not need to meet 3:1 contrast requirements.',
|
|
2549
|
+
exampleValue: '#B3DF72',
|
|
2586
2550
|
usageGuidelines: {
|
|
2587
|
-
usage: 'The color for
|
|
2588
|
-
cssProperties: ['
|
|
2551
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2552
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2589
2553
|
}
|
|
2590
2554
|
}, {
|
|
2591
|
-
name: 'color.
|
|
2592
|
-
path: ['color', '
|
|
2593
|
-
description: '
|
|
2594
|
-
exampleValue: '#
|
|
2555
|
+
name: 'color.border.discovery',
|
|
2556
|
+
path: ['color', 'border', 'discovery', '[default]'],
|
|
2557
|
+
description: 'Use for borders communicating change or something new, such as the borders in onboarding spotlights.',
|
|
2558
|
+
exampleValue: '#AF59E1',
|
|
2595
2559
|
usageGuidelines: {
|
|
2596
|
-
usage: 'The color for
|
|
2597
|
-
cssProperties: ['
|
|
2560
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2561
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2598
2562
|
}
|
|
2599
2563
|
}, {
|
|
2600
|
-
name: 'color.
|
|
2601
|
-
path: ['color', '
|
|
2602
|
-
description: 'Use for
|
|
2603
|
-
exampleValue: '#
|
|
2564
|
+
name: 'color.border.discovery.subtle',
|
|
2565
|
+
path: ['color', 'border', 'discovery', 'subtle'],
|
|
2566
|
+
description: 'Use for decorative discovery borders that do not need to meet 3:1 contrast requirements.',
|
|
2567
|
+
exampleValue: '#D8A0F7',
|
|
2604
2568
|
usageGuidelines: {
|
|
2605
|
-
usage: 'The color for
|
|
2606
|
-
cssProperties: ['
|
|
2569
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2570
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2607
2571
|
}
|
|
2608
2572
|
}, {
|
|
2609
|
-
name: 'color.
|
|
2610
|
-
path: ['color', '
|
|
2611
|
-
description: '
|
|
2612
|
-
exampleValue: '#
|
|
2573
|
+
name: 'color.border.information',
|
|
2574
|
+
path: ['color', 'border', 'information', '[default]'],
|
|
2575
|
+
description: 'Use for borders communicating information or something in-progress.',
|
|
2576
|
+
exampleValue: '#357DE8',
|
|
2613
2577
|
usageGuidelines: {
|
|
2614
|
-
usage: 'The color for
|
|
2615
|
-
cssProperties: ['
|
|
2578
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2579
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2616
2580
|
}
|
|
2617
2581
|
}, {
|
|
2618
|
-
name: 'color.
|
|
2619
|
-
path: ['color', '
|
|
2620
|
-
description: '
|
|
2582
|
+
name: 'color.border.information.subtle',
|
|
2583
|
+
path: ['color', 'border', 'information', 'subtle'],
|
|
2584
|
+
description: 'Use for decorative information borders that do not need to meet 3:1 contrast requirements.',
|
|
2621
2585
|
exampleValue: '#8FB8F6',
|
|
2622
2586
|
usageGuidelines: {
|
|
2623
|
-
usage: 'The color for
|
|
2624
|
-
cssProperties: ['
|
|
2587
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2588
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2625
2589
|
}
|
|
2626
2590
|
}, {
|
|
2627
|
-
name: 'color.
|
|
2628
|
-
path: ['color', '
|
|
2629
|
-
description: '
|
|
2630
|
-
exampleValue: '#
|
|
2591
|
+
name: 'color.border.bold',
|
|
2592
|
+
path: ['color', 'border', 'bold'],
|
|
2593
|
+
description: 'A neutral border option that passes min 3:1 contrast ratios.',
|
|
2594
|
+
exampleValue: '#7D818A',
|
|
2631
2595
|
usageGuidelines: {
|
|
2632
|
-
usage: 'The color for
|
|
2633
|
-
cssProperties: ['
|
|
2596
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2597
|
+
cssProperties: ['border-color', 'outline-color']
|
|
2634
2598
|
}
|
|
2635
2599
|
}, {
|
|
2636
|
-
name: 'color.
|
|
2637
|
-
path: ['color', '
|
|
2638
|
-
description: '
|
|
2639
|
-
exampleValue: '#
|
|
2600
|
+
name: 'color.text',
|
|
2601
|
+
path: ['color', 'text', '[default]'],
|
|
2602
|
+
description: 'Use for primary text, such as body copy, sentence case headers, and buttons.',
|
|
2603
|
+
exampleValue: '#292A2E',
|
|
2640
2604
|
usageGuidelines: {
|
|
2641
|
-
usage: 'The color for
|
|
2642
|
-
cssProperties: ['
|
|
2605
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2606
|
+
cssProperties: ['color']
|
|
2643
2607
|
}
|
|
2644
2608
|
}, {
|
|
2645
|
-
name: 'color.
|
|
2646
|
-
path: ['color', '
|
|
2647
|
-
description: '
|
|
2648
|
-
exampleValue: '#
|
|
2609
|
+
name: 'color.text.accent.lime',
|
|
2610
|
+
path: ['color', 'text', 'accent', 'lime', '[default]'],
|
|
2611
|
+
description: 'Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color.',
|
|
2612
|
+
exampleValue: '#4C6B1F',
|
|
2649
2613
|
usageGuidelines: {
|
|
2650
|
-
usage: 'The color for
|
|
2651
|
-
cssProperties: ['
|
|
2614
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2615
|
+
cssProperties: ['color']
|
|
2652
2616
|
}
|
|
2653
2617
|
}, {
|
|
2654
|
-
name: 'color.
|
|
2655
|
-
path: ['color', '
|
|
2656
|
-
description: 'Use for
|
|
2657
|
-
exampleValue: '#
|
|
2618
|
+
name: 'color.text.accent.lime.bolder',
|
|
2619
|
+
path: ['color', 'text', 'accent', 'lime', 'bolder'],
|
|
2620
|
+
description: 'Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color.',
|
|
2621
|
+
exampleValue: '#37471F',
|
|
2658
2622
|
usageGuidelines: {
|
|
2659
|
-
usage: 'The color for
|
|
2660
|
-
cssProperties: ['
|
|
2623
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2624
|
+
cssProperties: ['color']
|
|
2661
2625
|
}
|
|
2662
2626
|
}, {
|
|
2663
|
-
name: 'color.
|
|
2664
|
-
path: ['color', '
|
|
2665
|
-
description: '
|
|
2666
|
-
exampleValue: '#
|
|
2627
|
+
name: 'color.text.accent.red',
|
|
2628
|
+
path: ['color', 'text', 'accent', 'red', '[default]'],
|
|
2629
|
+
description: 'Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color.',
|
|
2630
|
+
exampleValue: '#AE2E24',
|
|
2667
2631
|
usageGuidelines: {
|
|
2668
|
-
usage: 'The color for
|
|
2669
|
-
cssProperties: ['
|
|
2632
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2633
|
+
cssProperties: ['color']
|
|
2670
2634
|
}
|
|
2671
2635
|
}, {
|
|
2672
|
-
name: 'color.
|
|
2673
|
-
path: ['color', '
|
|
2674
|
-
description: '
|
|
2675
|
-
exampleValue: '#
|
|
2636
|
+
name: 'color.text.accent.red.bolder',
|
|
2637
|
+
path: ['color', 'text', 'accent', 'red', 'bolder'],
|
|
2638
|
+
description: 'Use for red text on subtle red accent backgrounds when there is no meaning tied to the color.',
|
|
2639
|
+
exampleValue: '#5D1F1A',
|
|
2676
2640
|
usageGuidelines: {
|
|
2677
|
-
usage: 'The color for
|
|
2678
|
-
cssProperties: ['
|
|
2641
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2642
|
+
cssProperties: ['color']
|
|
2679
2643
|
}
|
|
2680
2644
|
}, {
|
|
2681
|
-
name: 'color.
|
|
2682
|
-
path: ['color', '
|
|
2683
|
-
description: 'Use for
|
|
2684
|
-
exampleValue: '#
|
|
2645
|
+
name: 'color.text.accent.orange',
|
|
2646
|
+
path: ['color', 'text', 'accent', 'orange', '[default]'],
|
|
2647
|
+
description: 'Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color.',
|
|
2648
|
+
exampleValue: '#9E4C00',
|
|
2685
2649
|
usageGuidelines: {
|
|
2686
|
-
usage: 'The color for
|
|
2687
|
-
cssProperties: ['
|
|
2650
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2651
|
+
cssProperties: ['color']
|
|
2688
2652
|
}
|
|
2689
2653
|
}, {
|
|
2690
|
-
name: 'color.
|
|
2691
|
-
path: ['color', '
|
|
2692
|
-
description: '
|
|
2693
|
-
exampleValue: '#
|
|
2654
|
+
name: 'color.text.accent.orange.bolder',
|
|
2655
|
+
path: ['color', 'text', 'accent', 'orange', 'bolder'],
|
|
2656
|
+
description: 'Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color.',
|
|
2657
|
+
exampleValue: '#693200',
|
|
2694
2658
|
usageGuidelines: {
|
|
2695
|
-
usage: 'The color for
|
|
2696
|
-
cssProperties: ['
|
|
2659
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2660
|
+
cssProperties: ['color']
|
|
2697
2661
|
}
|
|
2698
2662
|
}, {
|
|
2699
|
-
name: 'color.
|
|
2700
|
-
path: ['color', '
|
|
2701
|
-
description: '
|
|
2702
|
-
exampleValue: '#
|
|
2663
|
+
name: 'color.text.accent.yellow',
|
|
2664
|
+
path: ['color', 'text', 'accent', 'yellow', '[default]'],
|
|
2665
|
+
description: 'Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color.',
|
|
2666
|
+
exampleValue: '#7F5F01',
|
|
2667
|
+
usageGuidelines: {
|
|
2668
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2669
|
+
cssProperties: ['color']
|
|
2670
|
+
}
|
|
2671
|
+
}, {
|
|
2672
|
+
name: 'color.text.accent.yellow.bolder',
|
|
2673
|
+
path: ['color', 'text', 'accent', 'yellow', 'bolder'],
|
|
2674
|
+
description: 'Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color.',
|
|
2675
|
+
exampleValue: '#533F04',
|
|
2703
2676
|
usageGuidelines: {
|
|
2704
|
-
usage: 'The color for
|
|
2705
|
-
cssProperties: ['
|
|
2677
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2678
|
+
cssProperties: ['color']
|
|
2706
2679
|
}
|
|
2707
2680
|
}, {
|
|
2708
|
-
name: 'color.
|
|
2709
|
-
path: ['color', '
|
|
2710
|
-
description: 'Use for
|
|
2711
|
-
exampleValue: '#
|
|
2681
|
+
name: 'color.text.accent.green',
|
|
2682
|
+
path: ['color', 'text', 'accent', 'green', '[default]'],
|
|
2683
|
+
description: 'Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color.',
|
|
2684
|
+
exampleValue: '#216E4E',
|
|
2712
2685
|
usageGuidelines: {
|
|
2713
|
-
usage: 'The color for
|
|
2714
|
-
cssProperties: ['
|
|
2686
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2687
|
+
cssProperties: ['color']
|
|
2715
2688
|
}
|
|
2716
2689
|
}, {
|
|
2717
|
-
name: 'color.
|
|
2718
|
-
path: ['color', '
|
|
2719
|
-
description: '
|
|
2720
|
-
exampleValue: '#
|
|
2690
|
+
name: 'color.text.accent.green.bolder',
|
|
2691
|
+
path: ['color', 'text', 'accent', 'green', 'bolder'],
|
|
2692
|
+
description: 'Use for green text on subtle green accent backgrounds when there is no meaning tied to the color.',
|
|
2693
|
+
exampleValue: '#164B35',
|
|
2721
2694
|
usageGuidelines: {
|
|
2722
|
-
usage: 'The color for
|
|
2723
|
-
cssProperties: ['
|
|
2695
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2696
|
+
cssProperties: ['color']
|
|
2724
2697
|
}
|
|
2725
2698
|
}, {
|
|
2726
|
-
name: 'color.
|
|
2727
|
-
path: ['color', '
|
|
2728
|
-
description: '
|
|
2729
|
-
exampleValue: '#
|
|
2699
|
+
name: 'color.text.accent.teal',
|
|
2700
|
+
path: ['color', 'text', 'accent', 'teal', '[default]'],
|
|
2701
|
+
description: 'Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color.',
|
|
2702
|
+
exampleValue: '#206A83',
|
|
2730
2703
|
usageGuidelines: {
|
|
2731
|
-
usage: 'The color for
|
|
2732
|
-
cssProperties: ['
|
|
2704
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2705
|
+
cssProperties: ['color']
|
|
2733
2706
|
}
|
|
2734
2707
|
}, {
|
|
2735
|
-
name: 'color.
|
|
2736
|
-
path: ['color', '
|
|
2737
|
-
description: 'Use for backgrounds
|
|
2738
|
-
exampleValue: '#
|
|
2708
|
+
name: 'color.text.accent.teal.bolder',
|
|
2709
|
+
path: ['color', 'text', 'accent', 'teal', 'bolder'],
|
|
2710
|
+
description: 'Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color.',
|
|
2711
|
+
exampleValue: '#164555',
|
|
2739
2712
|
usageGuidelines: {
|
|
2740
|
-
usage: 'The color for
|
|
2741
|
-
cssProperties: ['
|
|
2713
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2714
|
+
cssProperties: ['color']
|
|
2742
2715
|
}
|
|
2743
2716
|
}, {
|
|
2744
|
-
name: 'color.
|
|
2745
|
-
path: ['color', '
|
|
2746
|
-
description: '
|
|
2747
|
-
exampleValue: '#
|
|
2717
|
+
name: 'color.text.accent.blue',
|
|
2718
|
+
path: ['color', 'text', 'accent', 'blue', '[default]'],
|
|
2719
|
+
description: 'Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color.',
|
|
2720
|
+
exampleValue: '#1558BC',
|
|
2748
2721
|
usageGuidelines: {
|
|
2749
|
-
usage: 'The color for
|
|
2750
|
-
cssProperties: ['
|
|
2722
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2723
|
+
cssProperties: ['color']
|
|
2751
2724
|
}
|
|
2752
2725
|
}, {
|
|
2753
|
-
name: 'color.
|
|
2754
|
-
path: ['color', '
|
|
2755
|
-
description: '
|
|
2756
|
-
exampleValue: '#
|
|
2726
|
+
name: 'color.text.accent.blue.bolder',
|
|
2727
|
+
path: ['color', 'text', 'accent', 'blue', 'bolder'],
|
|
2728
|
+
description: 'Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color.',
|
|
2729
|
+
exampleValue: '#123263',
|
|
2757
2730
|
usageGuidelines: {
|
|
2758
|
-
usage: 'The color for
|
|
2759
|
-
cssProperties: ['
|
|
2731
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2732
|
+
cssProperties: ['color']
|
|
2760
2733
|
}
|
|
2761
2734
|
}, {
|
|
2762
|
-
name: 'color.
|
|
2763
|
-
path: ['color', '
|
|
2764
|
-
description: 'Use for
|
|
2765
|
-
exampleValue: '#
|
|
2735
|
+
name: 'color.text.accent.purple',
|
|
2736
|
+
path: ['color', 'text', 'accent', 'purple', '[default]'],
|
|
2737
|
+
description: 'Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color.',
|
|
2738
|
+
exampleValue: '#803FA5',
|
|
2766
2739
|
usageGuidelines: {
|
|
2767
|
-
usage: 'The color for
|
|
2768
|
-
cssProperties: ['
|
|
2740
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2741
|
+
cssProperties: ['color']
|
|
2769
2742
|
}
|
|
2770
2743
|
}, {
|
|
2771
|
-
name: 'color.
|
|
2772
|
-
path: ['color', '
|
|
2773
|
-
description: '
|
|
2774
|
-
exampleValue: '#
|
|
2744
|
+
name: 'color.text.accent.purple.bolder',
|
|
2745
|
+
path: ['color', 'text', 'accent', 'purple', 'bolder'],
|
|
2746
|
+
description: 'Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color.',
|
|
2747
|
+
exampleValue: '#48245D',
|
|
2775
2748
|
usageGuidelines: {
|
|
2776
|
-
usage: 'The color for
|
|
2777
|
-
cssProperties: ['
|
|
2749
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2750
|
+
cssProperties: ['color']
|
|
2778
2751
|
}
|
|
2779
2752
|
}, {
|
|
2780
|
-
name: 'color.
|
|
2781
|
-
path: ['color', '
|
|
2782
|
-
description: '
|
|
2783
|
-
exampleValue: '#
|
|
2753
|
+
name: 'color.text.accent.magenta',
|
|
2754
|
+
path: ['color', 'text', 'accent', 'magenta', '[default]'],
|
|
2755
|
+
description: 'Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color.',
|
|
2756
|
+
exampleValue: '#943D73',
|
|
2784
2757
|
usageGuidelines: {
|
|
2785
|
-
usage: 'The color for
|
|
2786
|
-
cssProperties: ['
|
|
2758
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2759
|
+
cssProperties: ['color']
|
|
2787
2760
|
}
|
|
2788
2761
|
}, {
|
|
2789
|
-
name: 'color.
|
|
2790
|
-
path: ['color', '
|
|
2791
|
-
description: '
|
|
2792
|
-
exampleValue: '#
|
|
2762
|
+
name: 'color.text.accent.magenta.bolder',
|
|
2763
|
+
path: ['color', 'text', 'accent', 'magenta', 'bolder'],
|
|
2764
|
+
description: 'Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color.',
|
|
2765
|
+
exampleValue: '#50253F',
|
|
2793
2766
|
usageGuidelines: {
|
|
2794
|
-
usage: 'The color for
|
|
2795
|
-
cssProperties: ['
|
|
2767
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2768
|
+
cssProperties: ['color']
|
|
2796
2769
|
}
|
|
2797
2770
|
}, {
|
|
2798
|
-
name: 'color.
|
|
2799
|
-
path: ['color', '
|
|
2800
|
-
description: '
|
|
2801
|
-
exampleValue: '#
|
|
2771
|
+
name: 'color.text.accent.gray',
|
|
2772
|
+
path: ['color', 'text', 'accent', 'gray', '[default]'],
|
|
2773
|
+
description: 'Use for text on non-bold gray accent backgrounds, such as colored tags.',
|
|
2774
|
+
exampleValue: '#505258',
|
|
2802
2775
|
usageGuidelines: {
|
|
2803
|
-
usage: 'The color for
|
|
2804
|
-
cssProperties: ['
|
|
2776
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2777
|
+
cssProperties: ['color']
|
|
2805
2778
|
}
|
|
2806
2779
|
}, {
|
|
2807
|
-
name: 'color.
|
|
2808
|
-
path: ['color', '
|
|
2809
|
-
description: '
|
|
2810
|
-
exampleValue: '#
|
|
2780
|
+
name: 'color.text.accent.gray.bolder',
|
|
2781
|
+
path: ['color', 'text', 'accent', 'gray', 'bolder'],
|
|
2782
|
+
description: 'Use for text and icons on gray subtle accent backgrounds.',
|
|
2783
|
+
exampleValue: '#1E1F21',
|
|
2811
2784
|
usageGuidelines: {
|
|
2812
|
-
usage: 'The color for
|
|
2813
|
-
cssProperties: ['
|
|
2785
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2786
|
+
cssProperties: ['color']
|
|
2814
2787
|
}
|
|
2815
2788
|
}, {
|
|
2816
|
-
name: 'color.
|
|
2817
|
-
path: ['color', '
|
|
2818
|
-
description: '
|
|
2819
|
-
exampleValue: '#
|
|
2789
|
+
name: 'color.text.disabled',
|
|
2790
|
+
path: ['color', 'text', 'disabled'],
|
|
2791
|
+
description: 'Use for text in a disabled state.',
|
|
2792
|
+
exampleValue: '#080F214A',
|
|
2820
2793
|
usageGuidelines: {
|
|
2821
|
-
usage: 'The color for
|
|
2822
|
-
cssProperties: ['
|
|
2794
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2795
|
+
cssProperties: ['color']
|
|
2823
2796
|
}
|
|
2824
2797
|
}, {
|
|
2825
|
-
name: 'color.
|
|
2826
|
-
path: ['color', '
|
|
2827
|
-
description: 'Use for
|
|
2828
|
-
exampleValue: '#
|
|
2798
|
+
name: 'color.text.inverse',
|
|
2799
|
+
path: ['color', 'text', 'inverse'],
|
|
2800
|
+
description: 'Use for text on bold backgrounds.',
|
|
2801
|
+
exampleValue: '#FFFFFF',
|
|
2829
2802
|
usageGuidelines: {
|
|
2830
|
-
usage: 'The color for
|
|
2831
|
-
cssProperties: ['
|
|
2803
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2804
|
+
cssProperties: ['color']
|
|
2832
2805
|
}
|
|
2833
2806
|
}, {
|
|
2834
|
-
name: 'color.
|
|
2835
|
-
path: ['color', '
|
|
2836
|
-
description: '
|
|
2837
|
-
exampleValue: '#
|
|
2807
|
+
name: 'color.text.selected',
|
|
2808
|
+
path: ['color', 'text', 'selected'],
|
|
2809
|
+
description: 'Use for text in selected or opened states, such as tabs and dropdown buttons.',
|
|
2810
|
+
exampleValue: '#1868DB',
|
|
2838
2811
|
usageGuidelines: {
|
|
2839
|
-
usage: 'The color for
|
|
2840
|
-
cssProperties: ['
|
|
2812
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2813
|
+
cssProperties: ['color']
|
|
2841
2814
|
}
|
|
2842
2815
|
}, {
|
|
2843
|
-
name: 'color.
|
|
2844
|
-
path: ['color', '
|
|
2845
|
-
description: '
|
|
2846
|
-
exampleValue: '#
|
|
2816
|
+
name: 'color.text.brand',
|
|
2817
|
+
path: ['color', 'text', 'brand'],
|
|
2818
|
+
description: 'Use for text that reinforces our brand.',
|
|
2819
|
+
exampleValue: '#1868DB',
|
|
2847
2820
|
usageGuidelines: {
|
|
2848
|
-
usage: 'The color for
|
|
2849
|
-
cssProperties: ['
|
|
2821
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2822
|
+
cssProperties: ['color']
|
|
2850
2823
|
}
|
|
2851
2824
|
}, {
|
|
2852
|
-
name: 'color.
|
|
2853
|
-
path: ['color', '
|
|
2854
|
-
description: 'Use for
|
|
2855
|
-
exampleValue: '#
|
|
2825
|
+
name: 'color.text.danger',
|
|
2826
|
+
path: ['color', 'text', 'danger', '[default]'],
|
|
2827
|
+
description: 'Use for critical text, such as input field error messaging.',
|
|
2828
|
+
exampleValue: '#AE2E24',
|
|
2856
2829
|
usageGuidelines: {
|
|
2857
|
-
usage: 'The color for
|
|
2858
|
-
cssProperties: ['
|
|
2830
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2831
|
+
cssProperties: ['color']
|
|
2859
2832
|
}
|
|
2860
2833
|
}, {
|
|
2861
|
-
name: 'color.
|
|
2862
|
-
path: ['color', '
|
|
2863
|
-
description: '
|
|
2864
|
-
exampleValue: '#
|
|
2834
|
+
name: 'color.text.danger.bolder',
|
|
2835
|
+
path: ['color', 'text', 'danger', 'bolder'],
|
|
2836
|
+
description: 'Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance.',
|
|
2837
|
+
exampleValue: '#5D1F1A',
|
|
2865
2838
|
usageGuidelines: {
|
|
2866
|
-
usage: 'The color for
|
|
2867
|
-
cssProperties: ['
|
|
2839
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2840
|
+
cssProperties: ['color']
|
|
2868
2841
|
}
|
|
2869
2842
|
}, {
|
|
2870
|
-
name: 'color.
|
|
2871
|
-
path: ['color', '
|
|
2872
|
-
description: '
|
|
2873
|
-
exampleValue: '#
|
|
2843
|
+
name: 'color.text.warning',
|
|
2844
|
+
path: ['color', 'text', 'warning', '[default]'],
|
|
2845
|
+
description: 'Use for text to emphasize caution, such as in moved lozenges.',
|
|
2846
|
+
exampleValue: '#9E4C00',
|
|
2874
2847
|
usageGuidelines: {
|
|
2875
|
-
usage: 'The color for
|
|
2876
|
-
cssProperties: ['
|
|
2848
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2849
|
+
cssProperties: ['color']
|
|
2877
2850
|
}
|
|
2878
2851
|
}, {
|
|
2879
|
-
name: 'color.
|
|
2880
|
-
path: ['color', '
|
|
2881
|
-
description: '
|
|
2882
|
-
exampleValue: '#
|
|
2852
|
+
name: 'color.text.warning.inverse',
|
|
2853
|
+
path: ['color', 'text', 'warning', 'inverse'],
|
|
2854
|
+
description: 'Use for text when on bold warning backgrounds.',
|
|
2855
|
+
exampleValue: '#292A2E',
|
|
2883
2856
|
usageGuidelines: {
|
|
2884
|
-
usage: 'The color for
|
|
2885
|
-
cssProperties: ['
|
|
2857
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2858
|
+
cssProperties: ['color']
|
|
2886
2859
|
}
|
|
2887
2860
|
}, {
|
|
2888
|
-
name: 'color.
|
|
2889
|
-
path: ['color', '
|
|
2890
|
-
description: '
|
|
2891
|
-
exampleValue: '#
|
|
2861
|
+
name: 'color.text.warning.bolder',
|
|
2862
|
+
path: ['color', 'text', 'warning', 'bolder'],
|
|
2863
|
+
description: 'Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance.',
|
|
2864
|
+
exampleValue: '#693200',
|
|
2892
2865
|
usageGuidelines: {
|
|
2893
|
-
usage: 'The color for
|
|
2894
|
-
cssProperties: ['
|
|
2866
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2867
|
+
cssProperties: ['color']
|
|
2895
2868
|
}
|
|
2896
2869
|
}, {
|
|
2897
|
-
name: 'color.
|
|
2898
|
-
path: ['color', '
|
|
2899
|
-
description: '
|
|
2900
|
-
exampleValue: '#
|
|
2870
|
+
name: 'color.text.success',
|
|
2871
|
+
path: ['color', 'text', 'success', '[default]'],
|
|
2872
|
+
description: 'Use for text to communicate a favorable outcome, such as input field success messaging.',
|
|
2873
|
+
exampleValue: '#4C6B1F',
|
|
2901
2874
|
usageGuidelines: {
|
|
2902
|
-
usage: 'The color for
|
|
2903
|
-
cssProperties: ['
|
|
2875
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2876
|
+
cssProperties: ['color']
|
|
2904
2877
|
}
|
|
2905
2878
|
}, {
|
|
2906
|
-
name: 'color.
|
|
2907
|
-
path: ['color', '
|
|
2908
|
-
description: '
|
|
2909
|
-
exampleValue: '#
|
|
2879
|
+
name: 'color.text.success.bolder',
|
|
2880
|
+
path: ['color', 'text', 'success', 'bolder'],
|
|
2881
|
+
description: 'Use for text on top of success semantic labels to ensure accessibility and desired visual appearance.',
|
|
2882
|
+
exampleValue: '#37471F',
|
|
2910
2883
|
usageGuidelines: {
|
|
2911
|
-
usage: 'The color for
|
|
2912
|
-
cssProperties: ['
|
|
2884
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2885
|
+
cssProperties: ['color']
|
|
2913
2886
|
}
|
|
2914
2887
|
}, {
|
|
2915
|
-
name: 'color.
|
|
2916
|
-
path: ['color', '
|
|
2917
|
-
description: 'Use for
|
|
2918
|
-
exampleValue: '#
|
|
2888
|
+
name: 'color.text.discovery',
|
|
2889
|
+
path: ['color', 'text', 'discovery', '[default]'],
|
|
2890
|
+
description: 'Use for text to emphasize change or something new, such as in new lozenges.',
|
|
2891
|
+
exampleValue: '#803FA5',
|
|
2919
2892
|
usageGuidelines: {
|
|
2920
|
-
usage: 'The color for
|
|
2921
|
-
cssProperties: ['
|
|
2893
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2894
|
+
cssProperties: ['color']
|
|
2922
2895
|
}
|
|
2923
2896
|
}, {
|
|
2924
|
-
name: 'color.
|
|
2925
|
-
path: ['color', '
|
|
2926
|
-
description: '
|
|
2927
|
-
exampleValue: '#
|
|
2897
|
+
name: 'color.text.discovery.bolder',
|
|
2898
|
+
path: ['color', 'text', 'discovery', 'bolder'],
|
|
2899
|
+
description: 'Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance.',
|
|
2900
|
+
exampleValue: '#48245D',
|
|
2928
2901
|
usageGuidelines: {
|
|
2929
|
-
usage: 'The color for
|
|
2930
|
-
cssProperties: ['
|
|
2902
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2903
|
+
cssProperties: ['color']
|
|
2931
2904
|
}
|
|
2932
2905
|
}, {
|
|
2933
|
-
name: 'color.
|
|
2934
|
-
path: ['color', '
|
|
2935
|
-
description: '
|
|
2936
|
-
exampleValue: '#
|
|
2906
|
+
name: 'color.text.information',
|
|
2907
|
+
path: ['color', 'text', 'information', '[default]'],
|
|
2908
|
+
description: 'Use for informative text or to communicate something is in progress, such as in-progress lozenges.',
|
|
2909
|
+
exampleValue: '#1558BC',
|
|
2937
2910
|
usageGuidelines: {
|
|
2938
|
-
usage: 'The color for
|
|
2939
|
-
cssProperties: ['
|
|
2911
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2912
|
+
cssProperties: ['color']
|
|
2940
2913
|
}
|
|
2941
2914
|
}, {
|
|
2942
|
-
name: 'color.
|
|
2943
|
-
path: ['color', '
|
|
2944
|
-
description: 'Use for
|
|
2945
|
-
exampleValue: '#
|
|
2915
|
+
name: 'color.text.information.bolder',
|
|
2916
|
+
path: ['color', 'text', 'information', 'bolder'],
|
|
2917
|
+
description: 'Use for text on top of information semantic labels to ensure accessibility and desired visual appearance.',
|
|
2918
|
+
exampleValue: '#123263',
|
|
2946
2919
|
usageGuidelines: {
|
|
2947
|
-
usage: 'The color for
|
|
2948
|
-
cssProperties: ['
|
|
2920
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2921
|
+
cssProperties: ['color']
|
|
2949
2922
|
}
|
|
2950
2923
|
}, {
|
|
2951
|
-
name: 'color.
|
|
2952
|
-
path: ['color', '
|
|
2953
|
-
description: '
|
|
2954
|
-
exampleValue: '#
|
|
2924
|
+
name: 'color.text.subtlest',
|
|
2925
|
+
path: ['color', 'text', 'subtlest'],
|
|
2926
|
+
description: 'Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.',
|
|
2927
|
+
exampleValue: '#6B6E76',
|
|
2955
2928
|
usageGuidelines: {
|
|
2956
|
-
usage: 'The color for
|
|
2957
|
-
cssProperties: ['
|
|
2929
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2930
|
+
cssProperties: ['color']
|
|
2958
2931
|
}
|
|
2959
2932
|
}, {
|
|
2960
|
-
name: 'color.
|
|
2961
|
-
path: ['color', '
|
|
2962
|
-
description: '
|
|
2963
|
-
exampleValue: '#
|
|
2933
|
+
name: 'color.text.subtle',
|
|
2934
|
+
path: ['color', 'text', 'subtle'],
|
|
2935
|
+
description: 'Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings.',
|
|
2936
|
+
exampleValue: '#505258',
|
|
2964
2937
|
usageGuidelines: {
|
|
2965
|
-
usage: 'The color for
|
|
2966
|
-
cssProperties: ['
|
|
2938
|
+
usage: 'The color for standard text. Use for primary, readable text in most user interface situations (e.g. color.text, color.text.subtle)',
|
|
2939
|
+
cssProperties: ['color']
|
|
2967
2940
|
}
|
|
2968
2941
|
}, {
|
|
2969
|
-
name: 'color.
|
|
2970
|
-
path: ['color', '
|
|
2971
|
-
description: '
|
|
2972
|
-
exampleValue: '#
|
|
2942
|
+
name: 'color.icon',
|
|
2943
|
+
path: ['color', 'icon', '[default]'],
|
|
2944
|
+
description: 'Use for icon-only buttons, or icons paired with color.text',
|
|
2945
|
+
exampleValue: '#292A2E',
|
|
2973
2946
|
usageGuidelines: {
|
|
2974
|
-
usage: 'The color for
|
|
2975
|
-
cssProperties: ['
|
|
2947
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
2948
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
2976
2949
|
}
|
|
2977
2950
|
}, {
|
|
2978
|
-
name: 'color.
|
|
2979
|
-
path: ['color', '
|
|
2980
|
-
description: '
|
|
2981
|
-
exampleValue: '#
|
|
2951
|
+
name: 'color.icon.accent.lime',
|
|
2952
|
+
path: ['color', 'icon', 'accent', 'lime'],
|
|
2953
|
+
description: 'Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
2954
|
+
exampleValue: '#6A9A23',
|
|
2982
2955
|
usageGuidelines: {
|
|
2983
|
-
usage: 'The color for
|
|
2984
|
-
cssProperties: ['
|
|
2956
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
2957
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
2985
2958
|
}
|
|
2986
2959
|
}, {
|
|
2987
|
-
name: 'color.
|
|
2988
|
-
path: ['color', '
|
|
2989
|
-
description: '
|
|
2990
|
-
exampleValue: '#
|
|
2960
|
+
name: 'color.icon.accent.red',
|
|
2961
|
+
path: ['color', 'icon', 'accent', 'red'],
|
|
2962
|
+
description: 'Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
2963
|
+
exampleValue: '#C9372C',
|
|
2991
2964
|
usageGuidelines: {
|
|
2992
|
-
usage: 'The color for
|
|
2993
|
-
cssProperties: ['
|
|
2965
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
2966
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
2994
2967
|
}
|
|
2995
2968
|
}, {
|
|
2996
|
-
name: 'color.
|
|
2997
|
-
path: ['color', '
|
|
2998
|
-
description: '
|
|
2999
|
-
exampleValue: '#
|
|
2969
|
+
name: 'color.icon.accent.orange',
|
|
2970
|
+
path: ['color', 'icon', 'accent', 'orange'],
|
|
2971
|
+
description: 'Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
2972
|
+
exampleValue: '#E06C00',
|
|
3000
2973
|
usageGuidelines: {
|
|
3001
|
-
usage: 'The color for
|
|
3002
|
-
cssProperties: ['
|
|
2974
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
2975
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3003
2976
|
}
|
|
3004
2977
|
}, {
|
|
3005
|
-
name: 'color.
|
|
3006
|
-
path: ['color', '
|
|
3007
|
-
description: 'Use for backgrounds
|
|
3008
|
-
exampleValue: '#
|
|
2978
|
+
name: 'color.icon.accent.yellow',
|
|
2979
|
+
path: ['color', 'icon', 'accent', 'yellow'],
|
|
2980
|
+
description: 'Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
2981
|
+
exampleValue: '#B38600',
|
|
3009
2982
|
usageGuidelines: {
|
|
3010
|
-
usage: 'The color for
|
|
3011
|
-
cssProperties: ['
|
|
2983
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
2984
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3012
2985
|
}
|
|
3013
2986
|
}, {
|
|
3014
|
-
name: 'color.
|
|
3015
|
-
path: ['color', '
|
|
3016
|
-
description: '
|
|
3017
|
-
exampleValue: '#
|
|
2987
|
+
name: 'color.icon.accent.green',
|
|
2988
|
+
path: ['color', 'icon', 'accent', 'green'],
|
|
2989
|
+
description: 'Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
2990
|
+
exampleValue: '#22A06B',
|
|
3018
2991
|
usageGuidelines: {
|
|
3019
|
-
usage: 'The color for
|
|
3020
|
-
cssProperties: ['
|
|
2992
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
2993
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3021
2994
|
}
|
|
3022
2995
|
}, {
|
|
3023
|
-
name: 'color.
|
|
3024
|
-
path: ['color', '
|
|
3025
|
-
description: '
|
|
3026
|
-
exampleValue: '#
|
|
2996
|
+
name: 'color.icon.accent.teal',
|
|
2997
|
+
path: ['color', 'icon', 'accent', 'teal'],
|
|
2998
|
+
description: 'Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
2999
|
+
exampleValue: '#2898BD',
|
|
3027
3000
|
usageGuidelines: {
|
|
3028
|
-
usage: 'The color for
|
|
3029
|
-
cssProperties: ['
|
|
3001
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3002
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3030
3003
|
}
|
|
3031
3004
|
}, {
|
|
3032
|
-
name: 'color.
|
|
3033
|
-
path: ['color', '
|
|
3034
|
-
description: 'Use for backgrounds
|
|
3035
|
-
exampleValue: '#
|
|
3005
|
+
name: 'color.icon.accent.blue',
|
|
3006
|
+
path: ['color', 'icon', 'accent', 'blue'],
|
|
3007
|
+
description: 'Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
3008
|
+
exampleValue: '#357DE8',
|
|
3036
3009
|
usageGuidelines: {
|
|
3037
|
-
usage: 'The color for
|
|
3038
|
-
cssProperties: ['
|
|
3010
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3011
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3039
3012
|
}
|
|
3040
3013
|
}, {
|
|
3041
|
-
name: 'color.
|
|
3042
|
-
path: ['color', '
|
|
3043
|
-
description: '
|
|
3044
|
-
exampleValue: '#
|
|
3014
|
+
name: 'color.icon.accent.purple',
|
|
3015
|
+
path: ['color', 'icon', 'accent', 'purple'],
|
|
3016
|
+
description: 'Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
3017
|
+
exampleValue: '#AF59E1',
|
|
3045
3018
|
usageGuidelines: {
|
|
3046
|
-
usage: 'The color for
|
|
3047
|
-
cssProperties: ['
|
|
3019
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3020
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3048
3021
|
}
|
|
3049
3022
|
}, {
|
|
3050
|
-
name: 'color.
|
|
3051
|
-
path: ['color', '
|
|
3052
|
-
description: '
|
|
3053
|
-
exampleValue: '#
|
|
3023
|
+
name: 'color.icon.accent.magenta',
|
|
3024
|
+
path: ['color', 'icon', 'accent', 'magenta'],
|
|
3025
|
+
description: 'Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
3026
|
+
exampleValue: '#CD519D',
|
|
3054
3027
|
usageGuidelines: {
|
|
3055
|
-
usage: 'The color for
|
|
3056
|
-
cssProperties: ['
|
|
3028
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3029
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3057
3030
|
}
|
|
3058
3031
|
}, {
|
|
3059
|
-
name: 'color.
|
|
3060
|
-
path: ['color', '
|
|
3061
|
-
description: '
|
|
3062
|
-
exampleValue: '#
|
|
3032
|
+
name: 'color.icon.accent.gray',
|
|
3033
|
+
path: ['color', 'icon', 'accent', 'gray'],
|
|
3034
|
+
description: 'Use for icons on non-bold gray accent backgrounds, such as file type icons.',
|
|
3035
|
+
exampleValue: '#7D818A',
|
|
3063
3036
|
usageGuidelines: {
|
|
3064
|
-
usage: 'The color for
|
|
3065
|
-
cssProperties: ['
|
|
3037
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3038
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3066
3039
|
}
|
|
3067
3040
|
}, {
|
|
3068
|
-
name: 'color.
|
|
3069
|
-
path: ['color', '
|
|
3070
|
-
description: '
|
|
3071
|
-
exampleValue: '#
|
|
3041
|
+
name: 'color.icon.disabled',
|
|
3042
|
+
path: ['color', 'icon', 'disabled'],
|
|
3043
|
+
description: 'Use for icons in a disabled state.',
|
|
3044
|
+
exampleValue: '#080F214A',
|
|
3072
3045
|
usageGuidelines: {
|
|
3073
|
-
usage: 'The color for
|
|
3074
|
-
cssProperties: ['
|
|
3046
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3047
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3075
3048
|
}
|
|
3076
3049
|
}, {
|
|
3077
|
-
name: 'color.
|
|
3078
|
-
path: ['color', '
|
|
3079
|
-
description: '
|
|
3080
|
-
exampleValue: '#
|
|
3050
|
+
name: 'color.icon.inverse',
|
|
3051
|
+
path: ['color', 'icon', 'inverse'],
|
|
3052
|
+
description: 'Use for icons on bold backgrounds.',
|
|
3053
|
+
exampleValue: '#FFFFFF',
|
|
3081
3054
|
usageGuidelines: {
|
|
3082
|
-
usage: 'The color for
|
|
3083
|
-
cssProperties: ['
|
|
3055
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3056
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3084
3057
|
}
|
|
3085
3058
|
}, {
|
|
3086
|
-
name: 'color.
|
|
3087
|
-
path: ['color', '
|
|
3088
|
-
description: '
|
|
3089
|
-
exampleValue: '#
|
|
3059
|
+
name: 'color.icon.selected',
|
|
3060
|
+
path: ['color', 'icon', 'selected'],
|
|
3061
|
+
description: 'Use for icons in selected or opened states, such as those used in dropdown buttons.',
|
|
3062
|
+
exampleValue: '#1868DB',
|
|
3090
3063
|
usageGuidelines: {
|
|
3091
|
-
usage: 'The color for
|
|
3092
|
-
cssProperties: ['
|
|
3064
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3065
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3093
3066
|
}
|
|
3094
3067
|
}, {
|
|
3095
|
-
name: 'color.
|
|
3096
|
-
path: ['color', '
|
|
3097
|
-
description: 'Use for
|
|
3098
|
-
exampleValue: '#
|
|
3068
|
+
name: 'color.icon.brand',
|
|
3069
|
+
path: ['color', 'icon', 'brand'],
|
|
3070
|
+
description: 'Use for icons that reinforce our brand.',
|
|
3071
|
+
exampleValue: '#1868DB',
|
|
3099
3072
|
usageGuidelines: {
|
|
3100
|
-
usage: 'The color for
|
|
3101
|
-
cssProperties: ['
|
|
3073
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3074
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3102
3075
|
}
|
|
3103
3076
|
}, {
|
|
3104
|
-
name: 'color.
|
|
3105
|
-
path: ['color', '
|
|
3106
|
-
description: '
|
|
3107
|
-
exampleValue: '#
|
|
3077
|
+
name: 'color.icon.danger',
|
|
3078
|
+
path: ['color', 'icon', 'danger'],
|
|
3079
|
+
description: 'Use for icons communicating critical information, such as those used in error handing.',
|
|
3080
|
+
exampleValue: '#C9372C',
|
|
3108
3081
|
usageGuidelines: {
|
|
3109
|
-
usage: 'The color for
|
|
3110
|
-
cssProperties: ['
|
|
3082
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3083
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3111
3084
|
}
|
|
3112
3085
|
}, {
|
|
3113
|
-
name: 'color.
|
|
3114
|
-
path: ['color', '
|
|
3115
|
-
description: '
|
|
3116
|
-
exampleValue: '#
|
|
3086
|
+
name: 'color.icon.warning',
|
|
3087
|
+
path: ['color', 'icon', 'warning', '[default]'],
|
|
3088
|
+
description: 'Use for icons communicating caution, such as those used in warning section messages.',
|
|
3089
|
+
exampleValue: '#E06C00',
|
|
3117
3090
|
usageGuidelines: {
|
|
3118
|
-
usage: 'The color for
|
|
3119
|
-
cssProperties: ['
|
|
3091
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3092
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3120
3093
|
}
|
|
3121
3094
|
}, {
|
|
3122
|
-
name: 'color.
|
|
3123
|
-
path: ['color', '
|
|
3124
|
-
description: 'Use for
|
|
3125
|
-
exampleValue: '#
|
|
3095
|
+
name: 'color.icon.warning.inverse',
|
|
3096
|
+
path: ['color', 'icon', 'warning', 'inverse'],
|
|
3097
|
+
description: 'Use for icons when on bold warning backgrounds.',
|
|
3098
|
+
exampleValue: '#292A2E',
|
|
3126
3099
|
usageGuidelines: {
|
|
3127
|
-
usage: 'The color for
|
|
3128
|
-
cssProperties: ['
|
|
3100
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3101
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3129
3102
|
}
|
|
3130
3103
|
}, {
|
|
3131
|
-
name: 'color.
|
|
3132
|
-
path: ['color', '
|
|
3133
|
-
description: '
|
|
3134
|
-
exampleValue: '#
|
|
3104
|
+
name: 'color.icon.success',
|
|
3105
|
+
path: ['color', 'icon', 'success'],
|
|
3106
|
+
description: 'Use for icons communicating a favorable outcome, such as those used in success section messaged.',
|
|
3107
|
+
exampleValue: '#6A9A23',
|
|
3135
3108
|
usageGuidelines: {
|
|
3136
|
-
usage: 'The color for
|
|
3137
|
-
cssProperties: ['
|
|
3109
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3110
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3138
3111
|
}
|
|
3139
3112
|
}, {
|
|
3140
|
-
name: 'color.
|
|
3141
|
-
path: ['color', '
|
|
3142
|
-
description: '
|
|
3143
|
-
exampleValue: '#
|
|
3113
|
+
name: 'color.icon.discovery',
|
|
3114
|
+
path: ['color', 'icon', 'discovery'],
|
|
3115
|
+
description: 'Use for icons communicating change or something new, such as discovery section messages.',
|
|
3116
|
+
exampleValue: '#AF59E1',
|
|
3144
3117
|
usageGuidelines: {
|
|
3145
|
-
usage: 'The color for
|
|
3146
|
-
cssProperties: ['
|
|
3118
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3119
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3147
3120
|
}
|
|
3148
3121
|
}, {
|
|
3149
|
-
name: 'color.
|
|
3150
|
-
path: ['color', '
|
|
3151
|
-
description: '
|
|
3152
|
-
exampleValue: '#
|
|
3122
|
+
name: 'color.icon.information',
|
|
3123
|
+
path: ['color', 'icon', 'information'],
|
|
3124
|
+
description: 'Use for icons communicating information or something in-progress, such as information section messages.',
|
|
3125
|
+
exampleValue: '#357DE8',
|
|
3153
3126
|
usageGuidelines: {
|
|
3154
|
-
usage: 'The color for
|
|
3155
|
-
cssProperties: ['
|
|
3127
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3128
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3156
3129
|
}
|
|
3157
3130
|
}, {
|
|
3158
|
-
name: 'color.
|
|
3159
|
-
path: ['color', '
|
|
3160
|
-
description: '
|
|
3161
|
-
exampleValue: '#
|
|
3131
|
+
name: 'color.icon.subtlest',
|
|
3132
|
+
path: ['color', 'icon', 'subtlest'],
|
|
3133
|
+
description: 'Use for icons paired with color.text.subtlest',
|
|
3134
|
+
exampleValue: '#6B6E76',
|
|
3162
3135
|
usageGuidelines: {
|
|
3163
|
-
usage: 'The color for
|
|
3164
|
-
cssProperties: ['
|
|
3136
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3137
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3165
3138
|
}
|
|
3166
3139
|
}, {
|
|
3167
|
-
name: 'color.
|
|
3168
|
-
path: ['color', '
|
|
3169
|
-
description: '
|
|
3170
|
-
exampleValue: '#
|
|
3140
|
+
name: 'color.icon.subtle',
|
|
3141
|
+
path: ['color', 'icon', 'subtle'],
|
|
3142
|
+
description: 'Use for icons paired with color.text.subtle',
|
|
3143
|
+
exampleValue: '#505258',
|
|
3171
3144
|
usageGuidelines: {
|
|
3172
|
-
usage: 'The color for
|
|
3173
|
-
cssProperties: ['
|
|
3145
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
3146
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
3174
3147
|
}
|
|
3175
3148
|
}, {
|
|
3176
|
-
name: 'color.
|
|
3177
|
-
path: ['color', '
|
|
3178
|
-
description: '
|
|
3179
|
-
exampleValue: '#
|
|
3149
|
+
name: 'color.link',
|
|
3150
|
+
path: ['color', 'link', '[default]'],
|
|
3151
|
+
description: 'Use for links in a default or hovered state. Add an underline for hovered states.',
|
|
3152
|
+
exampleValue: '#1868DB',
|
|
3180
3153
|
usageGuidelines: {
|
|
3181
|
-
usage: 'The color for
|
|
3182
|
-
cssProperties: ['
|
|
3154
|
+
usage: 'The color for hyperlinks. Use for elements that are links to external resources or navigation (e.g. color.link)',
|
|
3155
|
+
cssProperties: ['color']
|
|
3183
3156
|
}
|
|
3184
3157
|
}, {
|
|
3185
|
-
name: 'color.
|
|
3186
|
-
path: ['color', '
|
|
3187
|
-
description: 'Use for
|
|
3188
|
-
exampleValue: '#
|
|
3158
|
+
name: 'color.link.pressed',
|
|
3159
|
+
path: ['color', 'link', 'pressed'],
|
|
3160
|
+
description: 'Use for links in a pressed state.',
|
|
3161
|
+
exampleValue: '#1558BC',
|
|
3189
3162
|
usageGuidelines: {
|
|
3190
|
-
usage: 'The color for
|
|
3191
|
-
cssProperties: ['
|
|
3163
|
+
usage: 'The color for hyperlinks. Use for elements that are links to external resources or navigation (e.g. color.link)',
|
|
3164
|
+
cssProperties: ['color']
|
|
3192
3165
|
}
|
|
3193
3166
|
}, {
|
|
3194
|
-
name: 'color.
|
|
3195
|
-
path: ['color', '
|
|
3196
|
-
description:
|
|
3197
|
-
exampleValue: '#
|
|
3167
|
+
name: 'color.link.visited',
|
|
3168
|
+
path: ['color', 'link', 'visited', '[default]'],
|
|
3169
|
+
description: 'Use for visited links.',
|
|
3170
|
+
exampleValue: '#803FA5',
|
|
3198
3171
|
usageGuidelines: {
|
|
3199
|
-
usage: 'The color for
|
|
3200
|
-
cssProperties: ['
|
|
3172
|
+
usage: 'The color for hyperlinks. Use for elements that are links to external resources or navigation (e.g. color.link)',
|
|
3173
|
+
cssProperties: ['color']
|
|
3201
3174
|
}
|
|
3202
3175
|
}, {
|
|
3203
|
-
name: 'color.
|
|
3204
|
-
path: ['color', '
|
|
3205
|
-
description:
|
|
3206
|
-
exampleValue: '#
|
|
3176
|
+
name: 'color.link.visited.pressed',
|
|
3177
|
+
path: ['color', 'link', 'visited', 'pressed'],
|
|
3178
|
+
description: 'Use for visited links in a pressed state.',
|
|
3179
|
+
exampleValue: '#48245D',
|
|
3207
3180
|
usageGuidelines: {
|
|
3208
|
-
usage: 'The color for
|
|
3209
|
-
cssProperties: ['
|
|
3181
|
+
usage: 'The color for hyperlinks. Use for elements that are links to external resources or navigation (e.g. color.link)',
|
|
3182
|
+
cssProperties: ['color']
|
|
3210
3183
|
}
|
|
3211
3184
|
}, {
|
|
3212
3185
|
name: 'color.interaction.hovered',
|
|
@@ -3244,6 +3217,33 @@ var tokens = exports.tokens = [{
|
|
|
3244
3217
|
usage: 'The color for skeleton/loading placeholders (e.g. color.skeleton)',
|
|
3245
3218
|
cssProperties: ['background-color']
|
|
3246
3219
|
}
|
|
3220
|
+
}, {
|
|
3221
|
+
name: 'color.blanket',
|
|
3222
|
+
path: ['color', 'blanket', '[default]'],
|
|
3223
|
+
description: 'Use for the screen overlay that appears with modal dialogs',
|
|
3224
|
+
exampleValue: '#050C1F75',
|
|
3225
|
+
usageGuidelines: {
|
|
3226
|
+
usage: 'The color for overlay "blankets" such as modals/dimmers/overlays (e.g. color.blanket)',
|
|
3227
|
+
cssProperties: ['background-color']
|
|
3228
|
+
}
|
|
3229
|
+
}, {
|
|
3230
|
+
name: 'color.blanket.selected',
|
|
3231
|
+
path: ['color', 'blanket', 'selected'],
|
|
3232
|
+
description: "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements",
|
|
3233
|
+
exampleValue: '#388BFF14',
|
|
3234
|
+
usageGuidelines: {
|
|
3235
|
+
usage: 'The color for overlay "blankets" such as modals/dimmers/overlays (e.g. color.blanket)',
|
|
3236
|
+
cssProperties: ['background-color']
|
|
3237
|
+
}
|
|
3238
|
+
}, {
|
|
3239
|
+
name: 'color.blanket.danger',
|
|
3240
|
+
path: ['color', 'blanket', 'danger'],
|
|
3241
|
+
description: "Use as an overlay to communicate danger states when a simple background color change isn't possible, such as deletion of Editor block elements",
|
|
3242
|
+
exampleValue: '#EF5C4814',
|
|
3243
|
+
usageGuidelines: {
|
|
3244
|
+
usage: 'The color for overlay "blankets" such as modals/dimmers/overlays (e.g. color.blanket)',
|
|
3245
|
+
cssProperties: ['background-color']
|
|
3246
|
+
}
|
|
3247
3247
|
}, {
|
|
3248
3248
|
name: 'color.chart.categorical.1',
|
|
3249
3249
|
path: ['color', 'chart', 'categorical', '1', '[default]'],
|
|
@@ -4144,6 +4144,105 @@ var tokens = exports.tokens = [{
|
|
|
4144
4144
|
usage: 'The color for chart and data visualization elements (e.g. color.chart)',
|
|
4145
4145
|
cssProperties: ['fill', 'stroke', 'background-color', 'color']
|
|
4146
4146
|
}
|
|
4147
|
+
}, {
|
|
4148
|
+
name: 'color.rovo.background.brand.bold',
|
|
4149
|
+
path: ['color', 'rovo', 'background', 'brand', 'bold', '[default]'],
|
|
4150
|
+
description: 'Background color for Rovo brand emphasis.',
|
|
4151
|
+
exampleValue: '#000000',
|
|
4152
|
+
usageGuidelines: {
|
|
4153
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
4154
|
+
cssProperties: ['background-color']
|
|
4155
|
+
}
|
|
4156
|
+
}, {
|
|
4157
|
+
name: 'color.rovo.background.brand.bold.hovered',
|
|
4158
|
+
path: ['color', 'rovo', 'background', 'brand', 'bold', 'hovered'],
|
|
4159
|
+
description: 'Hovered state of color.rovo.background.brand.bold.',
|
|
4160
|
+
exampleValue: '#1E1F21',
|
|
4161
|
+
usageGuidelines: {
|
|
4162
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
4163
|
+
cssProperties: ['background-color']
|
|
4164
|
+
}
|
|
4165
|
+
}, {
|
|
4166
|
+
name: 'color.rovo.background.brand.bold.pressed',
|
|
4167
|
+
path: ['color', 'rovo', 'background', 'brand', 'bold', 'pressed'],
|
|
4168
|
+
description: 'Pressed state of color.rovo.background.brand.bold.',
|
|
4169
|
+
exampleValue: '#292A2E',
|
|
4170
|
+
usageGuidelines: {
|
|
4171
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
4172
|
+
cssProperties: ['background-color']
|
|
4173
|
+
}
|
|
4174
|
+
}, {
|
|
4175
|
+
name: 'color.rovo.border.lime',
|
|
4176
|
+
path: ['color', 'rovo', 'border', 'lime'],
|
|
4177
|
+
description: 'Use for Rovo lime borders.',
|
|
4178
|
+
exampleValue: '#6A9A23',
|
|
4179
|
+
usageGuidelines: {
|
|
4180
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
4181
|
+
cssProperties: ['border-color', 'outline-color']
|
|
4182
|
+
}
|
|
4183
|
+
}, {
|
|
4184
|
+
name: 'color.rovo.border.saffron',
|
|
4185
|
+
path: ['color', 'rovo', 'border', 'saffron'],
|
|
4186
|
+
description: 'Use for Rovo saffron borders.',
|
|
4187
|
+
exampleValue: '#FCA700',
|
|
4188
|
+
usageGuidelines: {
|
|
4189
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
4190
|
+
cssProperties: ['border-color', 'outline-color']
|
|
4191
|
+
}
|
|
4192
|
+
}, {
|
|
4193
|
+
name: 'color.rovo.border.blue',
|
|
4194
|
+
path: ['color', 'rovo', 'border', 'blue'],
|
|
4195
|
+
description: 'Use for Rovo blue borders.',
|
|
4196
|
+
exampleValue: '#1868DB',
|
|
4197
|
+
usageGuidelines: {
|
|
4198
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
4199
|
+
cssProperties: ['border-color', 'outline-color']
|
|
4200
|
+
}
|
|
4201
|
+
}, {
|
|
4202
|
+
name: 'color.rovo.border.purple',
|
|
4203
|
+
path: ['color', 'rovo', 'border', 'purple'],
|
|
4204
|
+
description: 'Use for Rovo purple borders.',
|
|
4205
|
+
exampleValue: '#AF59E1',
|
|
4206
|
+
usageGuidelines: {
|
|
4207
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
4208
|
+
cssProperties: ['border-color', 'outline-color']
|
|
4209
|
+
}
|
|
4210
|
+
}, {
|
|
4211
|
+
name: 'color.rovo.icon.lime',
|
|
4212
|
+
path: ['color', 'rovo', 'icon', 'lime'],
|
|
4213
|
+
description: 'Use for Rovo lime icons.',
|
|
4214
|
+
exampleValue: '#6A9A23',
|
|
4215
|
+
usageGuidelines: {
|
|
4216
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
4217
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
4218
|
+
}
|
|
4219
|
+
}, {
|
|
4220
|
+
name: 'color.rovo.icon.saffron',
|
|
4221
|
+
path: ['color', 'rovo', 'icon', 'saffron'],
|
|
4222
|
+
description: 'Use for Rovo saffron icons.',
|
|
4223
|
+
exampleValue: '#FCA700',
|
|
4224
|
+
usageGuidelines: {
|
|
4225
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
4226
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
4227
|
+
}
|
|
4228
|
+
}, {
|
|
4229
|
+
name: 'color.rovo.icon.blue',
|
|
4230
|
+
path: ['color', 'rovo', 'icon', 'blue'],
|
|
4231
|
+
description: 'Use for Rovo blue icons.',
|
|
4232
|
+
exampleValue: '#1868DB',
|
|
4233
|
+
usageGuidelines: {
|
|
4234
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
4235
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
4236
|
+
}
|
|
4237
|
+
}, {
|
|
4238
|
+
name: 'color.rovo.icon.purple',
|
|
4239
|
+
path: ['color', 'rovo', 'icon', 'purple'],
|
|
4240
|
+
description: 'Use for Rovo purple icons.',
|
|
4241
|
+
exampleValue: '#AF59E1',
|
|
4242
|
+
usageGuidelines: {
|
|
4243
|
+
usage: 'The color for icons. Use for graphical icon elements (e.g. color.icon.brand)',
|
|
4244
|
+
cssProperties: ['color', 'fill', 'stroke']
|
|
4245
|
+
}
|
|
4147
4246
|
}, {
|
|
4148
4247
|
name: 'elevation.surface',
|
|
4149
4248
|
path: ['elevation', 'surface', '[default]', '[default]'],
|