Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1d689a;
}
.blue-raspberry-seed {
color: #3ba2c4;
}
.magnesia-bay {
color: #60c9e1;
}
.photon-barrier {
color: #8ce2f3;
}
.pale-blue {
color: #d1f7ff;
}
/* CSS Variables */
:root {
--jazz-blue:#1d689a;
--blue-raspberry-seed:#3ba2c4;
--magnesia-bay:#60c9e1;
--photon-barrier:#8ce2f3;
--pale-blue:#d1f7ff;
}