Color names in this palette
CSS code for this palette
/* CSS */
.sinbad {
color: #a6d3d0;
}
.mercury-mist {
color: #8cc5c2;
}
.florida-turquoise {
color: #6eb9af;
}
.water-park {
color: #4fb09e;
}
.stamp-pad-green {
color: #2da48a;
}
/* CSS Variables */
:root {
--sinbad:#a6d3d0;
--mercury-mist:#8cc5c2;
--florida-turquoise:#6eb9af;
--water-park:#4fb09e;
--stamp-pad-green:#2da48a;
}