All Palettes

Color Palette #a8a8a8, #5a8ed8, #f6df60, #7d7d7d, #2d4b8b

0%
0%
0%

CSS code for this palette

/* CSS */
.uniform-grey {
color: #a8a8a8;
}
.blue-jay {
color: #5a8ed8;
}
.dilly-dally {
color: #f6df60;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.blue-highlight {
color: #2d4b8b;
}

/* CSS Variables */
:root {
--uniform-grey:#a8a8a8;
--blue-jay:#5a8ed8;
--dilly-dally:#f6df60;
--aged-moustache-grey:#7d7d7d;
--blue-highlight:#2d4b8b;
}

More palettes to explore