Color names in this palette
CSS code for this palette
/* CSS */
.gully-green {
color: #4b6e3a;
}
.bright-forest {
color: #6a8d4e;
}
.tree-frog {
color: #a5b82e;
}
.chips-provencale {
color: #dbdb1a;
}
.golden-straw {
color: #f7ebb0;
}
/* CSS Variables */
:root {
--gully-green:#4b6e3a;
--bright-forest:#6a8d4e;
--tree-frog:#a5b82e;
--chips-provencale:#dbdb1a;
--golden-straw:#f7ebb0;
}