CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.saturn {
color: #f9e4be;
}
.neon-light {
color: #ffde5c;
}
.instant-orange {
color: #ff8f2e;
}
.grapefruit {
color: #ff5c5c;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--saturn:#f9e4be;
--neon-light:#ffde5c;
--instant-orange:#ff8f2e;
--grapefruit:#ff5c5c;
}