Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blue-gem {
color: #4d3b97;
}
.lusty-lavender {
color: #8a5cc1;
}
.lavender-cream {
color: #bda1e8;
}
.jane-purple {
color: #e9c2ff;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blue-gem:#4d3b97;
--lusty-lavender:#8a5cc1;
--lavender-cream:#bda1e8;
--jane-purple:#e9c2ff;
}