Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9a57;
}
.floral-leaf {
color: #ffb84d;
}
.brite-gold {
color: #ffdb8f;
}
.dingy-sticky-note {
color: #eaf5a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9a57;
--floral-leaf:#ffb84d;
--brite-gold:#ffdb8f;
--dingy-sticky-note:#eaf5a3;
}