Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff4d9d;
}
.f-n-h-ng-pink {
color: #ff70ba;
}
.himalayan-balsam {
color: #ff9ed3;
}
.sugarwinkle {
color: #ffc2e7;
}
.pink-cattleya {
color: #ffb3d1;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff4d9d;
--f-n-h-ng-pink:#ff70ba;
--himalayan-balsam:#ff9ed3;
--sugarwinkle:#ffc2e7;
--pink-cattleya:#ffb3d1;
}