Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a3d7e6;
}
.pacific-harbour {
color: #77b5da;
}
.mountain-bluebird {
color: #4d9ac7;
}
.valley-of-glaciers {
color: #2b7c9c;
}
.lacustral {
color: #1d4d4e;
}
/* CSS Variables */
:root {
--nevada-sky:#a3d7e6;
--pacific-harbour:#77b5da;
--mountain-bluebird:#4d9ac7;
--valley-of-glaciers:#2b7c9c;
--lacustral:#1d4d4e;
}