Color names in this palette
CSS code for this palette
/* CSS */
.f-n-h-ng-pink {
color: #ff6bb5;
}
.pink-tease {
color: #ff85c0;
}
.himalayan-balsam {
color: #ff99c9;
}
.lavender-candy {
color: #ffb3d4;
}
.cherry-blush {
color: #ffc7e0;
}
/* CSS Variables */
:root {
--f-n-h-ng-pink:#ff6bb5;
--pink-tease:#ff85c0;
--himalayan-balsam:#ff99c9;
--lavender-candy:#ffb3d4;
--cherry-blush:#ffc7e0;
}