Color names in this palette
CSS code for this palette
/* CSS */
.farm-straw {
color: #d1b24d;
}
.falling-leaves {
color: #a45a3d;
}
.fertile-soil {
color: #8a5d3d;
}
.military-green {
color: #6a7b3d;
}
.laurel-mist {
color: #a9b5a1;
}
/* CSS Variables */
:root {
--farm-straw:#d1b24d;
--falling-leaves:#a45a3d;
--fertile-soil:#8a5d3d;
--military-green:#6a7b3d;
--laurel-mist:#a9b5a1;
}