Color names in this palette
CSS code for this palette
/* CSS */
.lucky-lime {
color: #98cd2d;
}
.taurus-forest-fern {
color: #6fbf4f;
}
.fresh-oregano {
color: #4cae6b;
}
.sea {
color: #3a9c8f;
}
.scooter {
color: #2a8ca2;
}
/* CSS Variables */
:root {
--lucky-lime:#98cd2d;
--taurus-forest-fern:#6fbf4f;
--fresh-oregano:#4cae6b;
--sea:#3a9c8f;
--scooter:#2a8ca2;
}