Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.vanadyl-blue {
color: #00a5e0;
}
.maldives {
color: #00bdd6;
}
.aquamarine {
color: #1ce9b5;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--vanadyl-blue:#00a5e0;
--maldives:#00bdd6;
--aquamarine:#1ce9b5;
--usc-gold:#ffcc00;
}