Color names in this palette
CSS code for this palette
/* CSS */
.waterfall {
color: #3bb09e;
}
.sweet-garden {
color: #5bd2b2;
}
.sparkling-mint {
color: #a3e0d3;
}
.frosty-mint {
color: #e2f8f2;
}
.mint-cream {
color: #f5fff8;
}
/* CSS Variables */
:root {
--waterfall:#3bb09e;
--sweet-garden:#5bd2b2;
--sparkling-mint:#a3e0d3;
--frosty-mint:#e2f8f2;
--mint-cream:#f5fff8;
}