Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a2d6e6;
}
.cerulean-frost {
color: #6e9cc9;
}
.great-serpent {
color: #4c73a4;
}
.blue-tang {
color: #2c4c6d;
}
.tangaroa {
color: #1f2b3d;
}
/* CSS Variables */
:root {
--nevada-sky:#a2d6e6;
--cerulean-frost:#6e9cc9;
--great-serpent:#4c73a4;
--blue-tang:#2c4c6d;
--tangaroa:#1f2b3d;
}