Color names in this palette
CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.suzani-gold {
color: #c2963d;
}
.golden-thread {
color: #e6c57a;
}
.bone-white {
color: #f2dfb1;
}
.coronado-dunes {
color: #d5a78b;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--suzani-gold:#c2963d;
--golden-thread:#e6c57a;
--bone-white:#f2dfb1;
--coronado-dunes:#d5a78b;
}