CSS code for this palette
/* CSS */
.ballet {
color: #f8d5d3;
}
.ibis {
color: #f4b3c2;
}
.plum-blossom {
color: #f2a2a1;
}
.sweetheart {
color: #f1c1d8;
}
.noodles {
color: #f9e1b4;
}
/* CSS Variables */
:root {
--ballet:#f8d5d3;
--ibis:#f4b3c2;
--plum-blossom:#f2a2a1;
--sweetheart:#f1c1d8;
--noodles:#f9e1b4;
}