Color names in this palette
CSS code for this palette
/* CSS */
.neon-rose {
color: #ff0080;
}
.fuchsia-fever {
color: #ff5c98;
}
.tickle-me-pink {
color: #ff8ab1;
}
.pink-cattleya {
color: #ffb3cc;
}
.it-s-a-girl {
color: #ffdbe1;
}
/* CSS Variables */
:root {
--neon-rose:#ff0080;
--fuchsia-fever:#ff5c98;
--tickle-me-pink:#ff8ab1;
--pink-cattleya:#ffb3cc;
--it-s-a-girl:#ffdbe1;
}