Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.cyanite {
color: #00b4f0;
}
.blue-dacnis {
color: #3bd1e8;
}
.ganon-blue {
color: #a1e9f7;
}
.bright-white {
color: #f5f2ef;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--cyanite:#00b4f0;
--blue-dacnis:#3bd1e8;
--ganon-blue:#a1e9f7;
--bright-white:#f5f2ef;
}