Color names in this palette
CSS code for this palette
/* CSS */
.cyan-sky {
color: #00b0b3;
}
.blue-martina {
color: #1ad2d5;
}
.blue-dacnis {
color: #3fe1e4;
}
.bath-water {
color: #8af2f4;
}
.tinted-ice {
color: #d2f8f9;
}
/* CSS Variables */
:root {
--cyan-sky:#00b0b3;
--blue-martina:#1ad2d5;
--blue-dacnis:#3fe1e4;
--bath-water:#8af2f4;
--tinted-ice:#d2f8f9;
}