Color names in this palette
CSS code for this palette
/* CSS */
.midnight-ocean {
color: #0e2849;
}
.maritime-outpost {
color: #1e4c80;
}
.lochmara {
color: #2f6d9d;
}
.blue-grotto {
color: #4da8cb;
}
.nevada-sky {
color: #9fd8e5;
}
/* CSS Variables */
:root {
--midnight-ocean:#0e2849;
--maritime-outpost:#1e4c80;
--lochmara:#2f6d9d;
--blue-grotto:#4da8cb;
--nevada-sky:#9fd8e5;
}