Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #ffc2e4;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.rogue-pink {
color: #ff9ec2;
}
.erythrosine {
color: #ff80b2;
}
.stellar-strawberry {
color: #ff5c92;
}
/* CSS Variables */
:root {
--sugarwinkle:#ffc2e4;
--hot-aquarelle-pink:#ffb3e0;
--rogue-pink:#ff9ec2;
--erythrosine:#ff80b2;
--stellar-strawberry:#ff5c92;
}