Color names in this palette
CSS code for this palette
/* CSS */
.stone-washed {
color: #d5e1e7;
}
.airway {
color: #aec3d5;
}
.kaleidoscope {
color: #8ba7c1;
}
.atlantic-gull {
color: #4b8caf;
}
.valley-of-glaciers {
color: #2a7b9d;
}
/* CSS Variables */
:root {
--stone-washed:#d5e1e7;
--airway:#aec3d5;
--kaleidoscope:#8ba7c1;
--atlantic-gull:#4b8caf;
--valley-of-glaciers:#2a7b9d;
}