Color names in this palette
CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.sauterne {
color: #c6a153;
}
.italian-straw {
color: #e6d1a3;
}
.ethereal-green {
color: #f1e7c6;
}
.diamond {
color: #f9f7e1;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--sauterne:#c6a153;
--italian-straw:#e6d1a3;
--ethereal-green:#f1e7c6;
--diamond:#f9f7e1;
}