@atlaskit/tokens 13.2.0 → 13.3.1

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