Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.tear {
color: #b3d8e0;
}
.clear-vision {
color: #e3f2f7;
}
.ocean-cruise {
color: #9fd4df;
}
.snowdrift-glow {
color: #d5e6f1;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--tear:#b3d8e0;
--clear-vision:#e3f2f7;
--ocean-cruise:#9fd4df;
--snowdrift-glow:#d5e6f1;
}