Color names in this palette
CSS code for this palette
/* CSS */
.burnside {
color: #d2a665;
}
.butter-rum {
color: #c6864e;
}
.brown-rust {
color: #af5a3c;
}
.chocolate-explosion {
color: #8d493a;
}
.anthracite-red {
color: #6e2b3d;
}
/* CSS Variables */
:root {
--burnside:#d2a665;
--butter-rum:#c6864e;
--brown-rust:#af5a3c;
--chocolate-explosion:#8d493a;
--anthracite-red:#6e2b3d;
}