Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b7e0;
}
.cold-heights {
color: #1ee3f1;
}
.icy-life {
color: #61ffdf;
}
.waterspout {
color: #a4f9f2;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b7e0;
--cold-heights:#1ee3f1;
--icy-life:#61ffdf;
--waterspout:#a4f9f2;
}