Skip to content

Commit 303f23f

Browse files
authored
Improved contrast of --uui-palette-maroon-flush color variable (#1211)
2 parents 2a11fb3 + e5225e8 commit 303f23f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/uui-css/lib/custom-properties/palette.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,22 +143,22 @@
143143
$malibu saturation(- 60%) blackness(+ 26%)
144144
); */
145145

146-
$maroon-flush: #d42054;
146+
$maroon-flush: #c31d4c;
147147
--uui-palette-maroon-flush: $maroon-flush;
148148
--uui-palette-maroon-flush-light: rgb(
149-
226,
150-
60,
151-
107
149+
223,
150+
42,
151+
93
152152
); /* color($maroon-flush lightness(+ 8%)); */
153153
--uui-palette-maroon-flush-dark: rgb(
154-
191,
155-
33,
156-
78
154+
174,
155+
30,
156+
71
157157
); /* color($maroon-flush blackness(+ 8%)); */
158158
--uui-palette-maroon-flush-dimmed: rgb(
159-
133,
160-
107,
161-
114
159+
122,
160+
98,
161+
104
162162
); /* color(
163163
$maroon-flush saturation(- 62%) blackness(+ 2%)
164164
); */

0 commit comments

Comments
 (0)