Color names in this palette
CSS code for this palette
/* CSS */
.cyan-sky {
color: #00b2b3;
}
.fresh-turquoise {
color: #3bd8d8;
}
.cold-blue {
color: #80e0e0;
}
.ice-citadel {
color: #b4f3f3;
}
.bubbles {
color: #e5ffff;
}
/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--fresh-turquoise:#3bd8d8;
--cold-blue:#80e0e0;
--ice-citadel:#b4f3f3;
--bubbles:#e5ffff;
}