Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.floral-leaf {
color: #ffb84d;
}
.zinnia-gold {
color: #ffd780;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--floral-leaf:#ffb84d;
--zinnia-gold:#ffd780;
--lemon-ice-yellow:#f6e1a7;
}