Color names in this palette
CSS code for this palette
/* CSS */
.reddish-purple {
color: #8a0053;
}
.velvet-cupcake {
color: #a8006b;
}
.bottom-of-my-heart {
color: #d1007d;
}
.feasty-fuchsia {
color: #f0008c;
}
.fuchsia-fever {
color: #ff5c9d;
}
/* CSS Variables */
:root {
--reddish-purple:#8a0053;
--velvet-cupcake:#a8006b;
--bottom-of-my-heart:#d1007d;
--feasty-fuchsia:#f0008c;
--fuchsia-fever:#ff5c9d;
}