Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.alice-blue {
color: #f0f7ff;
}
.chapel-blue {
color: #b0d1e8;
}
.wizard-white {
color: #e2f2fd;
}
.island-light {
color: #a6c6ed;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--alice-blue:#f0f7ff;
--chapel-blue:#b0d1e8;
--wizard-white:#e2f2fd;
--island-light:#a6c6ed;
}