CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c3;
}
.conch-shell {
color: #fc8d9a;
}
.coral-pink {
color: #f57c7a;
}
.breeze-of-chilli {
color: #f56b6b;
}
.fever {
color: #e94e4e;
}
/* CSS Variables */
:root {
--ibis:#f5b2c3;
--conch-shell:#fc8d9a;
--coral-pink:#f57c7a;
--breeze-of-chilli:#f56b6b;
--fever:#e94e4e;
}