Color names in this palette
CSS code for this palette
/* CSS */
.farm-straw {
color: #d5b248;
}
.tupelo-honey {
color: #c2a14c;
}
.treasured {
color: #9c7a49;
}
.cedar-staff {
color: #8e4a3e;
}
.woody-brown {
color: #6d2d2c;
}
/* CSS Variables */
:root {
--farm-straw:#d5b248;
--tupelo-honey:#c2a14c;
--treasured:#9c7a49;
--cedar-staff:#8e4a3e;
--woody-brown:#6d2d2c;
}