Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d5e6f1;
}
.windsor-way {
color: #a2c7e7;
}
.blueberry-soft-blue {
color: #5e97c5;
}
.muted-blue {
color: #3b6fa0;
}
.nautical {
color: #2b4d7d;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d5e6f1;
--windsor-way:#a2c7e7;
--blueberry-soft-blue:#5e97c5;
--muted-blue:#3b6fa0;
--nautical:#2b4d7d;
}