Color names in this palette
CSS code for this palette
/* CSS */
.di-sierra {
color: #da975d;
}
.strike-it-rich {
color: #d8b45a;
}
.nervy-hue {
color: #d8c65f;
}
.tasman-honey-yellow {
color: #e3c65f;
}
.roasted-squash {
color: #e7a35a;
}
/* CSS Variables */
:root {
--di-sierra:#da975d;
--strike-it-rich:#d8b45a;
--nervy-hue:#d8c65f;
--tasman-honey-yellow:#e3c65f;
--roasted-squash:#e7a35a;
}