Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-mint {
color: #a4e0d4;
}
.mint-majesty {
color: #7dd4c2;
}
.tropical-escape {
color: #4ebcb1;
}
.baltic-green {
color: #3ba09d;
}
.zirconia-teal {
color: #2c7d7b;
}
/* CSS Variables */
:root {
--sparkling-mint:#a4e0d4;
--mint-majesty:#7dd4c2;
--tropical-escape:#4ebcb1;
--baltic-green:#3ba09d;
--zirconia-teal:#2c7d7b;
}