Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.boredom-buster {
color: #ff914d;
}
.floral-leaf {
color: #ffb84d;
}
.soviet-gold {
color: #ffd900;
}
.endearment {
color: #ffd9a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--boredom-buster:#ff914d;
--floral-leaf:#ffb84d;
--soviet-gold:#ffd900;
--endearment:#ffd9a3;
}