Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.harvest-eve-gold {
color: #d68f00;
}
.butter-fudge {
color: #a86b00;
}
.g-d-on-brown {
color: #804d00;
}
.stirland-mud {
color: #4d2a00;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--harvest-eve-gold:#d68f00;
--butter-fudge:#a86b00;
--g-d-on-brown:#804d00;
--stirland-mud:#4d2a00;
}