Color names in this palette
CSS code for this palette
/* CSS */
.tilla-kari-mosque {
color: #00cccc;
}
.cyan-sky {
color: #00b2b3;
}
.regula-barbara-blue {
color: #009996;
}
.teal {
color: #007f80;
}
.mosque {
color: #005c5c;
}
/* CSS Variables */
:root {
--tilla-kari-mosque:#00cccc;
--cyan-sky:#00b2b3;
--regula-barbara-blue:#009996;
--teal:#007f80;
--mosque:#005c5c;
}