CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d1;
}
.wish {
color: #b8b5e3;
}
.vandermint {
color: #a7e1e6;
}
.first-peach {
color: #f5c7c7;
}
.fireflies {
color: #f7d7a6;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d1;
--wish:#b8b5e3;
--vandermint:#a7e1e6;
--first-peach:#f5c7c7;
--fireflies:#f7d7a6;
}