Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1e998b;
}
.waterfall {
color: #3cb99e;
}
.tropical-tide {
color: #5dd5ad;
}
.sprig-of-mint {
color: #89e1b5;
}
.faint-clover {
color: #b1f2d3;
}
/* CSS Variables */
:root {
--ocean-liner:#1e998b;
--waterfall:#3cb99e;
--tropical-tide:#5dd5ad;
--sprig-of-mint:#89e1b5;
--faint-clover:#b1f2d3;
}