Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a2dae6;
}
.cerulean-frost {
color: #6b9bc2;
}
.mallorca-blue {
color: #4e7a97;
}
.celestial-blue {
color: #2d4c6c;
}
.oceanic-noir {
color: #1b2a36;
}
/* CSS Variables */
:root {
--nevada-sky:#a2dae6;
--cerulean-frost:#6b9bc2;
--mallorca-blue:#4e7a97;
--celestial-blue:#2d4c6c;
--oceanic-noir:#1b2a36;
}