CSS code for this palette
/* CSS */
.anzac {
color: #c78b3d;
}
.goldsmith {
color: #f0b14c;
}
.applesauce {
color: #f8d69b;
}
.pink-sand {
color: #e3af9c;
}
.fired-up {
color: #d57a39;
}
/* CSS Variables */
:root {
--anzac:#c78b3d;
--goldsmith:#f0b14c;
--applesauce:#f8d69b;
--pink-sand:#e3af9c;
--fired-up:#d57a39;
}