Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fire-orange {
color: #ff8f5c;
}
.cape-jasmine {
color: #ffb85c;
}
.stella {
color: #f6cf5a;
}
.bone-white {
color: #f1e0b1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fire-orange:#ff8f5c;
--cape-jasmine:#ffb85c;
--stella:#f6cf5a;
--bone-white:#f1e0b1;
}