Color names in this palette
CSS code for this palette
/* CSS */
.arctic-paradise {
color: #b9e6f9;
}
.nevada-sky {
color: #a1d7e8;
}
.pacific-harbour {
color: #78b7d9;
}
.norse-blue {
color: #3f99c6;
}
.valley-of-glaciers {
color: #2b7c97;
}
/* CSS Variables */
:root {
--arctic-paradise:#b9e6f9;
--nevada-sky:#a1d7e8;
--pacific-harbour:#78b7d9;
--norse-blue:#3f99c6;
--valley-of-glaciers:#2b7c97;
}