Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a1c7e3;
}
.shrimp-cocktail {
color: #f4a462;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.prominent-blue {
color: #277ca0;
}
/* CSS Variables */
:root {
--windsor-way:#a1c7e3;
--shrimp-cocktail:#f4a462;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--prominent-blue:#277ca0;
}