Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.clay-terrace {
color: #d6803d;
}
.egyptian-gold {
color: #f0a94c;
}
.geddy-green {
color: #a6c59b;
}
.topiary-sculpture {
color: #5c8d4e;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--clay-terrace:#d6803d;
--egyptian-gold:#f0a94c;
--geddy-green:#a6c59b;
--topiary-sculpture:#5c8d4e;
}