Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b3264;
}
.nautical-creatures {
color: #2b5c7d;
}
.freshwater {
color: #4ea4b1;
}
.isle-royale {
color: #7dd8d1;
}
.ice-crystal-blue {
color: #a4eadf;
}
/* CSS Variables */
:root {
--mythical-night:#1b3264;
--nautical-creatures:#2b5c7d;
--freshwater:#4ea4b1;
--isle-royale:#7dd8d1;
--ice-crystal-blue:#a4eadf;
}