Color names in this palette
CSS code for this palette
/* CSS */
.mosaic-blue {
color: #007b94;
}
.brilliant {
color: #0097a8;
}
.cyan-sky {
color: #00b2b3;
}
.mint-morning {
color: #00d6c8;
}
.plunge-pool {
color: #00ffcc;
}
/* CSS Variables */
:root {
--mosaic-blue:#007b94;
--brilliant:#0097a8;
--cyan-sky:#00b2b3;
--mint-morning:#00d6c8;
--plunge-pool:#00ffcc;
}