Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9e9e;
}
.waterfall {
color: #3bb0a0;
}
.mermaid-s-kiss {
color: #5ac4a4;
}
.fresco-green {
color: #7be0ac;
}
.light-mint-green {
color: #a5f8ba;
}
/* CSS Variables */
:root {
--baltic:#1f9e9e;
--waterfall:#3bb0a0;
--mermaid-s-kiss:#5ac4a4;
--fresco-green:#7be0ac;
--light-mint-green:#a5f8ba;
}