Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-shimmer {
color: #b3dce0;
}
.aqua-glass {
color: #d0e7e1;
}
.ethereal-white {
color: #e7f0f3;
}
.everlasting-ice {
color: #f4fbfb;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-shimmer:#b3dce0;
--aqua-glass:#d0e7e1;
--ethereal-white:#e7f0f3;
--everlasting-ice:#f4fbfb;
}