Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f6b1c5;
}
.rose-mallow {
color: #f2a6c4;
}
.raspberry-mousse {
color: #e06c8b;
}
.rose-violet {
color: #c74d94;
}
.amaranth-deep-purple {
color: #9b2c6f;
}
/* CSS Variables */
:root {
--cupid:#f6b1c5;
--rose-mallow:#f2a6c4;
--raspberry-mousse:#e06c8b;
--rose-violet:#c74d94;
--amaranth-deep-purple:#9b2c6f;
}