Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #ffc2e2;
}
.pink-makeup {
color: #ff809d;
}
.love-red {
color: #ff4d6d;
}
.rose-violet {
color: #c44a9e;
}
.heliotrope-magenta {
color: #a400b3;
}
/* CSS Variables */
:root {
--sugarwinkle:#ffc2e2;
--pink-makeup:#ff809d;
--love-red:#ff4d6d;
--rose-violet:#c44a9e;
--heliotrope-magenta:#a400b3;
}