Color names in this palette
CSS code for this palette
/* CSS */
.wild-strawberry {
color: #ff3399;
}
.f-n-h-ng-pink {
color: #ff70b5;
}
.himalayan-balsam {
color: #ff99c9;
}
.pink-cattleya {
color: #ffb3d1;
}
.sweet-romance {
color: #ffc2df;
}
/* CSS Variables */
:root {
--wild-strawberry:#ff3399;
--f-n-h-ng-pink:#ff70b5;
--himalayan-balsam:#ff99c9;
--pink-cattleya:#ffb3d1;
--sweet-romance:#ffc2df;
}