Color names in this palette
CSS code for this palette
/* CSS */
.waiporoporo-purple {
color: #6c51c8;
}
.queer-purple {
color: #a76beb;
}
.plasma-trail {
color: #d6a0f3;
}
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.rogue-pink {
color: #f6a7c1;
}
/* CSS Variables */
:root {
--waiporoporo-purple:#6c51c8;
--queer-purple:#a76beb;
--plasma-trail:#d6a0f3;
--cotton-candy-aesthetic:#f5b7e2;
--rogue-pink:#f6a7c1;
}