Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9a57;
}
.peanut-butter-chicken {
color: #ffb861;
}
.neon-light {
color: #ffe45c;
}
.sparkler {
color: #ffee99;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9a57;
--peanut-butter-chicken:#ffb861;
--neon-light:#ffe45c;
--sparkler:#ffee99;
}