Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1d689a;
}
.high-blue {
color: #4cb2e6;
}
.kul-sharif-blue {
color: #81d5f3;
}
.atmospheric-soft-blue {
color: #ade3f0;
}
.pale-blue {
color: #d1f7ff;
}
/* CSS Variables */
:root {
--jazz-blue:#1d689a;
--high-blue:#4cb2e6;
--kul-sharif-blue:#81d5f3;
--atmospheric-soft-blue:#ade3f0;
--pale-blue:#d1f7ff;
}