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