Color names in this palette
CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.child-of-the-moon {
color: #c48b3b;
}
.link-to-the-past {
color: #d0b48a;
}
.buttercup-yellow {
color: #e3c0a5;
}
.cameo-cream {
color: #f4e1c3;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--child-of-the-moon:#c48b3b;
--link-to-the-past:#d0b48a;
--buttercup-yellow:#e3c0a5;
--cameo-cream:#f4e1c3;
}