Color names in this palette
CSS code for this palette
/* CSS */
.windsor-wine {
color: #5c2e3d;
}
.tropical-hibiscus {
color: #9a5b6e;
}
.lili-elbe-s-pink {
color: #d7a2b1;
}
.sweetheart {
color: #f2c4d6;
}
.pink-tutu {
color: #f9e6e9;
}
/* CSS Variables */
:root {
--windsor-wine:#5c2e3d;
--tropical-hibiscus:#9a5b6e;
--lili-elbe-s-pink:#d7a2b1;
--sweetheart:#f2c4d6;
--pink-tutu:#f9e6e9;
}