Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b3264;
}
.nautical {
color: #2b4c7d;
}
.star-sapphire {
color: #3d6a99;
}
.finnish-fiord {
color: #5dafbb;
}
.aqua-island {
color: #a4dad7;
}
/* CSS Variables */
:root {
--mythical-night:#1b3264;
--nautical:#2b4c7d;
--star-sapphire:#3d6a99;
--finnish-fiord:#5dafbb;
--aqua-island:#a4dad7;
}