Color names in this palette
CSS code for this palette
/* CSS */
.oxford-blue {
color: #002147;
}
.bridgeport {
color: #004985;
}
.star-command-blue {
color: #007ab8;
}
.syndicalist {
color: #f5c400;
}
.golden-beryl-yellow {
color: #dba400;
}
/* CSS Variables */
:root {
--oxford-blue:#002147;
--bridgeport:#004985;
--star-command-blue:#007ab8;
--syndicalist:#f5c400;
--golden-beryl-yellow:#dba400;
}