Color names in this palette
CSS code for this palette
/* CSS */
.french-vanilla {
color: #f0e2a8;
}
.appalachian-trail {
color: #d0b88a;
}
.beef-hotpot {
color: #a85f2e;
}
.cioccolato {
color: #5d3e2d;
}
.tetsu-guro-black {
color: #2a1913;
}
/* CSS Variables */
:root {
--french-vanilla:#f0e2a8;
--appalachian-trail:#d0b88a;
--beef-hotpot:#a85f2e;
--cioccolato:#5d3e2d;
--tetsu-guro-black:#2a1913;
}