Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.cape-jasmine {
color: #ffbb5c;
}
.cowbell {
color: #ffe680;
}
.candle-flame {
color: #fff7a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--cape-jasmine:#ffbb5c;
--cowbell:#ffe680;
--candle-flame:#fff7a3;
}