Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.rogue-pink {
color: #f6a7c1;
}
.shadow-azalea-pink {
color: #e76a9a;
}
.flirty-rose {
color: #d85f8d;
}
.primal-red {
color: #a52c4e;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--rogue-pink:#f6a7c1;
--shadow-azalea-pink:#e76a9a;
--flirty-rose:#d85f8d;
--primal-red:#a52c4e;
}