CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c3;
}
.pinenut {
color: #f8d9b9;
}
.shaded-sun {
color: #f1eca2;
}
.sinbad {
color: #a4d6d1;
}
.tropic-turquoise {
color: #65b3a2;
}
/* CSS Variables */
:root {
--ibis:#f5b2c3;
--pinenut:#f8d9b9;
--shaded-sun:#f1eca2;
--sinbad:#a4d6d1;
--tropic-turquoise:#65b3a2;
}