Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff4d94;
}
.f-n-h-ng-pink {
color: #ff70b3;
}
.himalayan-balsam {
color: #ff9ed3;
}
.light-pink {
color: #ffd1e0;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff4d94;
--f-n-h-ng-pink:#ff70b3;
--himalayan-balsam:#ff9ed3;
--light-pink:#ffd1e0;
--hot-aquarelle-pink:#ffb3d9;
}