Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.gates-of-gold {
color: #d1915c;
}
.olden-amber {
color: #f1b66a;
}
.chai-tea-latte {
color: #eed7b4;
}
.touching-white {
color: #f4e0d7;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--gates-of-gold:#d1915c;
--olden-amber:#f1b66a;
--chai-tea-latte:#eed7b4;
--touching-white:#f4e0d7;
}