Color names in this palette
CSS code for this palette
/* CSS */
.teal {
color: #007f80;
}
.cyan-sky {
color: #00b2b3;
}
.tilla-kari-mosque {
color: #00cccc;
}
.bright-turquoise {
color: #00e5e6;
}
.beaming-blue {
color: #33ffff;
}
/* CSS Variables */
:root {
--teal:#007f80;
--cyan-sky:#00b2b3;
--tilla-kari-mosque:#00cccc;
--bright-turquoise:#00e5e6;
--beaming-blue:#33ffff;
}