Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.cremini {
color: #d1a03d;
}
.creole-cottage {
color: #e6b598;
}
.turtle-trail {
color: #b7b59e;
}
.beggar {
color: #5c4c37;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--cremini:#d1a03d;
--creole-cottage:#e6b598;
--turtle-trail:#b7b59e;
--beggar:#5c4c37;
}