Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9a57;
}
.marigold {
color: #ffc105;
}
.baby-chick {
color: #ffeba3;
}
.poodle-skirt {
color: #ffb3ba;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9a57;
--marigold:#ffc105;
--baby-chick:#ffeba3;
--poodle-skirt:#ffb3ba;
}