Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b4e6;
}
.blue-dacnis {
color: #40d4f2;
}
.luminescent-blue {
color: #a1e0e8;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b4e6;
--blue-dacnis:#40d4f2;
--luminescent-blue:#a1e0e8;
--coastal-breeze:#e0f7fa;
}