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