Color names in this palette
CSS code for this palette
/* CSS */
.cobalt-glaze {
color: #0071b3;
}
.bayern-blue {
color: #0096d6;
}
.sail-away {
color: #4fb3e8;
}
.middle-blue {
color: #7dd1e8;
}
.uranus {
color: #a7e5f1;
}
/* CSS Variables */
:root {
--cobalt-glaze:#0071b3;
--bayern-blue:#0096d6;
--sail-away:#4fb3e8;
--middle-blue:#7dd1e8;
--uranus:#a7e5f1;
}