Color names in this palette
CSS code for this palette
/* CSS */
.lady-anne {
color: #fde2dd;
}
.mixed-fruit {
color: #f9b9b4;
}
.candy-heart-pink {
color: #f6a4a2;
}
.meat {
color: #f27d7f;
}
.deep-blush {
color: #e46c8c;
}
/* CSS Variables */
:root {
--lady-anne:#fde2dd;
--mixed-fruit:#f9b9b4;
--candy-heart-pink:#f6a4a2;
--meat:#f27d7f;
--deep-blush:#e46c8c;
}