Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a1;
}
.peach-patch {
color: #f2d7a1;
}
.menthol-kiss {
color: #a2e2d4;
}
.windsor-way {
color: #a2c3e6;
}
.bright-ube {
color: #cea5e9;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a1;
--peach-patch:#f2d7a1;
--menthol-kiss:#a2e2d4;
--windsor-way:#a2c3e6;
--bright-ube:#cea5e9;
}