Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.electric-lemonade {
color: #5ed3e8;
}
.blizzard-blue {
color: #a4e3f4;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--electric-lemonade:#5ed3e8;
--blizzard-blue:#a4e3f4;
--coastal-breeze:#e0f7fa;
}