CSS code for this palette
/* CSS */
.ibis {
color: #f3afc2;
}
.pink-beach {
color: #f6c3a7;
}
.boxwood-yellow {
color: #f1e5a2;
}
.celadon {
color: #b1e2b2;
}
.rhodes {
color: #8bc0e4;
}
/* CSS Variables */
:root {
--ibis:#f3afc2;
--pink-beach:#f6c3a7;
--boxwood-yellow:#f1e5a2;
--celadon:#b1e2b2;
--rhodes:#8bc0e4;
}