Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.picnic-day-sky {
color: #00d4f5;
}
.tranquil-pool {
color: #82e0f7;
}
.waterspout {
color: #a8f6ff;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--picnic-day-sky:#00d4f5;
--tranquil-pool:#82e0f7;
--waterspout:#a8f6ff;
}