Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.carolina-blue {
color: #8fbcff;
}
.bi-blue {
color: #619eff;
}
.seljuk-blue {
color: #4c82e6;
}
.athens {
color: #3b70b5;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--carolina-blue:#8fbcff;
--bi-blue:#619eff;
--seljuk-blue:#4c82e6;
--athens:#3b70b5;
}