Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.lavish-spending {
color: #8a69bf;
}
.maximum-blue-purple {
color: #ada2e7;
}
.rosy-nectar {
color: #f0c1e1;
}
.pink-blush {
color: #f7abb5;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--lavish-spending:#8a69bf;
--maximum-blue-purple:#ada2e7;
--rosy-nectar:#f0c1e1;
--pink-blush:#f7abb5;
}