Color names in this palette
CSS code for this palette
/* CSS */
.amber-autumn {
color: #c69c6c;
}
.beef-hotpot {
color: #a85f2e;
}
.button-eyes {
color: #4e3b31;
}
.ginger-jar {
color: #c7a15c;
}
.river-of-gold {
color: #e5b75d;
}
/* CSS Variables */
:root {
--amber-autumn:#c69c6c;
--beef-hotpot:#a85f2e;
--button-eyes:#4e3b31;
--ginger-jar:#c7a15c;
--river-of-gold:#e5b75d;
}