Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d5a5e9;
}
.lilac-lace {
color: #c9a1ce;
}
.violet-whimsy {
color: #b68bb3;
}
.citrus-sachet {
color: #f3c7a5;
}
.milky-maize {
color: #f9d89f;
}
/* CSS Variables */
:root {
--bright-ube:#d5a5e9;
--lilac-lace:#c9a1ce;
--violet-whimsy:#b68bb3;
--citrus-sachet:#f3c7a5;
--milky-maize:#f9d89f;
}