Color names in this palette
CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.byzantine-copper {
color: #a96d3d;
}
.caramel-macchiato {
color: #c18b49;
}
.beech-nut {
color: #d6b49a;
}
.peach-latte {
color: #e5c29f;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--byzantine-copper:#a96d3d;
--caramel-macchiato:#c18b49;
--beech-nut:#d6b49a;
--peach-latte:#e5c29f;
}