We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--uui-palette-maroon-flush
2 parents 2a11fb3 + e5225e8 commit 303f23fCopy full SHA for 303f23f
packages/uui-css/lib/custom-properties/palette.css
@@ -143,22 +143,22 @@
143
$malibu saturation(- 60%) blackness(+ 26%)
144
); */
145
146
- $maroon-flush: #d42054;
+ $maroon-flush: #c31d4c;
147
--uui-palette-maroon-flush: $maroon-flush;
148
--uui-palette-maroon-flush-light: rgb(
149
- 226,
150
- 60,
151
- 107
+ 223,
+ 42,
+ 93
152
); /* color($maroon-flush lightness(+ 8%)); */
153
--uui-palette-maroon-flush-dark: rgb(
154
- 191,
155
- 33,
156
- 78
+ 174,
+ 30,
+ 71
157
); /* color($maroon-flush blackness(+ 8%)); */
158
--uui-palette-maroon-flush-dimmed: rgb(
159
- 133,
160
- 107,
161
- 114
+ 122,
+ 98,
+ 104
162
); /* color(
163
$maroon-flush saturation(- 62%) blackness(+ 2%)
164
0 commit comments