Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mock-orange {
color: #ff9861;
}
.floral-leaf {
color: #ffb84d;
}
.golden-nectar {
color: #ffda6b;
}
.sparkler {
color: #ffed94;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mock-orange:#ff9861;
--floral-leaf:#ffb84d;
--golden-nectar:#ffda6b;
--sparkler:#ffed94;
}