Color names in this palette
CSS code for this palette
/* CSS */
.distant-wind-chime {
color: #e8f0f2;
}
.frozen-blue {
color: #a6c4d9;
}
.air-blue {
color: #6ca8c1;
}
.wipeout {
color: #3d8394;
}
.corsair {
color: #1b5869;
}
/* CSS Variables */
:root {
--distant-wind-chime:#e8f0f2;
--frozen-blue:#a6c4d9;
--air-blue:#6ca8c1;
--wipeout:#3d8394;
--corsair:#1b5869;
}