Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b3264;
}
.antilles-blue {
color: #3b5b8c;
}
.genteel-blue {
color: #6c8bb2;
}
.sea-cliff {
color: #a3c7e0;
}
.milky-way {
color: #e3f4f7;
}
/* CSS Variables */
:root {
--mythical-night:#1b3264;
--antilles-blue:#3b5b8c;
--genteel-blue:#6c8bb2;
--sea-cliff:#a3c7e0;
--milky-way:#e3f4f7;
}