Color names in this palette
CSS code for this palette
/* CSS */
.thanksgiving {
color: #b56e4a;
}
.folksy-gold {
color: #d39969;
}
.australian-apricot {
color: #f5c5a3;
}
.bone-white {
color: #f2dfb1;
}
.seasonal-beige {
color: #e9b79f;
}
/* CSS Variables */
:root {
--thanksgiving:#b56e4a;
--folksy-gold:#d39969;
--australian-apricot:#f5c5a3;
--bone-white:#f2dfb1;
--seasonal-beige:#e9b79f;
}