CSS code for this palette
/* CSS */
.it-works {
color: #b28b5c;
}
.ginger-ale {
color: #c7aa6b;
}
.beehive {
color: #e0b680;
}
.vespa-yellow {
color: #f4d29f;
}
.stable-hay {
color: #f8e0bf;
}
/* CSS Variables */
:root {
--it-works:#b28b5c;
--ginger-ale:#c7aa6b;
--beehive:#e0b680;
--vespa-yellow:#f4d29f;
--stable-hay:#f8e0bf;
}