Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.boredom-buster {
color: #ff914d;
}
.floral-leaf {
color: #ffb84d;
}
.ethereal-green {
color: #f1e8c6;
}
.garlic-pesto {
color: #c4d600;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--boredom-buster:#ff914d;
--floral-leaf:#ffb84d;
--ethereal-green:#f1e8c6;
--garlic-pesto:#c4d600;
}