Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.azalea {
color: #d73c5e;
}
.rosy-cheeks {
color: #e2556f;
}
.wonder-lust {
color: #f28ca1;
}
.love-spell {
color: #f8b9c2;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--azalea:#d73c5e;
--rosy-cheeks:#e2556f;
--wonder-lust:#f28ca1;
--love-spell:#f8b9c2;
}