CSS code for this palette
/* CSS */
.royal {
color: #1b1b9d;
}
.liberty {
color: #4f4f9c;
}
.lilac-grey {
color: #8c8c9b;
}
.green-oasis {
color: #b2b257;
}
.peridot {
color: #e5e600;
}
/* CSS Variables */
:root {
--royal:#1b1b9d;
--liberty:#4f4f9c;
--lilac-grey:#8c8c9b;
--green-oasis:#b2b257;
--peridot:#e5e600;
}