Color names in this palette
CSS code for this palette
/* CSS */
.traditional-leather {
color: #6f4f3e;
}
.treacle {
color: #895b29;
}
.sullen-gold {
color: #a48d32;
}
.sprout {
color: #b8c99c;
}
.lime-granita {
color: #d9e1b7;
}
/* CSS Variables */
:root {
--traditional-leather:#6f4f3e;
--treacle:#895b29;
--sullen-gold:#a48d32;
--sprout:#b8c99c;
--lime-granita:#d9e1b7;
}