CSS code for this palette
/* CSS */
.ibis {
color: #f3b4c2;
}
.pink-frosting {
color: #f6d5e3;
}
.calla {
color: #f3e0b4;
}
.chai-latte {
color: #f9c99f;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--ibis:#f3b4c2;
--pink-frosting:#f6d5e3;
--calla:#f3e0b4;
--chai-latte:#f9c99f;
--calabrese:#f1a8a2;
}