Color names in this palette
CSS code for this palette
/* CSS */
.kin-gold {
color: #f59b00;
}
.sludge {
color: #c76a00;
}
.windsor-brown {
color: #a35a00;
}
.hazelnut-chocolate {
color: #803e00;
}
.stirland-mud {
color: #4d2b00;
}
/* CSS Variables */
:root {
--kin-gold:#f59b00;
--sludge:#c76a00;
--windsor-brown:#a35a00;
--hazelnut-chocolate:#803e00;
--stirland-mud:#4d2b00;
}