Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.ginger-beer {
color: #c77d38;
}
.cat-s-eye-marble {
color: #d7a55b;
}
.tal-yi-gold {
color: #e6b15b;
}
.chalk-beige {
color: #d7c5b2;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--ginger-beer:#c77d38;
--cat-s-eye-marble:#d7a55b;
--tal-yi-gold:#e6b15b;
--chalk-beige:#d7c5b2;
}