@atlaskit/tokens 13.1.1 → 13.3.0

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