Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1b4d74;
}
.maui-blue {
color: #4ca0b8;
}
.luna-moona {
color: #73c2c9;
}
.ice-crystal-blue {
color: #a6e2df;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1b4d74;
--maui-blue:#4ca0b8;
--luna-moona:#73c2c9;
--ice-crystal-blue:#a6e2df;
--everlasting-ice:#f5fafa;
}