Color names in this palette
CSS code for this palette
/* CSS */
.blue-iguana {
color: #4e9cd0;
}
.mizu {
color: #6fc1e2;
}
.photon-barrier {
color: #8ce1f2;
}
.icy-breeze {
color: #c3eaf4;
}
.dr-white {
color: #f8f9fc;
}
/* CSS Variables */
:root {
--blue-iguana:#4e9cd0;
--mizu:#6fc1e2;
--photon-barrier:#8ce1f2;
--icy-breeze:#c3eaf4;
--dr-white:#f8f9fc;
}