@atlaskit/tokens 13.1.1 → 13.3.0

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