Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.bluebell {
color: #3b2a9d;
}
.dragonlord-purple {
color: #5b3dc7;
}
.prickly-purple {
color: #a860be;
}
.lustful-wishes {
color: #c94a9d;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--bluebell:#3b2a9d;
--dragonlord-purple:#5b3dc7;
--prickly-purple:#a860be;
--lustful-wishes:#c94a9d;
}