CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.princess {
color: #f1a7b6;
}
.blush {
color: #f1a08e;
}
.mom-s-pancake {
color: #f4c652;
}
.fresh-pineapple {
color: #f2d450;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--princess:#f1a7b6;
--blush:#f1a08e;
--mom-s-pancake:#f4c652;
--fresh-pineapple:#f2d450;
}