CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blue-gem {
color: #4a3c90;
}
.jubilee {
color: #7b5c99;
}
.gothic-amethyst {
color: #a68c95;
}
.kindness {
color: #d2b1c3;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blue-gem:#4a3c90;
--jubilee:#7b5c99;
--gothic-amethyst:#a68c95;
--kindness:#d2b1c3;
}