Color names in this palette
CSS code for this palette
/* CSS */
.walking-on-sunshine {
color: #f8f99a;
}
.straw {
color: #e3d76d;
}
.farm-straw {
color: #d1b74d;
}
.crispy-gold {
color: #c29b2e;
}
.nataneyu-gold {
color: #a97b1e;
}
/* CSS Variables */
:root {
--walking-on-sunshine:#f8f99a;
--straw:#e3d76d;
--farm-straw:#d1b74d;
--crispy-gold:#c29b2e;
--nataneyu-gold:#a97b1e;
}