Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4c71;
}
.boat-house {
color: #4a8bba;
}
.bliss-blue {
color: #7cc7e4;
}
.blizzard-blue {
color: #a2e5f1;
}
.clear-skies {
color: #e5f9ff;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4c71;
--boat-house:#4a8bba;
--bliss-blue:#7cc7e4;
--blizzard-blue:#a2e5f1;
--clear-skies:#e5f9ff;
}