Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.costa-rica-blue {
color: #7bb9e0;
}
.cousteau {
color: #56a3d7;
}
.opalescent {
color: #3d8ec7;
}
.vermeer-blue {
color: #2a79b2;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--costa-rica-blue:#7bb9e0;
--cousteau:#56a3d7;
--opalescent:#3d8ec7;
--vermeer-blue:#2a79b2;
}