Color names in this palette
CSS code for this palette
/* CSS */
.mantis {
color: #74c365;
}
.stem-green {
color: #a9d88d;
}
.frozen-forest {
color: #d2e9b4;
}
.lemon-tonic {
color: #f2f1b5;
}
.royal-yellow {
color: #f9d94e;
}
/* CSS Variables */
:root {
--mantis:#74c365;
--stem-green:#a9d88d;
--frozen-forest:#d2e9b4;
--lemon-tonic:#f2f1b5;
--royal-yellow:#f9d94e;
}