Color names in this palette
CSS code for this palette
/* CSS */
.pink-chintz {
color: #f1c1d0;
}
.pink-fit {
color: #f8a5b1;
}
.god-s-own-junkyard-pink {
color: #f86893;
}
.ripe-malinka {
color: #f8546c;
}
.pezzottaite {
color: #d43a51;
}
/* CSS Variables */
:root {
--pink-chintz:#f1c1d0;
--pink-fit:#f8a5b1;
--god-s-own-junkyard-pink:#f86893;
--ripe-malinka:#f8546c;
--pezzottaite:#d43a51;
}