Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.cold-heights {
color: #1ed5e6;
}
.spinnaker {
color: #a3e0df;
}
.windswept {
color: #d2f2f4;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--cold-heights:#1ed5e6;
--spinnaker:#a3e0df;
--windswept:#d2f2f4;
}