Color names in this palette
CSS code for this palette
/* CSS */
.f-n-h-ng-pink {
color: #ff6bb5;
}
.pink-cattleya {
color: #ffb3d1;
}
.kissed-by-mist {
color: #ffccf5;
}
.himalayan-balsam {
color: #ff9eca;
}
.raspberry-shortcake {
color: #ff3d8b;
}
/* CSS Variables */
:root {
--f-n-h-ng-pink:#ff6bb5;
--pink-cattleya:#ffb3d1;
--kissed-by-mist:#ffccf5;
--himalayan-balsam:#ff9eca;
--raspberry-shortcake:#ff3d8b;
}