Color names in this palette
CSS code for this palette
/* CSS */
.coral-blush {
color: #e7a18d;
}
.jazz-age-coral {
color: #f1bfb1;
}
.mary-s-rose {
color: #f6d0d3;
}
.saira-red {
color: #f99fb7;
}
.rosy-pink {
color: #f76988;
}
/* CSS Variables */
:root {
--coral-blush:#e7a18d;
--jazz-age-coral:#f1bfb1;
--mary-s-rose:#f6d0d3;
--saira-red:#f99fb7;
--rosy-pink:#f76988;
}