Color names in this palette
CSS code for this palette
/* CSS */
.bountiful-gold {
color: #e6c76b;
}
.farm-straw {
color: #d4b34e;
}
.tiki-torch {
color: #bfa03b;
}
.faint-green {
color: #a58b2c;
}
.corn-harvest {
color: #8a6f24;
}
/* CSS Variables */
:root {
--bountiful-gold:#e6c76b;
--farm-straw:#d4b34e;
--tiki-torch:#bfa03b;
--faint-green:#a58b2c;
--corn-harvest:#8a6f24;
}