Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4b76;
}
.zenith {
color: #497b9c;
}
.heavenly {
color: #7eb2c8;
}
.blizzard-blue {
color: #a1e1f2;
}
.cymophane-yellow {
color: #f2e4a6;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4b76;
--zenith:#497b9c;
--heavenly:#7eb2c8;
--blizzard-blue:#a1e1f2;
--cymophane-yellow:#f2e4a6;
}