Color names in this palette
CSS code for this palette
/* CSS */
.diva-pink {
color: #ff3d77;
}
.blush-hour {
color: #ff7092;
}
.pink-cattleya {
color: #ffb3d1;
}
.white {
color: #ffffff;
}
.reddish-pink {
color: #ff2e54;
}
/* CSS Variables */
:root {
--diva-pink:#ff3d77;
--blush-hour:#ff7092;
--pink-cattleya:#ffb3d1;
--white:#ffffff;
--reddish-pink:#ff2e54;
}