Color names in this palette
CSS code for this palette
/* CSS */
.cyan-sky {
color: #00b2b3;
}
.turquoise-surf {
color: #00c4d6;
}
.aztec-turquoise {
color: #00d9e0;
}
.bright-turquoise {
color: #00e5e6;
}
.aqua-cyan {
color: #00f0f0;
}
/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--turquoise-surf:#00c4d6;
--aztec-turquoise:#00d9e0;
--bright-turquoise:#00e5e6;
--aqua-cyan:#00f0f0;
}