Color names in this palette
CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.gold-coast {
color: #c9893b;
}
.butterblond {
color: #f1c66a;
}
.cymophane-yellow {
color: #f4e5a4;
}
.india-trade {
color: #e3a268;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--gold-coast:#c9893b;
--butterblond:#f1c66a;
--cymophane-yellow:#f4e5a4;
--india-trade:#e3a268;
}