CSS code for this palette
/* CSS */
.sun-dust {
color: #f9e0a4;
}
.sundown {
color: #f4c89f;
}
.pink-eraser {
color: #f29c9c;
}
.deep-blush {
color: #e76a8b;
}
.rubber-band {
color: #d24176;
}
/* CSS Variables */
:root {
--sun-dust:#f9e0a4;
--sundown:#f4c89f;
--pink-eraser:#f29c9c;
--deep-blush:#e76a8b;
--rubber-band:#d24176;
}