Color names in this palette
CSS code for this palette
/* CSS */
.f-n-h-ng-pink {
color: #ff6bb5;
}
.himalayan-balsam {
color: #ff99c9;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.linnet-egg-red {
color: #ffccdc;
}
.lavender-blush {
color: #fff0f5;
}
/* CSS Variables */
:root {
--f-n-h-ng-pink:#ff6bb5;
--himalayan-balsam:#ff99c9;
--hot-aquarelle-pink:#ffb3d9;
--linnet-egg-red:#ffccdc;
--lavender-blush:#fff0f5;
}