Color names in this palette
CSS code for this palette
/* CSS */
.black-leather-jacket {
color: #2b3b26;
}
.inland {
color: #5d6b52;
}
.mohalla {
color: #a79c7b;
}
.roasted-almond {
color: #d3b49c;
}
.chestnut-stallion {
color: #9c5b3a;
}
/* CSS Variables */
:root {
--black-leather-jacket:#2b3b26;
--inland:#5d6b52;
--mohalla:#a79c7b;
--roasted-almond:#d3b49c;
--chestnut-stallion:#9c5b3a;
}