Color names in this palette
CSS code for this palette
/* CSS */
.rosy-cheeks {
color: #d94a72;
}
.loveland {
color: #e8788c;
}
.emperor-s-children {
color: #f2a1b6;
}
.in-the-pink {
color: #f3c4d3;
}
.royal-wedding {
color: #fce3e6;
}
/* CSS Variables */
:root {
--rosy-cheeks:#d94a72;
--loveland:#e8788c;
--emperor-s-children:#f2a1b6;
--in-the-pink:#f3c4d3;
--royal-wedding:#fce3e6;
}