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