Color names in this palette
CSS code for this palette
/* CSS */
.child-of-light {
color: #f1f5f8;
}
.freezing-vapor {
color: #d3e4f8;
}
.windsor-way {
color: #a2c7e7;
}
.windstorm {
color: #6d99c5;
}
.dirty-blue {
color: #3b809b;
}
/* CSS Variables */
:root {
--child-of-light:#f1f5f8;
--freezing-vapor:#d3e4f8;
--windsor-way:#a2c7e7;
--windstorm:#6d99c5;
--dirty-blue:#3b809b;
}