Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.regale-blue {
color: #80b3d6;
}
.tall-waves {
color: #5d9cd0;
}
.beijing-blue {
color: #3d7fae;
}
.endeavour {
color: #2a5f8d;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--regale-blue:#80b3d6;
--tall-waves:#5d9cd0;
--beijing-blue:#3d7fae;
--endeavour:#2a5f8d;
}