Color names in this palette
CSS code for this palette
/* CSS */
.rosy-cheeks {
color: #d94a72;
}
.melon-mist {
color: #e6798f;
}
.sweet-60 {
color: #f3a0af;
}
.pale-petunia {
color: #f6c1c9;
}
.royal-wedding {
color: #fce3e5;
}
/* CSS Variables */
:root {
--rosy-cheeks:#d94a72;
--melon-mist:#e6798f;
--sweet-60:#f3a0af;
--pale-petunia:#f6c1c9;
--royal-wedding:#fce3e5;
}