Color names in this palette
CSS code for this palette
/* CSS */
.regula-barbara-blue {
color: #009999;
}
.cyan-sky {
color: #00b2b3;
}
.tilla-kari-mosque {
color: #00cccc;
}
.blue-dacnis {
color: #33e6e6;
}
.moonglade-water {
color: #66ffff;
}
/* CSS Variables */
:root {
--regula-barbara-blue:#009999;
--cyan-sky:#00b2b3;
--tilla-kari-mosque:#00cccc;
--blue-dacnis:#33e6e6;
--moonglade-water:#66ffff;
}