Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d4e6f2;
}
.windsor-way {
color: #a2c4e7;
}
.blue-bay {
color: #5d9bd5;
}
.national-anthem {
color: #3e6e98;
}
.blue-tang {
color: #2b4b73;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d4e6f2;
--windsor-way:#a2c4e7;
--blue-bay:#5d9bd5;
--national-anthem:#3e6e98;
--blue-tang:#2b4b73;
}