Color names in this palette
CSS code for this palette
/* CSS */
.lucky-lime {
color: #98cd2d;
}
.fresh-green {
color: #6acf54;
}
.macau {
color: #40bf91;
}
.illuminating-emerald {
color: #2e8e7b;
}
.humboldt-redwoods {
color: #1f605b;
}
/* CSS Variables */
:root {
--lucky-lime:#98cd2d;
--fresh-green:#6acf54;
--macau:#40bf91;
--illuminating-emerald:#2e8e7b;
--humboldt-redwoods:#1f605b;
}