Color names in this palette
CSS code for this palette
/* CSS */
.buffalo-trail {
color: #e1af7a;
}
.white-oak {
color: #d09c6c;
}
.caramel-cupcake {
color: #b78a5c;
}
.artisan {
color: #8e5c43;
}
.burned-brown {
color: #6f4b3e;
}
/* CSS Variables */
:root {
--buffalo-trail:#e1af7a;
--white-oak:#d09c6c;
--caramel-cupcake:#b78a5c;
--artisan:#8e5c43;
--burned-brown:#6f4b3e;
}