Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b3264;
}
.blue-highlight {
color: #2c498c;
}
.athens {
color: #3b6eb5;
}
.sea-capture {
color: #59c3e3;
}
.blizzard-blue {
color: #a3e1f0;
}
/* CSS Variables */
:root {
--mythical-night:#1b3264;
--blue-highlight:#2c498c;
--athens:#3b6eb5;
--sea-capture:#59c3e3;
--blizzard-blue:#a3e1f0;
}