Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blueberry {
color: #4c3d99;
}
.lavish-spending {
color: #805fb9;
}
.middy-s-purple {
color: #ab83d8;
}
.light-lavender {
color: #f3c0f7;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blueberry:#4c3d99;
--lavish-spending:#805fb9;
--middy-s-purple:#ab83d8;
--light-lavender:#f3c0f7;
}