Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b3264;
}
.nautical {
color: #2d4a7c;
}
.hippie-blue {
color: #498c9c;
}
.cold-front-green {
color: #80b3b3;
}
.ice-crystal-blue {
color: #a6e2df;
}
/* CSS Variables */
:root {
--mythical-night:#1b3264;
--nautical:#2d4a7c;
--hippie-blue:#498c9c;
--cold-front-green:#80b3b3;
--ice-crystal-blue:#a6e2df;
}