Color names in this palette
CSS code for this palette
/* CSS */
.nereus {
color: #4b7d3b;
}
.bamboo-grass-green {
color: #7d9a4c;
}
.young-plum {
color: #b6c82d;
}
.chenin {
color: #d8c56e;
}
.georgian-yellow {
color: #d09a49;
}
/* CSS Variables */
:root {
--nereus:#4b7d3b;
--bamboo-grass-green:#7d9a4c;
--young-plum:#b6c82d;
--chenin:#d8c56e;
--georgian-yellow:#d09a49;
}