Color names in this palette
CSS code for this palette
/* CSS */
.autumn-gold {
color: #7c5f3c;
}
.stroopwafel {
color: #a96e47;
}
.bakelite-gold {
color: #d19a5c;
}
.peachy-kini {
color: #f1c198;
}
.flattering-peach {
color: #f3d4b4;
}
/* CSS Variables */
:root {
--autumn-gold:#7c5f3c;
--stroopwafel:#a96e47;
--bakelite-gold:#d19a5c;
--peachy-kini:#f1c198;
--flattering-peach:#f3d4b4;
}