All Palettes

Color Palette #ffffff, #0074b3, #e0e0e0, #0096d6, #004985

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.brilliant-blue {
color: #0074b3;
}
.christmas-silver {
color: #e0e0e0;
}
.bayern-blue {
color: #0096d6;
}
.bridgeport {
color: #004985;
}

/* CSS Variables */
:root {
--white:#ffffff;
--brilliant-blue:#0074b3;
--christmas-silver:#e0e0e0;
--bayern-blue:#0096d6;
--bridgeport:#004985;
}

More palettes to explore