|
14 | 14 | --color-shades-brand-999: #2b030a; |
15 | 15 | --color-shades-brand-000: #ffffff; /** This token has a dark color on Varsom */ |
16 | 16 | --color-shades-brand-050: #ff8083; |
| 17 | + --color-shades-accent-100: #ff999b; |
| 18 | + --color-shades-accent-200: #ff7075; |
| 19 | + --color-shades-accent-300: #ff4754; |
| 20 | + --color-shades-accent-400: #ee2b41; |
| 21 | + --color-shades-accent-500: #c6102e; |
| 22 | + --color-shades-accent-600: #9c1128; |
| 23 | + --color-shades-accent-700: #821729; |
| 24 | + --color-shades-accent-800: #621825; |
| 25 | + --color-shades-accent-900: #45171f; |
| 26 | + --color-shades-accent-000: #ffb2b4; |
17 | 27 | --color-shades-grey-100: #efeff1; |
18 | 28 | --color-shades-grey-150: #e4e5e7; |
19 | 29 | --color-shades-grey-200: #c9cbcf; |
|
24 | 34 | --color-shades-grey-700: #484c51; |
25 | 35 | --color-shades-grey-800: #3c3f44; |
26 | 36 | --color-shades-grey-850: #292b2e; |
27 | | - --color-shades-grey-900: #1b1c1e; |
28 | | - --color-shades-grey-950: #0c0d0e; |
29 | | - --color-shades-grey-999: #050505; |
| 37 | + --color-shades-grey-900: #222325; |
| 38 | + --color-shades-grey-950: #171a1c; |
| 39 | + --color-shades-grey-999: #141414; |
30 | 40 | --color-shades-grey-000: #ffffff; |
31 | 41 | --color-shades-grey-050: #f7f7f8; |
32 | 42 | --color-shades-data-color-a-100: #ff858d; |
|
120 | 130 | --color-shades-functional-yellow-800: #bf9722; |
121 | 131 | --color-shades-functional-yellow-850: #b08c21; |
122 | 132 | --color-shades-functional-yellow-900: #a88324; |
123 | | - --color-shades-functional-yellow-950: #836721; |
| 133 | + --color-shades-functional-yellow-950: #977726; |
124 | 134 | --color-shades-functional-yellow-999: #7a5f29; |
125 | 135 | --color-shades-functional-yellow-000: #fff9e9; |
126 | 136 | --color-shades-functional-yellow-050: #fff5d9; |
|
243 | 253 | --color-brand-background-secondary: var(--color-shades-brand-400); |
244 | 254 | --color-brand-background-tertiary: var(--color-shades-brand-150); |
245 | 255 | --color-brand-background-quaternary: var(--color-shades-brand-700); |
246 | | - --color-brand-foreground-primary: var(--color-shades-brand-500); |
| 256 | + --color-brand-foreground-primary: var(--color-shades-accent-500); |
| 257 | + --color-brand-foreground-secondary: var(--color-shades-accent-700); /** was 500 */ |
247 | 258 | --color-brand-foreground-primary-on-bg: var(--color-shades-brand-000); |
248 | | - --color-brand-foreground-secondary: var(--color-shades-brand-700); /** was 500 */ |
249 | 259 | --color-brand-foreground-secondary-on-bg: var(--color-shades-brand-999); |
250 | | - --color-brand-foreground-tertiary-on-bg: var(--color-shades-brand-200); |
| 260 | + --color-brand-foreground-tertiary-on-bg: var(--color-shades-accent-400); |
251 | 261 | --color-brand-border-primary: var(--color-shades-brand-500); |
252 | 262 | --color-brand-border-secondary: var(--color-shades-brand-600); |
253 | 263 | --color-brand-border-tertiary: var(--color-shades-brand-700); |
|
658 | 668 | --color-shades-brand-999: #2b030a; |
659 | 669 | --color-shades-brand-000: #ffffff; /** This token has a dark color on Varsom */ |
660 | 670 | --color-shades-brand-050: #ff8083; |
| 671 | + --color-shades-accent-100: #ff999b; |
| 672 | + --color-shades-accent-200: #ff7075; |
| 673 | + --color-shades-accent-300: #ff4754; |
| 674 | + --color-shades-accent-400: #ee2b41; |
| 675 | + --color-shades-accent-500: #c6102e; |
| 676 | + --color-shades-accent-600: #9c1128; |
| 677 | + --color-shades-accent-700: #821729; |
| 678 | + --color-shades-accent-800: #621825; |
| 679 | + --color-shades-accent-900: #45171f; |
| 680 | + --color-shades-accent-000: #ffb2b4; |
661 | 681 | --color-shades-grey-100: #efeff1; |
662 | 682 | --color-shades-grey-150: #e4e5e7; |
663 | 683 | --color-shades-grey-200: #c9cbcf; |
|
668 | 688 | --color-shades-grey-700: #484c51; |
669 | 689 | --color-shades-grey-800: #3c3f44; |
670 | 690 | --color-shades-grey-850: #292b2e; |
671 | | - --color-shades-grey-900: #1b1c1e; |
672 | | - --color-shades-grey-950: #0c0d0e; |
673 | | - --color-shades-grey-999: #050505; |
| 691 | + --color-shades-grey-900: #222325; |
| 692 | + --color-shades-grey-950: #171a1c; |
| 693 | + --color-shades-grey-999: #141414; |
674 | 694 | --color-shades-grey-000: #ffffff; |
675 | 695 | --color-shades-grey-050: #f7f7f8; |
676 | 696 | --color-shades-data-color-a-100: #ff858d; |
|
764 | 784 | --color-shades-functional-yellow-800: #bf9722; |
765 | 785 | --color-shades-functional-yellow-850: #b08c21; |
766 | 786 | --color-shades-functional-yellow-900: #a88324; |
767 | | - --color-shades-functional-yellow-950: #836721; |
| 787 | + --color-shades-functional-yellow-950: #977726; |
768 | 788 | --color-shades-functional-yellow-999: #7a5f29; |
769 | 789 | --color-shades-functional-yellow-000: #fff9e9; |
770 | 790 | --color-shades-functional-yellow-050: #fff5d9; |
|
887 | 907 | --color-brand-background-secondary: var(--color-shades-brand-250); |
888 | 908 | --color-brand-background-tertiary: var(--color-shades-brand-800); |
889 | 909 | --color-brand-background-quaternary: var(--color-shades-brand-200); |
890 | | - --color-brand-foreground-primary: var(--color-shades-brand-150); |
891 | | - --color-brand-foreground-secondary: var(--color-shades-brand-250); /** was 300 */ |
| 910 | + --color-brand-foreground-primary: var(--color-shades-accent-200); |
| 911 | + --color-brand-foreground-secondary: var(--color-shades-accent-300); /** was 300 */ |
892 | 912 | --color-brand-foreground-primary-on-bg: var(--color-shades-brand-000); |
893 | 913 | --color-brand-foreground-secondary-on-bg: var(--color-shades-grey-000); |
894 | | - --color-brand-foreground-tertiary-on-bg: var(--color-shades-brand-200); |
| 914 | + --color-brand-foreground-tertiary-on-bg: var(--color-shades-accent-400); |
895 | 915 | --color-brand-border-primary: var(--color-shades-brand-100); |
896 | 916 | --color-brand-border-secondary: var(--color-shades-brand-200); |
897 | 917 | --color-brand-border-tertiary: var(--color-shades-brand-300); /** was 300 */ |
|
0 commit comments