Color names in this palette
CSS code for this palette
/* CSS */
.roasted-squash {
color: #e8a354;
}
.goku-orange {
color: #f27b3a;
}
.hot-embers {
color: #ef5b2e;
}
.track-and-field {
color: #da5f4e;
}
.silk-ribbon {
color: #c26b8e;
}
/* CSS Variables */
:root {
--roasted-squash:#e8a354;
--goku-orange:#f27b3a;
--hot-embers:#ef5b2e;
--track-and-field:#da5f4e;
--silk-ribbon:#c26b8e;
}