Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f5c2e7;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.rogue-pink {
color: #ff9ec2;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d6d;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f5c2e7;
--hot-aquarelle-pink:#ffb3e0;
--rogue-pink:#ff9ec2;
--blush-hour:#ff7092;
--love-red:#ff4d6d;
}