Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.middle-blue {
color: #7dd2e3;
}
.blizzard-blue {
color: #a6e5f2;
}
.coastal-breeze {
color: #e1f6f9;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--middle-blue:#7dd2e3;
--blizzard-blue:#a6e5f2;
--coastal-breeze:#e1f6f9;
}