Color names in this palette
CSS code for this palette
/* CSS */
.catarina-green {
color: #8ec7b6;
}
.citronella {
color: #69bf76;
}
.devil-s-grass {
color: #4cae4f;
}
.resplendent-growth {
color: #3c8b3c;
}
.san-felix {
color: #2c6d30;
}
/* CSS Variables */
:root {
--catarina-green:#8ec7b6;
--citronella:#69bf76;
--devil-s-grass:#4cae4f;
--resplendent-growth:#3c8b3c;
--san-felix:#2c6d30;
}