Color names in this palette
CSS code for this palette
/* CSS */
.chestnut-leather {
color: #632718;
}
.smoked-paprika {
color: #793a2f;
}
.cajun-red {
color: #a55b4a;
}
.dechant-pear-yellow {
color: #d49f63;
}
.anise-flower {
color: #f3e3b4;
}
/* CSS Variables */
:root {
--chestnut-leather:#632718;
--smoked-paprika:#793a2f;
--cajun-red:#a55b4a;
--dechant-pear-yellow:#d49f63;
--anise-flower:#f3e3b4;
}