Color names in this palette
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;
}