Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #9fd65c;
}
.foul-green {
color: #88c8a1;
}
.lagoon {
color: #4d9d90;
}
.zirconia-teal {
color: #2c7d7b;
}
.lacustral {
color: #1b4b4b;
}
/* CSS Variables */
:root {
--lime-lizard:#9fd65c;
--foul-green:#88c8a1;
--lagoon:#4d9d90;
--zirconia-teal:#2c7d7b;
--lacustral:#1b4b4b;
}