Color names in this palette
CSS code for this palette
/* CSS */
.blue-olympus {
color: #004f94;
}
.spanish-blue {
color: #0071b8;
}
.syndicalist {
color: #f5c400;
}
.chrome-yellow {
color: #faa700;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--blue-olympus:#004f94;
--spanish-blue:#0071b8;
--syndicalist:#f5c400;
--chrome-yellow:#faa700;
--kacey-s-pink:#e94e77;
}