Color names in this palette
CSS code for this palette
/* CSS */
.f-n-h-ng-pink {
color: #ff6bb5;
}
.fuchsia-fever {
color: #ff4d9a;
}
.office-neon-light {
color: #ff297b;
}
.pink-poison {
color: #ff007b;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--f-n-h-ng-pink:#ff6bb5;
--fuchsia-fever:#ff4d9a;
--office-neon-light:#ff297b;
--pink-poison:#ff007b;
--moth-orchid:#d6006f;
}