Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.st-patrick {
color: #2c904a;
}
.hawaiian-ti-leaf {
color: #1b6f3a;
}
.green-trance {
color: #a2d7a3;
}
.misty-lawn {
color: #e1f9e3;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--st-patrick:#2c904a;
--hawaiian-ti-leaf:#1b6f3a;
--green-trance:#a2d7a3;
--misty-lawn:#e1f9e3;
}