Color names in this palette
CSS code for this palette
/* CSS */
.walking-on-sunshine {
color: #fffa9e;
}
.bright-khaki {
color: #f0e78e;
}
.nervy-hue {
color: #d4c45e;
}
.pickled {
color: #b3aa4d;
}
.vintage-vibe {
color: #8c8d4e;
}
/* CSS Variables */
:root {
--walking-on-sunshine:#fffa9e;
--bright-khaki:#f0e78e;
--nervy-hue:#d4c45e;
--pickled:#b3aa4d;
--vintage-vibe:#8c8d4e;
}