Color names in this palette
CSS code for this palette
/* CSS */
.tilla-kari-mosque {
color: #00cccc;
}
.cyan-sky {
color: #00b2b3;
}
.dark-cyan {
color: #008a8a;
}
.sci-fi-petrol {
color: #006666;
}
.sherpa-blue {
color: #004b4d;
}
/* CSS Variables */
:root {
--tilla-kari-mosque:#00cccc;
--cyan-sky:#00b2b3;
--dark-cyan:#008a8a;
--sci-fi-petrol:#006666;
--sherpa-blue:#004b4d;
}