Color names in this palette
CSS code for this palette
/* CSS */
.sea-loch {
color: #6d9bd0;
}
.windsor-way {
color: #a2c4e7;
}
.weathered-blue {
color: #d2e2f9;
}
.wash-me {
color: #f8fafc;
}
.sky-high {
color: #a6c1e8;
}
/* CSS Variables */
:root {
--sea-loch:#6d9bd0;
--windsor-way:#a2c4e7;
--weathered-blue:#d2e2f9;
--wash-me:#f8fafc;
--sky-high:#a6c1e8;
}