Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fire-orange {
color: #ff8f5c;
}
.cape-jasmine {
color: #ffb85c;
}
.june-day {
color: #ffe180;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fire-orange:#ff8f5c;
--cape-jasmine:#ffb85c;
--june-day:#ffe180;
--white:#ffffff;
}