Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #ffc2e2;
}
.saira-red {
color: #ff9eba;
}
.french-pink {
color: #ff709d;
}
.diva-pink {
color: #ff3d7e;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--sugarwinkle:#ffc2e2;
--saira-red:#ff9eba;
--french-pink:#ff709d;
--diva-pink:#ff3d7e;
--moth-orchid:#d6006f;
}