Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f7d4e1;
}
.rose-mallow {
color: #f2a6c7;
}
.china-pink {
color: #e76e9f;
}
.pickled-pink {
color: #d84b7c;
}
.maroon-light {
color: #c52b5e;
}
/* CSS Variables */
:root {
--pink-frosting:#f7d4e1;
--rose-mallow:#f2a6c7;
--china-pink:#e76e9f;
--pickled-pink:#d84b7c;
--maroon-light:#c52b5e;
}