Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d1;
}
.saira-red {
color: #ff99be;
}
.french-pink {
color: #ff6b9a;
}
.diva-pink {
color: #ff3d7e;
}
.pink-poison {
color: #ff007b;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d1;
--saira-red:#ff99be;
--french-pink:#ff6b9a;
--diva-pink:#ff3d7e;
--pink-poison:#ff007b;
}