Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.floral-leaf {
color: #ffb84d;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--floral-leaf:#ffb84d;
--soviet-gold:#ffd900;
}