Color names in this palette
CSS code for this palette
/* CSS */
.sweet-honey {
color: #d2a45b;
}
.sauterne {
color: #c3a150;
}
.butter-caramel {
color: #a77b49;
}
.stump-green {
color: #5d5f4e;
}
.aura-orange {
color: #b02b27;
}
/* CSS Variables */
:root {
--sweet-honey:#d2a45b;
--sauterne:#c3a150;
--butter-caramel:#a77b49;
--stump-green:#5d5f4e;
--aura-orange:#b02b27;
}