Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b4e6;
}
.ganon-blue {
color: #a1dff7;
}
.sparkling-snow {
color: #f2fdfd;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b4e6;
--ganon-blue:#a1dff7;
--sparkling-snow:#f2fdfd;
--white:#ffffff;
}