Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.drop-green {
color: #6cbd61;
}
.feralas-lime {
color: #90dc7f;
}
.grape-green {
color: #a9e0a3;
}
.peasful-mint {
color: #c3f3c4;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--drop-green:#6cbd61;
--feralas-lime:#90dc7f;
--grape-green:#a9e0a3;
--peasful-mint:#c3f3c4;
}