Color names in this palette
CSS code for this palette
/* CSS */
.lull-wind {
color: #c3d6e9;
}
.windsor-way {
color: #a1c7e3;
}
.cerulean-frost {
color: #6b9fc7;
}
.serenity-s-reign {
color: #4c7dc8;
}
.blue-regent {
color: #2a5b93;
}
/* CSS Variables */
:root {
--lull-wind:#c3d6e9;
--windsor-way:#a1c7e3;
--cerulean-frost:#6b9fc7;
--serenity-s-reign:#4c7dc8;
--blue-regent:#2a5b93;
}