Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.oxygen-blue {
color: #92b2d8;
}
.cottage-blue {
color: #7a9ac7;
}
.tropical-violet {
color: #d1a9e0;
}
.fulgrim-pink {
color: #f5b2d1;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--oxygen-blue:#92b2d8;
--cottage-blue:#7a9ac7;
--tropical-violet:#d1a9e0;
--fulgrim-pink:#f5b2d1;
}