Color names in this palette
CSS code for this palette
/* CSS */
.green-sheen {
color: #d5c748;
}
.straw {
color: #e3d76d;
}
.first-day-of-summer {
color: #f2e89c;
}
.casino-lights {
color: #f9f5b4;
}
.snug-cottage {
color: #fdfae2;
}
/* CSS Variables */
:root {
--green-sheen:#d5c748;
--straw:#e3d76d;
--first-day-of-summer:#f2e89c;
--casino-lights:#f9f5b4;
--snug-cottage:#fdfae2;
}