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: #ff99d1;
}
.fresh-gum {
color: #ffa8e5;
}
.hermosa-pink {
color: #ffb3f0;
}
/* CSS Variables */
:root {
--f-n-h-ng-pink:#ff6bb5;
--pink-tease:#ff85c0;
--himalayan-balsam:#ff99d1;
--fresh-gum:#ffa8e5;
--hermosa-pink:#ffb3f0;
}