Color names in this palette
CSS code for this palette
/* CSS */
.jurassic-moss {
color: #1a601e;
}
.resplendent-growth {
color: #3b8c3c;
}
.endo {
color: #5b9f60;
}
.dusty-green {
color: #71ad73;
}
.mesclun-green {
color: #9db983;
}
/* CSS Variables */
:root {
--jurassic-moss:#1a601e;
--resplendent-growth:#3b8c3c;
--endo:#5b9f60;
--dusty-green:#71ad73;
--mesclun-green:#9db983;
}