Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a3d7e6;
}
.polar-blue {
color: #b3e0e5;
}
.coastal-breeze {
color: #e2f3f8;
}
.everlasting-ice {
color: #f5faf9;
}
.sparkling-snow {
color: #f5ffff;
}
/* CSS Variables */
:root {
--nevada-sky:#a3d7e6;
--polar-blue:#b3e0e5;
--coastal-breeze:#e2f3f8;
--everlasting-ice:#f5faf9;
--sparkling-snow:#f5ffff;
}