CSS code for this palette
/* CSS */
.enticing-red {
color: #b84c4e;
}
.babe {
color: #e07b7c;
}
.calabrese {
color: #f1a7a2;
}
.dress-up {
color: #fbc7c1;
}
.royal-wedding {
color: #fce3e3;
}
/* CSS Variables */
:root {
--enticing-red:#b84c4e;
--babe:#e07b7c;
--calabrese:#f1a7a2;
--dress-up:#fbc7c1;
--royal-wedding:#fce3e3;
}