Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9a57;
}
.floral-leaf {
color: #ffb84d;
}
.golden-nectar {
color: #ffda6b;
}
.lemon-bundt-cake {
color: #fff59e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9a57;
--floral-leaf:#ffb84d;
--golden-nectar:#ffda6b;
--lemon-bundt-cake:#fff59e;
}