Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.cerulean-frost {
color: #6f9cc3;
}
.azure-blue {
color: #498fc1;
}
.dead-lake {
color: #2e5c8a;
}
.lucidity {
color: #1a3c6b;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--cerulean-frost:#6f9cc3;
--azure-blue:#498fc1;
--dead-lake:#2e5c8a;
--lucidity:#1a3c6b;
}