Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.modern-blue {
color: #b8d3ea;
}
.windsor-way {
color: #a1c8e2;
}
.costa-rica-blue {
color: #7bb9e0;
}
.mountain-bluebird {
color: #509bc3;
}
/* CSS Variables */
:root {
--white:#ffffff;
--modern-blue:#b8d3ea;
--windsor-way:#a1c8e2;
--costa-rica-blue:#7bb9e0;
--mountain-bluebird:#509bc3;
}