Color names in this palette
CSS code for this palette
/* CSS */
.cyan-sky {
color: #00b2b3;
}
.tilla-kari-mosque {
color: #00cccc;
}
.turquoise-panic {
color: #33d7d7;
}
.pluviophile {
color: #67e0e0;
}
.aqua-fiesta {
color: #98e7e7;
}
/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--tilla-kari-mosque:#00cccc;
--turquoise-panic:#33d7d7;
--pluviophile:#67e0e0;
--aqua-fiesta:#98e7e7;
}