Color names in this palette
CSS code for this palette
/* CSS */
.mosaic-blue {
color: #007e94;
}
.brilliant {
color: #0097a8;
}
.cyan-sky {
color: #00b0b3;
}
.mint-morning {
color: #00dbc2;
}
.frozen-boubble {
color: #00f0e0;
}
/* CSS Variables */
:root {
--mosaic-blue:#007e94;
--brilliant:#0097a8;
--cyan-sky:#00b0b3;
--mint-morning:#00dbc2;
--frozen-boubble:#00f0e0;
}