Color names in this palette
CSS code for this palette
/* CSS */
.folksy-gold {
color: #d39969;
}
.wax-flower {
color: #f0b49e;
}
.antique-wicker-basket {
color: #f6d4a2;
}
.florida-mango {
color: #e9a36d;
}
.caramel-infused {
color: #c97959;
}
/* CSS Variables */
:root {
--folksy-gold:#d39969;
--wax-flower:#f0b49e;
--antique-wicker-basket:#f6d4a2;
--florida-mango:#e9a36d;
--caramel-infused:#c97959;
}