Color names in this palette
CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.gladiator-leather {
color: #a85c3e;
}
.chinook-salmon {
color: #c79c7f;
}
.artisan-tea {
color: #d8c1b0;
}
.canvas-cloth {
color: #e6dfd1;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--gladiator-leather:#a85c3e;
--chinook-salmon:#c79c7f;
--artisan-tea:#d8c1b0;
--canvas-cloth:#e6dfd1;
}