Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.regale-blue {
color: #7fb2d7;
}
.boat-house {
color: #4b8bc3;
}
.brigadier-blue {
color: #00649e;
}
.bridgeport {
color: #004a80;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--regale-blue:#7fb2d7;
--boat-house:#4b8bc3;
--brigadier-blue:#00649e;
--bridgeport:#004a80;
}