Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.blizzard-blue {
color: #a4e1f4;
}
.clear-skies {
color: #e7f8fd;
}
.snow {
color: #fffafa;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--blizzard-blue:#a4e1f4;
--clear-skies:#e7f8fd;
--snow:#fffafa;
}