Color names in this palette
CSS code for this palette
/* CSS */
.rust-magenta {
color: #966488;
}
.valentine-heart {
color: #b5789c;
}
.lili-elbe-s-pink {
color: #d69fb1;
}
.in-the-pink {
color: #f2c4d2;
}
.pink-diminishing {
color: #fef5f1;
}
/* CSS Variables */
:root {
--rust-magenta:#966488;
--valentine-heart:#b5789c;
--lili-elbe-s-pink:#d69fb1;
--in-the-pink:#f2c4d2;
--pink-diminishing:#fef5f1;
}