Color names in this palette
CSS code for this palette
/* CSS */
.f-n-h-ng-pink {
color: #ff6bb5;
}
.fuchsia-fever {
color: #ff4d9d;
}
.raspberry-shortcake {
color: #ff388e;
}
.reliquial-rose {
color: #ff1f80;
}
.vivid-raspberry {
color: #ff006e;
}
/* CSS Variables */
:root {
--f-n-h-ng-pink:#ff6bb5;
--fuchsia-fever:#ff4d9d;
--raspberry-shortcake:#ff388e;
--reliquial-rose:#ff1f80;
--vivid-raspberry:#ff006e;
}