Color names in this palette
CSS code for this palette
/* CSS */
.tan {
color: #d4b26e;
}
.beef-hotpot {
color: #a85f2e;
}
.peruvian-soil {
color: #703d1f;
}
.flickering-gold {
color: #c7a46b;
}
.honey-mist {
color: #e6d8b2;
}
/* CSS Variables */
:root {
--tan:#d4b26e;
--beef-hotpot:#a85f2e;
--peruvian-soil:#703d1f;
--flickering-gold:#c7a46b;
--honey-mist:#e6d8b2;
}