Color names in this palette
CSS code for this palette
/* CSS */
.tilla-kari-mosque {
color: #00cccc;
}
.hammam-blue {
color: #68d9d9;
}
.aqua-fiesta {
color: #98e6e6;
}
.dawn-departs {
color: #ccffff;
}
.bubbles {
color: #e5ffff;
}
/* CSS Variables */
:root {
--tilla-kari-mosque:#00cccc;
--hammam-blue:#68d9d9;
--aqua-fiesta:#98e6e6;
--dawn-departs:#ccffff;
--bubbles:#e5ffff;
}