Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4b76;
}
.atlantic-gull {
color: #4a8cb0;
}
.hawaiian-breeze {
color: #76c7e0;
}
.blizzard-blue {
color: #a4e3f4;
}
.child-of-light {
color: #f2f6f8;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4b76;
--atlantic-gull:#4a8cb0;
--hawaiian-breeze:#76c7e0;
--blizzard-blue:#a4e3f4;
--child-of-light:#f2f6f8;
}