Color names in this palette
CSS code for this palette
/* CSS */
.cyan-sky {
color: #00b2b3;
}
.tilla-kari-mosque {
color: #00cccc;
}
.throat-chakra {
color: #65d2d2;
}
.aqua-fiesta {
color: #98e1e1;
}
.dawn-departs {
color: #ccffff;
}
/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--tilla-kari-mosque:#00cccc;
--throat-chakra:#65d2d2;
--aqua-fiesta:#98e1e1;
--dawn-departs:#ccffff;
}