Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.xavier-blue {
color: #6cb2e4;
}
.waimea-blue {
color: #4f9fd8;
}
.vermeer-blue {
color: #2a7bb2;
}
.oceanic-motion {
color: #1c5e87;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--xavier-blue:#6cb2e4;
--waimea-blue:#4f9fd8;
--vermeer-blue:#2a7bb2;
--oceanic-motion:#1c5e87;
}