Color names in this palette
CSS code for this palette
/* CSS */
.traditional-leather {
color: #6f4f3e;
}
.golden-granola {
color: #b9996a;
}
.sandy-pail {
color: #d0c39a;
}
.james-blonde {
color: #f2e3b5;
}
.treacle {
color: #895b29;
}
/* CSS Variables */
:root {
--traditional-leather:#6f4f3e;
--golden-granola:#b9996a;
--sandy-pail:#d0c39a;
--james-blonde:#f2e3b5;
--treacle:#895b29;
}