Color names in this palette
CSS code for this palette
/* CSS */
.f-n-h-ng-pink {
color: #ff6bb5;
}
.french-rose {
color: #ff4d8b;
}
.raspberry-shortcake {
color: #ff387e;
}
.peevish-red {
color: #ff1f6d;
}
.flaming-hot-flamingoes {
color: #ff005d;
}
/* CSS Variables */
:root {
--f-n-h-ng-pink:#ff6bb5;
--french-rose:#ff4d8b;
--raspberry-shortcake:#ff387e;
--peevish-red:#ff1f6d;
--flaming-hot-flamingoes:#ff005d;
}