Color names in this palette
CSS code for this palette
/* CSS */
.teal {
color: #007f80;
}
.cyan-sky {
color: #00b2b3;
}
.aztec-turquoise {
color: #00e0e0;
}
.frozen-state {
color: #21f2f2;
}
.electric-blue {
color: #80ffff;
}
/* CSS Variables */
:root {
--teal:#007f80;
--cyan-sky:#00b2b3;
--aztec-turquoise:#00e0e0;
--frozen-state:#21f2f2;
--electric-blue:#80ffff;
}