CSS code for this palette
/* CSS */
.bubblegum-pink {
color: #f5b2ba;
}
.mango-ice {
color: #fbbf8e;
}
.frangipane {
color: #f6d5b1;
}
.calla {
color: #f3e0b4;
}
.ice-cube {
color: #b1e2d5;
}
/* CSS Variables */
:root {
--bubblegum-pink:#f5b2ba;
--mango-ice:#fbbf8e;
--frangipane:#f6d5b1;
--calla:#f3e0b4;
--ice-cube:#b1e2d5;
}