CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.sundown {
color: #f4c99f;
}
.pie-crust {
color: #f1d99d;
}
.gold-sand {
color: #f7e7a6;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--sundown:#f4c99f;
--pie-crust:#f1d99d;
--gold-sand:#f7e7a6;
--eerie-glow:#a7d7b8;
}