Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-tower {
color: #a6e2cf;
}
.tropic-turquoise {
color: #66b2a2;
}
.sea {
color: #3d998d;
}
.zirconia-teal {
color: #2d7c7c;
}
.moonlit-pool {
color: #1f5b5b;
}
/* CSS Variables */
:root {
--turquoise-tower:#a6e2cf;
--tropic-turquoise:#66b2a2;
--sea:#3d998d;
--zirconia-teal:#2d7c7c;
--moonlit-pool:#1f5b5b;
}