Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.high-tide {
color: #85a4c7;
}
.greyish-blue {
color: #5f7e9b;
}
.oceanic {
color: #4d6980;
}
.midsummer-night {
color: #3a4d59;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--high-tide:#85a4c7;
--greyish-blue:#5f7e9b;
--oceanic:#4d6980;
--midsummer-night:#3a4d59;
}