Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9a57;
}
.honey-crusted-chicken {
color: #ffbc57;
}
.june-day {
color: #ffe180;
}
.yippie-ya-yellow {
color: #f3f7a1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9a57;
--honey-crusted-chicken:#ffbc57;
--june-day:#ffe180;
--yippie-ya-yellow:#f3f7a1;
}