Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.turquoise-sea {
color: #68d9e3;
}
.charlotte {
color: #a4e1e5;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--turquoise-sea:#68d9e3;
--charlotte:#a4e1e5;
--coastal-breeze:#e0f7fa;
}