Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.wisteria {
color: #a77ccb;
}
.violet-kiss {
color: #f1a7d3;
}
.lighthouse-glow {
color: #f9d467;
}
.pastel-strawberry {
color: #f14b4b;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--wisteria:#a77ccb;
--violet-kiss:#f1a7d3;
--lighthouse-glow:#f9d467;
--pastel-strawberry:#f14b4b;
}