CSS code for this palette
/* CSS */
.wine {
color: #7a003d;
}
.tulip-red {
color: #b9506e;
}
.pink-slip {
color: #d68a8a;
}
.old-flame {
color: #f4b8b8;
}
.lusty-gallant {
color: #ffcccc;
}
/* CSS Variables */
:root {
--wine:#7a003d;
--tulip-red:#b9506e;
--pink-slip:#d68a8a;
--old-flame:#f4b8b8;
--lusty-gallant:#ffcccc;
}