Color names in this palette
CSS code for this palette
/* CSS */
.cyan-sky {
color: #00b2b3;
}
.tilla-kari-mosque {
color: #00cccc;
}
.moonglade-water {
color: #66ffff;
}
.lemon-gate {
color: #99ffcc;
}
.mint-coffee {
color: #ccffee;
}
/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--tilla-kari-mosque:#00cccc;
--moonglade-water:#66ffff;
--lemon-gate:#99ffcc;
--mint-coffee:#ccffee;
}