Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-shimmer {
color: #b2d9e0;
}
.ice-fishing {
color: #def1f7;
}
.everlasting-ice {
color: #f5fafa;
}
.arctic-paradise {
color: #b4e0f8;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-shimmer:#b2d9e0;
--ice-fishing:#def1f7;
--everlasting-ice:#f5fafa;
--arctic-paradise:#b4e0f8;
}