Color names in this palette
CSS code for this palette
/* CSS */
.tilla-kari-mosque {
color: #00cccc;
}
.turquoise-panic {
color: #39d0d5;
}
.blue-crystal-landscape {
color: #6ce5e1;
}
.waterspout {
color: #a5f0f3;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--tilla-kari-mosque:#00cccc;
--turquoise-panic:#39d0d5;
--blue-crystal-landscape:#6ce5e1;
--waterspout:#a5f0f3;
--light-cyan:#e0ffff;
}