Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f5a8c8;
}
.rose-cheeks {
color: #f1798f;
}
.rosy-cheeks {
color: #da4e6a;
}
.vivacious {
color: #a62b5a;
}
.spanish-purple {
color: #640c3d;
}
/* CSS Variables */
:root {
--rose-mallow:#f5a8c8;
--rose-cheeks:#f1798f;
--rosy-cheeks:#da4e6a;
--vivacious:#a62b5a;
--spanish-purple:#640c3d;
}