Color names in this palette
CSS code for this palette
/* CSS */
.ethereal-white {
color: #e8f1f2;
}
.ganon-blue {
color: #a1dff7;
}
.sail-away {
color: #4fb5e8;
}
.atmosphere {
color: #0096db;
}
.sea-sight {
color: #007a99;
}
/* CSS Variables */
:root {
--ethereal-white:#e8f1f2;
--ganon-blue:#a1dff7;
--sail-away:#4fb5e8;
--atmosphere:#0096db;
--sea-sight:#007a99;
}