Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4c8a;
}
.ode-to-purple {
color: #a99bc5;
}
.favorite-lavender {
color: #d0a6d8;
}
.riviera-rose {
color: #f8b1a5;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4c8a;
--ode-to-purple:#a99bc5;
--favorite-lavender:#d0a6d8;
--riviera-rose:#f8b1a5;
--peach-butter:#fbaf3c;
}