Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blue-gem {
color: #4c3e93;
}
.lusty-lavender {
color: #8d5cb7;
}
.lil-s {
color: #c599ff;
}
.placebo-purple {
color: #f2e5ff;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blue-gem:#4c3e93;
--lusty-lavender:#8d5cb7;
--lil-s:#c599ff;
--placebo-purple:#f2e5ff;
}