Color names in this palette
CSS code for this palette
/* CSS */
.peevish-red {
color: #ff1f6d;
}
.french-rose {
color: #ff4d88;
}
.tickle-me-pink {
color: #ff8ab1;
}
.pink-cattleya {
color: #ffb3d1;
}
.poplar-pink {
color: #ffd1e6;
}
/* CSS Variables */
:root {
--peevish-red:#ff1f6d;
--french-rose:#ff4d88;
--tickle-me-pink:#ff8ab1;
--pink-cattleya:#ffb3d1;
--poplar-pink:#ffd1e6;
}