Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #ffc2e2;
}
.pink-condition {
color: #ff99da;
}
.french-pink {
color: #ff709d;
}
.love-red {
color: #ff4d6d;
}
.strawberry {
color: #ff293b;
}
/* CSS Variables */
:root {
--sugarwinkle:#ffc2e2;
--pink-condition:#ff99da;
--french-pink:#ff709d;
--love-red:#ff4d6d;
--strawberry:#ff293b;
}