Color names in this palette
CSS code for this palette
/* CSS */
.lemon-curry {
color: #c7a11a;
}
.grass-daisy {
color: #d2b12d;
}
.herbal-green {
color: #cdb03c;
}
.spring-marsh {
color: #bfaf5f;
}
.olive-chutney {
color: #a79a7b;
}
/* CSS Variables */
:root {
--lemon-curry:#c7a11a;
--grass-daisy:#d2b12d;
--herbal-green:#cdb03c;
--spring-marsh:#bfaf5f;
--olive-chutney:#a79a7b;
}