Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #ffc2e2;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.himalayan-balsam {
color: #ff9ec8;
}
.pink-makeup {
color: #ff809d;
}
.stellar-strawberry {
color: #ff5c85;
}
/* CSS Variables */
:root {
--sugarwinkle:#ffc2e2;
--hot-aquarelle-pink:#ffb3e0;
--himalayan-balsam:#ff9ec8;
--pink-makeup:#ff809d;
--stellar-strawberry:#ff5c85;
}