CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.almond-blossom {
color: #f2abb8;
}
.wewak {
color: #f28c96;
}
.froly {
color: #e06c77;
}
.iridescent-red {
color: #c84c5c;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--almond-blossom:#f2abb8;
--wewak:#f28c96;
--froly:#e06c77;
--iridescent-red:#c84c5c;
}