Color names in this palette
CSS code for this palette
/* CSS */
.chlorella-green {
color: #50b953;
}
.esmeralda {
color: #3bbf7b;
}
.mountain-meadow {
color: #2bbf8e;
}
.wild-caribbean-green {
color: #1ec8a6;
}
.blue-martina {
color: #1bdac7;
}
/* CSS Variables */
:root {
--chlorella-green:#50b953;
--esmeralda:#3bbf7b;
--mountain-meadow:#2bbf8e;
--wild-caribbean-green:#1ec8a6;
--blue-martina:#1bdac7;
}