Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.little-boy-blue {
color: #5c8fdb;
}
.summer-lake {
color: #0076a8;
}
.bridgeport {
color: #004985;
}
.oxford-blue {
color: #001f4d;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--little-boy-blue:#5c8fdb;
--summer-lake:#0076a8;
--bridgeport:#004985;
--oxford-blue:#001f4d;
}