Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b3264;
}
.dead-lake {
color: #2d5a8b;
}
.atlantic-gull {
color: #4b8caf;
}
.sky-of-ocean {
color: #7fceeb;
}
.blizzard-blue {
color: #a3e6f0;
}
/* CSS Variables */
:root {
--mythical-night:#1b3264;
--dead-lake:#2d5a8b;
--atlantic-gull:#4b8caf;
--sky-of-ocean:#7fceeb;
--blizzard-blue:#a3e6f0;
}