Color names in this palette
CSS code for this palette
/* CSS */
.milkshake-pink {
color: #f2cfd2;
}
.chantilly {
color: #eab8c7;
}
.lili-elbe-s-pink {
color: #d69eb1;
}
.choral-singer {
color: #b77b98;
}
.cosmetic-red {
color: #a35c7c;
}
/* CSS Variables */
:root {
--milkshake-pink:#f2cfd2;
--chantilly:#eab8c7;
--lili-elbe-s-pink:#d69eb1;
--choral-singer:#b77b98;
--cosmetic-red:#a35c7c;
}