Color names in this palette
CSS code for this palette
/* CSS */
.escarpment {
color: #d4b69b;
}
.retributor-armour-metal {
color: #c79d7f;
}
.pecan {
color: #a57055;
}
.remaining-embers {
color: #894a39;
}
.chestnut-peel {
color: #6e3e30;
}
/* CSS Variables */
:root {
--escarpment:#d4b69b;
--retributor-armour-metal:#c79d7f;
--pecan:#a57055;
--remaining-embers:#894a39;
--chestnut-peel:#6e3e30;
}