Color names in this palette
CSS code for this palette
/* CSS */
.lavish-spending {
color: #8869bf;
}
.lilac-purple {
color: #a17dbf;
}
.lilac-lace {
color: #c8a1d4;
}
.vanity-pink {
color: #e5c8e1;
}
.minute-mauve {
color: #f2dff6;
}
/* CSS Variables */
:root {
--lavish-spending:#8869bf;
--lilac-purple:#a17dbf;
--lilac-lace:#c8a1d4;
--vanity-pink:#e5c8e1;
--minute-mauve:#f2dff6;
}