Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c52b3a;
}
.classic-chalk {
color: #f5f5f0;
}
.prismatic-springs {
color: #005a75;
}
.usc-gold {
color: #ffcc00;
}
.umbra {
color: #1f1f1f;
}
/* CSS Variables */
:root {
--mars-red:#c52b3a;
--classic-chalk:#f5f5f0;
--prismatic-springs:#005a75;
--usc-gold:#ffcc00;
--umbra:#1f1f1f;
}