Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.lolly {
color: #ff9c8f;
}
.n-rang-orange {
color: #ff8052;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dusk-orange {
color: #ff4d3d;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--lolly:#ff9c8f;
--n-rang-orange:#ff8052;
--grapefruit-pulp:#ff6e61;
--dusk-orange:#ff4d3d;
}