Color names in this palette
CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.star-anise-scent {
color: #a87c4d;
}
.dusty-gold {
color: #d6b899;
}
.soft-sunrise {
color: #f2e2d9;
}
.retributor-armour-metal {
color: #c79d7f;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--star-anise-scent:#a87c4d;
--dusty-gold:#d6b899;
--soft-sunrise:#f2e2d9;
--retributor-armour-metal:#c79d7f;
}