Color names in this palette
CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.monarch-gold {
color: #b57e3b;
}
.cat-s-eye-marble {
color: #d9a85e;
}
.ginger-root-peel {
color: #f0c38e;
}
.pastry {
color: #f7e0b6;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--monarch-gold:#b57e3b;
--cat-s-eye-marble:#d9a85e;
--ginger-root-peel:#f0c38e;
--pastry:#f7e0b6;
}