All Palettes

Color Palette #1b1b9d, #4f4f9c, #8c8c9b, #b2b257, #e5e600

0%
0%
0%

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;
}

More palettes to explore