CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.princess {
color: #f1a7b4;
}
.ibis {
color: #f2b5c2;
}
.sweetheart {
color: #f4c3d7;
}
.petals-unfolding {
color: #f4b8c4;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--princess:#f1a7b4;
--ibis:#f2b5c2;
--sweetheart:#f4c3d7;
--petals-unfolding:#f4b8c4;
}