Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.golden-kingdom {
color: #e2c94b;
}
.gold-vein {
color: #d9b759;
}
.umbrella-green {
color: #a3af6e;
}
.guitar {
color: #6d4c37;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--golden-kingdom:#e2c94b;
--gold-vein:#d9b759;
--umbrella-green:#a3af6e;
--guitar:#6d4c37;
}