Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b4e6;
}
.electric-lemonade {
color: #5fd7e7;
}
.early-july {
color: #a4dfea;
}
.distant-horizon {
color: #f2f8f8;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b4e6;
--electric-lemonade:#5fd7e7;
--early-july:#a4dfea;
--distant-horizon:#f2f8f8;
}