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