CSS code for this palette
/* CSS */
.green-sheen {
color: #d4c54e;
}
.straw {
color: #e3d76d;
}
.bright-khaki {
color: #f0e88e;
}
.shalimar {
color: #f8f9a9;
}
.high-hopes {
color: #e1e9aa;
}
/* CSS Variables */
:root {
--green-sheen:#d4c54e;
--straw:#e3d76d;
--bright-khaki:#f0e88e;
--shalimar:#f8f9a9;
--high-hopes:#e1e9aa;
}