Color names in this palette
CSS code for this palette
/* CSS */
.nervy-hue {
color: #d6c25c;
}
.green-flavor {
color: #beae1e;
}
.offbeat-green {
color: #a38b1f;
}
.brassy-brass {
color: #7b5c1e;
}
.gingko-leaf {
color: #b2a053;
}
/* CSS Variables */
:root {
--nervy-hue:#d6c25c;
--green-flavor:#beae1e;
--offbeat-green:#a38b1f;
--brassy-brass:#7b5c1e;
--gingko-leaf:#b2a053;
}