Color names in this palette
CSS code for this palette
/* CSS */
.california-chamois {
color: #e9b76d;
}
.sweet-honey {
color: #d6a35c;
}
.back-to-school {
color: #c2863d;
}
.stage-gold {
color: #a36c29;
}
.grizzly {
color: #8a5b1e;
}
/* CSS Variables */
:root {
--california-chamois:#e9b76d;
--sweet-honey:#d6a35c;
--back-to-school:#c2863d;
--stage-gold:#a36c29;
--grizzly:#8a5b1e;
}