Color names in this palette
CSS code for this palette
/* CSS */
.tea-green {
color: #d1f0c1;
}
.celtic-spring {
color: #a9e0b1;
}
.tadorna-teal {
color: #70d7aa;
}
.waterfall {
color: #3ebba0;
}
.ocean-liner {
color: #1e9989;
}
/* CSS Variables */
:root {
--tea-green:#d1f0c1;
--celtic-spring:#a9e0b1;
--tadorna-teal:#70d7aa;
--waterfall:#3ebba0;
--ocean-liner:#1e9989;
}