Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #ffc7e2;
}
.lavender-candy {
color: #ffb3d6;
}
.himalayan-balsam {
color: #ff9ec5;
}
.erythrosine {
color: #ff80b0;
}
.french-pink {
color: #ff61a0;
}
/* CSS Variables */
:root {
--sugarwinkle:#ffc7e2;
--lavender-candy:#ffb3d6;
--himalayan-balsam:#ff9ec5;
--erythrosine:#ff80b0;
--french-pink:#ff61a0;
}