Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.folksy-gold {
color: #d89969;
}
.neighborly-peach {
color: #f4c1a4;
}
.friendly-yellow {
color: #f6e0b1;
}
.river-of-gold {
color: #e4b75e;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--folksy-gold:#d89969;
--neighborly-peach:#f4c1a4;
--friendly-yellow:#f6e0b1;
--river-of-gold:#e4b75e;
}