Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mock-orange {
color: #ff9861;
}
.cape-jasmine {
color: #ffb85c;
}
.apricot-glow {
color: #ffce7a;
}
.golden-straw {
color: #f3eaaf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mock-orange:#ff9861;
--cape-jasmine:#ffb85c;
--apricot-glow:#ffce7a;
--golden-straw:#f3eaaf;
}