CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.liberty {
color: #4b4c9b;
}
.persian-jewel {
color: #6c7dbc;
}
.gingko-leaf {
color: #b2a757;
}
.l-l-red {
color: #d6501f;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--liberty:#4b4c9b;
--persian-jewel:#6c7dbc;
--gingko-leaf:#b2a757;
--l-l-red:#d6501f;
}