Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.lavish-spending {
color: #8a69bf;
}
.lavender-cream {
color: #c1a0e9;
}
.laelia-pink {
color: #f5c7df;
}
.strawberry-pink {
color: #f26e7b;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--lavish-spending:#8a69bf;
--lavender-cream:#c1a0e9;
--laelia-pink:#f5c7df;
--strawberry-pink:#f26e7b;
}