CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blue-gem {
color: #4a3b8c;
}
.jubilee {
color: #7c5f9b;
}
.gold-foil {
color: #d9a24a;
}
.orangeville {
color: #e46b5e;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blue-gem:#4a3b8c;
--jubilee:#7c5f9b;
--gold-foil:#d9a24a;
--orangeville:#e46b5e;
}