Color names in this palette
CSS code for this palette
/* CSS */
.dark-cyan {
color: #008a8a;
}
.cyan-sky {
color: #00b2b3;
}
.tilla-kari-mosque {
color: #00cccc;
}
.fresh-turquoise {
color: #33e1e1;
}
.moonglade-water {
color: #66ffff;
}
/* CSS Variables */
:root {
--dark-cyan:#008a8a;
--cyan-sky:#00b2b3;
--tilla-kari-mosque:#00cccc;
--fresh-turquoise:#33e1e1;
--moonglade-water:#66ffff;
}