Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.blue-dacnis {
color: #3ddbf0;
}
.ganon-blue {
color: #a0e3f8;
}
.pale-blue {
color: #d1f7ff;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--blue-dacnis:#3ddbf0;
--ganon-blue:#a0e3f8;
--pale-blue:#d1f7ff;
}