Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.blackberry-yogurt {
color: #e8b5e1;
}
.esprit-peach {
color: #ffc29e;
}
.kisses-and-hugs {
color: #ff667d;
}
.clay-beige {
color: #d5d1c3;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--blackberry-yogurt:#e8b5e1;
--esprit-peach:#ffc29e;
--kisses-and-hugs:#ff667d;
--clay-beige:#d5d1c3;
}