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