Color names in this palette
CSS code for this palette
/* CSS */
.false-morel {
color: #7b4f4c;
}
.beech-nut {
color: #d9b59b;
}
.chamois-cloth {
color: #f1e1d0;
}
.green-silk {
color: #a2c3b0;
}
.burnside {
color: #d2a565;
}
/* CSS Variables */
:root {
--false-morel:#7b4f4c;
--beech-nut:#d9b59b;
--chamois-cloth:#f1e1d0;
--green-silk:#a2c3b0;
--burnside:#d2a565;
}