CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blue-gem {
color: #4b3f8d;
}
.jubilee {
color: #7c5f9b;
}
.summerset {
color: #c7803d;
}
.golden-kingdom {
color: #e2c94b;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blue-gem:#4b3f8d;
--jubilee:#7c5f9b;
--summerset:#c7803d;
--golden-kingdom:#e2c94b;
}