Color names in this palette
CSS code for this palette
/* CSS */
.tilla-kari-mosque {
color: #00cccc;
}
.petrichor {
color: #66cccc;
}
.pentagon {
color: #99cccc;
}
.dawn-departs {
color: #ccffff;
}
.bubbles {
color: #e5ffff;
}
/* CSS Variables */
:root {
--tilla-kari-mosque:#00cccc;
--petrichor:#66cccc;
--pentagon:#99cccc;
--dawn-departs:#ccffff;
--bubbles:#e5ffff;
}