Color names in this palette
CSS code for this palette
/* CSS */
.antique-bronze {
color: #6e440c;
}
.falling-leaves {
color: #a65c3a;
}
.folksy-gold {
color: #d7996a;
}
.budding-peach {
color: #f2d5c0;
}
.peach-of-mind {
color: #ffe3b3;
}
/* CSS Variables */
:root {
--antique-bronze:#6e440c;
--falling-leaves:#a65c3a;
--folksy-gold:#d7996a;
--budding-peach:#f2d5c0;
--peach-of-mind:#ffe3b3;
}