Color names in this palette
CSS code for this palette
/* CSS */
.dark-shamrock {
color: #33cc99;
}
.mountain-meadow {
color: #2bbf8e;
}
.crayola-green {
color: #1fad7b;
}
.prairie {
color: #0f9969;
}
.spanish-viridian {
color: #00805b;
}
/* CSS Variables */
:root {
--dark-shamrock:#33cc99;
--mountain-meadow:#2bbf8e;
--crayola-green:#1fad7b;
--prairie:#0f9969;
--spanish-viridian:#00805b;
}