CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.liberty {
color: #494c9c;
}
.hydrangea {
color: #788bc4;
}
.tear {
color: #b6d6e2;
}
.bone-white {
color: #f1e0b1;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--liberty:#494c9c;
--hydrangea:#788bc4;
--tear:#b6d6e2;
--bone-white:#f1e0b1;
}