Color names in this palette
CSS code for this palette
/* CSS */
.countryside {
color: #a39e00;
}
.new-green {
color: #b5b330;
}
.chinese-green {
color: #d3d95e;
}
.steam-chestnut {
color: #e9e1aa;
}
.wild-lime {
color: #c2c84c;
}
/* CSS Variables */
:root {
--countryside:#a39e00;
--new-green:#b5b330;
--chinese-green:#d3d95e;
--steam-chestnut:#e9e1aa;
--wild-lime:#c2c84c;
}