Color names in this palette
CSS code for this palette
/* CSS */
.waterfall {
color: #3bb09e;
}
.tropical-tide {
color: #5cd1b0;
}
.clean-green {
color: #8ee6c9;
}
.east-cape {
color: #b2f0e3;
}
.soft-mint {
color: #e6f9f2;
}
/* CSS Variables */
:root {
--waterfall:#3bb09e;
--tropical-tide:#5cd1b0;
--clean-green:#8ee6c9;
--east-cape:#b2f0e3;
--soft-mint:#e6f9f2;
}