CSS code for this palette
/* CSS */
.mellow-rose {
color: #d9a9a1;
}
.oleander {
color: #f2cbc4;
}
.flan {
color: #f7e5b1;
}
.field-day {
color: #c2e4a5;
}
.sweet-dreams {
color: #9bc2e8;
}
/* CSS Variables */
:root {
--mellow-rose:#d9a9a1;
--oleander:#f2cbc4;
--flan:#f7e5b1;
--field-day:#c2e4a5;
--sweet-dreams:#9bc2e8;
}