Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mock-orange {
color: #ff9861;
}
.floral-leaf {
color: #ffb84d;
}
.sugar-cookie {
color: #f2e2a1;
}
.chewing-gum {
color: #e8b1b0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mock-orange:#ff9861;
--floral-leaf:#ffb84d;
--sugar-cookie:#f2e2a1;
--chewing-gum:#e8b1b0;
}