|
2 | 2 | font-family: 'Roboto', sans-serif;
|
3 | 3 |
|
4 | 4 | /* ----- STATES ----- */
|
5 |
| - --uui-color-selected: #2152a3; |
6 |
| - --uui-color-selected-emphasis: #3265b8; |
7 |
| - --uui-color-selected-standalone: #184792; |
| 5 | + --uui-color-selected: var(--uui-palette-violet-blue); |
| 6 | + --uui-color-selected-emphasis: var(--uui-palette-violet-blue-light); |
| 7 | + --uui-color-selected-standalone: var(--uui-palette-violet-blue-dark); |
8 | 8 | --uui-color-selected-contrast: #fff;
|
9 | 9 |
|
10 |
| - --uui-color-current: #fdd0cc; |
11 |
| - --uui-color-current-emphasis: #ffddda; |
12 |
| - --uui-color-current-standalone: #e7aea9; |
13 |
| - --uui-color-current-contrast: #1b264f; |
| 10 | + --uui-color-current: var(--uui-palette-spanish-pink); |
| 11 | + --uui-color-current-emphasis: var(--uui-palette-spanish-pink-light); |
| 12 | + --uui-color-current-standalone: var(--uui-palette-spanish-pink-dark); |
| 13 | + --uui-color-current-contrast: var(--uui-palette-space-cadet); |
14 | 14 |
|
15 |
| - --uui-color-disabled: #f5f5f5; |
16 |
| - --uui-color-disabled-standalone: #dfdfdf; |
17 |
| - --uui-color-disabled-contrast: #b3b3b3; |
| 15 | + --uui-color-disabled: var(--uui-palette-sand); |
| 16 | + --uui-color-disabled-standalone: var(--uui-palette-sand-dark); |
| 17 | + --uui-color-disabled-contrast: var(--uui-palette-grey); |
18 | 18 |
|
19 | 19 | /* ----- UNIVERSAL ----- */
|
20 |
| - --uui-color-header-surface: #1b264f; |
| 20 | + --uui-color-header-surface: var(--uui-palette-space-cadet); |
21 | 21 | --uui-color-header-contrast: rgba(255, 255, 255, 0.8);
|
22 |
| - --uui-color-header-contrast-emphasis: white; |
| 22 | + --uui-color-header-contrast-emphasis: #fff; |
23 | 23 |
|
24 |
| - --uui-color-focus: #2294ff; |
| 24 | + --uui-color-focus: var(--uui-palette-malibu); |
25 | 25 |
|
26 | 26 | /* ----- SURFACE ----- */
|
27 | 27 | --uui-color-surface: #fff;
|
28 |
| - --uui-color-surface-alt: #eeeeee; |
29 |
| - --uui-color-surface-emphasis: #f5f5f5; |
| 28 | + --uui-color-surface-alt: var(--uui-palette-sand); |
| 29 | + --uui-color-surface-emphasis: var(--uui-palette-white-dark); |
30 | 30 |
|
31 |
| - --uui-color-background: #f5f5f5; |
| 31 | + --uui-color-background: var(--uui-palette-sand); |
32 | 32 |
|
33 | 33 | --uui-color-text: var(--uui-palette-black);
|
34 | 34 | --uui-color-text-alt: var(--uui-palette-dune-black);
|
35 | 35 |
|
36 |
| - --uui-color-interactive: #1b264f; |
37 |
| - --uui-color-interactive-emphasis: #2152a3; |
| 36 | + --uui-color-interactive: var(--uui-palette-space-cadet); |
| 37 | + --uui-color-interactive-emphasis: var(--uui-palette-violet-blue); |
38 | 38 |
|
39 | 39 | --uui-color-border: #d8d7d9;
|
40 | 40 | --uui-color-border-standalone: #c2c2c2;
|
|
50 | 50 | --uui-color-primary-standalone: var(--uui-palette-space-cadet-dark);
|
51 | 51 | --uui-color-primary-contrast: #fff;
|
52 | 52 |
|
53 |
| - --uui-color-warning: #fad634; |
54 |
| - --uui-color-warning-emphasis: #ffe366; |
55 |
| - --uui-color-warning-standalone: #c5a100; |
| 53 | + --uui-color-warning: var(--uui-palette-sunglow); |
| 54 | + --uui-color-warning-emphasis: var(--uui-palette-sunglow-light); |
| 55 | + --uui-color-warning-standalone: var(--uui-palette-sunglow-dark); |
56 | 56 | --uui-color-warning-contrast: #000;
|
57 | 57 |
|
58 |
| - --uui-color-danger: #d42054; |
59 |
| - --uui-color-danger-emphasis: #f74074; |
60 |
| - --uui-color-danger-standalone: #d42054; |
| 58 | + --uui-color-danger: var(--uui-palette-maroon-flush); |
| 59 | + --uui-color-danger-emphasis: var(--uui-palette-maroon-flush-light); |
| 60 | + --uui-color-danger-standalone: var(--uui-palette-maroon-flush-dark); |
61 | 61 | --uui-color-danger-contrast: white;
|
62 | 62 |
|
63 |
| - --uui-color-positive: #2da44e; |
64 |
| - --uui-color-positive-emphasis: #3fc264; |
65 |
| - --uui-color-positive-standalone: #229442; |
| 63 | + --uui-color-positive: var(--uui-palette-jungle-green); |
| 64 | + --uui-color-positive-emphasis: var(--uui-palette-jungle-green-light); |
| 65 | + --uui-color-positive-standalone: var(--uui-palette-jungle-green-dark); |
66 | 66 | --uui-color-positive-contrast: #fff;
|
67 | 67 | }
|
68 | 68 |
|
|
0 commit comments