CSS code for this palette
/* CSS */
.ber-umber {
color: #7d5936;
}
.swamp-fox {
color: #b79f6c;
}
.baja {
color: #d2c1a7;
}
.gold-tips {
color: #e6b328;
}
.espresso-bar {
color: #5c3e33;
}
/* CSS Variables */
:root {
--ber-umber:#7d5936;
--swamp-fox:#b79f6c;
--baja:#d2c1a7;
--gold-tips:#e6b328;
--espresso-bar:#5c3e33;
}