Color names in this palette
CSS code for this palette
/* CSS */
.mosaic-blue {
color: #007e94;
}
.brilliant {
color: #0097a8;
}
.cyan-sky {
color: #00b2b3;
}
.aztec-turquoise {
color: #00d8db;
}
.bright-turquoise {
color: #00e5e6;
}
/* CSS Variables */
:root {
--mosaic-blue:#007e94;
--brilliant:#0097a8;
--cyan-sky:#00b2b3;
--aztec-turquoise:#00d8db;
--bright-turquoise:#00e5e6;
}