Color names in this palette
CSS code for this palette
/* CSS */
.hollyhock-pink {
color: #c3a2b4;
}
.eau-de-rose {
color: #e4b9d2;
}
.pink-frosting {
color: #f9d7e0;
}
.ballerina-tears {
color: #f4b9ae;
}
.plum-blossom {
color: #f2a1a1;
}
/* CSS Variables */
:root {
--hollyhock-pink:#c3a2b4;
--eau-de-rose:#e4b9d2;
--pink-frosting:#f9d7e0;
--ballerina-tears:#f4b9ae;
--plum-blossom:#f2a1a1;
}