Color names in this palette
CSS code for this palette
/* CSS */
.cyan-sky {
color: #00b2b3;
}
.tilla-kari-mosque {
color: #00cccc;
}
.bright-turquoise {
color: #00e5e6;
}
.waterspout {
color: #a0f3f3;
}
.bubbles {
color: #e5ffff;
}
/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--tilla-kari-mosque:#00cccc;
--bright-turquoise:#00e5e6;
--waterspout:#a0f3f3;
--bubbles:#e5ffff;
}