Color names in this palette
CSS code for this palette
/* CSS */
.beech-nut {
color: #d9b59b;
}
.hay-yellow {
color: #c4a66e;
}
.eco-green {
color: #a7996c;
}
.fertile-soil {
color: #8a5d3d;
}
.texas-ranger-brown {
color: #a44f2d;
}
/* CSS Variables */
:root {
--beech-nut:#d9b59b;
--hay-yellow:#c4a66e;
--eco-green:#a7996c;
--fertile-soil:#8a5d3d;
--texas-ranger-brown:#a44f2d;
}