Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #ffc2e2;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.himalayan-balsam {
color: #ff9eca;
}
.pink-tease {
color: #ff80bb;
}
.f-n-h-ng-pink {
color: #ff6bb3;
}
/* CSS Variables */
:root {
--sugarwinkle:#ffc2e2;
--hot-aquarelle-pink:#ffb3d9;
--himalayan-balsam:#ff9eca;
--pink-tease:#ff80bb;
--f-n-h-ng-pink:#ff6bb3;
}