Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e2b6d3;
}
.berry-popsicle {
color: #d2a7ca;
}
.tiny-ribbons {
color: #b98db4;
}
.elite-wisteria {
color: #957ea5;
}
.bright-eggplant {
color: #5d4b8b;
}
/* CSS Variables */
:root {
--eau-de-rose:#e2b6d3;
--berry-popsicle:#d2a7ca;
--tiny-ribbons:#b98db4;
--elite-wisteria:#957ea5;
--bright-eggplant:#5d4b8b;
}