Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c9e2;
}
.regale-blue {
color: #80b3d6;
}
.sanctuary-spa {
color: #5faee3;
}
.klaxosaur-blue {
color: #2e87c2;
}
.canoe-blue {
color: #1b5074;
}
/* CSS Variables */
:root {
--windsor-way:#a2c9e2;
--regale-blue:#80b3d6;
--sanctuary-spa:#5faee3;
--klaxosaur-blue:#2e87c2;
--canoe-blue:#1b5074;
}