Color names in this palette
CSS code for this palette
/* CSS */
.botanical {
color: #4d6c2d;
}
.nasturtium-shoot {
color: #8ca04b;
}
.rainforest-glow {
color: #b4c94a;
}
.yuzukosh {
color: #d3d846;
}
.marsh-mist {
color: #e8e1a1;
}
/* CSS Variables */
:root {
--botanical:#4d6c2d;
--nasturtium-shoot:#8ca04b;
--rainforest-glow:#b4c94a;
--yuzukosh:#d3d846;
--marsh-mist:#e8e1a1;
}