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