CSS code for this palette
/* CSS */
.ibis {
color: #f4b3c2;
}
.mary-s-rose {
color: #f6d0d3;
}
.pink-chalk {
color: #f5a3b9;
}
.love-letter {
color: #e8698d;
}
.rosy-cheeks {
color: #da4e6a;
}
/* CSS Variables */
:root {
--ibis:#f4b3c2;
--mary-s-rose:#f6d0d3;
--pink-chalk:#f5a3b9;
--love-letter:#e8698d;
--rosy-cheeks:#da4e6a;
}