Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.certain-peach {
color: #f2bca1;
}
.marquisette {
color: #f1d59d;
}
.southern-belle {
color: #a3d7c5;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--certain-peach:#f2bca1;
--marquisette:#f1d59d;
--southern-belle:#a3d7c5;
--windsor-way:#a2c7e7;
}