CSS code for this palette
/* CSS */
.wheatberry {
color: #c88c5b;
}
.barrel {
color: #f1b06a;
}
.sandy {
color: #f3d97c;
}
.gold-sand {
color: #f6e5a7;
}
.cupid {
color: #f7b1c3;
}
/* CSS Variables */
:root {
--wheatberry:#c88c5b;
--barrel:#f1b06a;
--sandy:#f3d97c;
--gold-sand:#f6e5a7;
--cupid:#f7b1c3;
}