Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4876;
}
.co-pilot {
color: #4b7aaa;
}
.heavenly {
color: #80b1c6;
}
.across-the-bay {
color: #b4e1e9;
}
.veiled-treasure {
color: #f6f1b6;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4876;
--co-pilot:#4b7aaa;
--heavenly:#80b1c6;
--across-the-bay:#b4e1e9;
--veiled-treasure:#f6f1b6;
}