Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.tomb-blue {
color: #0099cc;
}
.blue-atoll {
color: #00b4e6;
}
.dark-shamrock {
color: #3ddb97;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--tomb-blue:#0099cc;
--blue-atoll:#00b4e6;
--dark-shamrock:#3ddb97;
--usc-gold:#ffcc00;
}