Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.cerulean-frost {
color: #699bc3;
}
.dirty-blue {
color: #407f9c;
}
.shrimp-cocktail {
color: #f4a462;
}
.smooch-rouge {
color: #d6384b;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--cerulean-frost:#699bc3;
--dirty-blue:#407f9c;
--shrimp-cocktail:#f4a462;
--smooch-rouge:#d6384b;
}