Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.silent-snowfall {
color: #eff6fb;
}
.distant-wind-chime {
color: #e8f0f2;
}
.chapel-blue {
color: #b1cfe7;
}
.light-skyway {
color: #c3e2e9;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--silent-snowfall:#eff6fb;
--distant-wind-chime:#e8f0f2;
--chapel-blue:#b1cfe7;
--light-skyway:#c3e2e9;
}