Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.sp-tzle-yellow {
color: #ffed8a;
}
.young-fern {
color: #6fbe79;
}
.tourmaline-turquoise {
color: #4d9d98;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--sp-tzle-yellow:#ffed8a;
--young-fern:#6fbe79;
--tourmaline-turquoise:#4d9d98;
}