Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blueberry {
color: #4a3ba0;
}
.blue-marguerite {
color: #6d5ab5;
}
.grape-illusion {
color: #b8a3d7;
}
.sheer-lavender {
color: #f1e1f4;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blueberry:#4a3ba0;
--blue-marguerite:#6d5ab5;
--grape-illusion:#b8a3d7;
--sheer-lavender:#f1e1f4;
}