Color names in this palette
CSS code for this palette
/* CSS */
.nereus {
color: #4b7d3b;
}
.grassy-meadow {
color: #78a85d;
}
.limestoned {
color: #a7caa0;
}
.lime-cream {
color: #d0e3b0;
}
.fresh-dew {
color: #f1f4e6;
}
/* CSS Variables */
:root {
--nereus:#4b7d3b;
--grassy-meadow:#78a85d;
--limestoned:#a7caa0;
--lime-cream:#d0e3b0;
--fresh-dew:#f1f4e6;
}