Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.cerulean-frost {
color: #6c9cc6;
}
.mallorca-blue {
color: #4f7d92;
}
.freedom {
color: #3c5b67;
}
.harpoon {
color: #2a3c4c;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--cerulean-frost:#6c9cc6;
--mallorca-blue:#4f7d92;
--freedom:#3c5b67;
--harpoon:#2a3c4c;
}