Color names in this palette
CSS code for this palette
/* CSS */
.neon-rose {
color: #ff0080;
}
.fuchsia-fever {
color: #ff4d9d;
}
.schauss-pink {
color: #ff8fb2;
}
.pink-cattleya {
color: #ffb3d1;
}
.pink-perfume {
color: #ffdbe6;
}
/* CSS Variables */
:root {
--neon-rose:#ff0080;
--fuchsia-fever:#ff4d9d;
--schauss-pink:#ff8fb2;
--pink-cattleya:#ffb3d1;
--pink-perfume:#ffdbe6;
}