Color names in this palette
CSS code for this palette
/* CSS */
.moselle-green {
color: #2c4e30;
}
.gully-green {
color: #4d6b3d;
}
.dry-moss {
color: #79995c;
}
.wasabi {
color: #b1d284;
}
.mermaid-tears {
color: #d3e8a6;
}
/* CSS Variables */
:root {
--moselle-green:#2c4e30;
--gully-green:#4d6b3d;
--dry-moss:#79995c;
--wasabi:#b1d284;
--mermaid-tears:#d3e8a6;
}