Color names in this palette
CSS code for this palette
/* CSS */
.midnight-mirage {
color: #0a1f3d;
}
.blue-tang {
color: #2b4b73;
}
.storm-blue {
color: #4f7a9c;
}
.sky-bus {
color: #9ac2d6;
}
.blue-pearl {
color: #c5d8e2;
}
/* CSS Variables */
:root {
--midnight-mirage:#0a1f3d;
--blue-tang:#2b4b73;
--storm-blue:#4f7a9c;
--sky-bus:#9ac2d6;
--blue-pearl:#c5d8e2;
}