Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.chrome-yellow {
color: #faa700;
}
.usc-gold {
color: #ffcc00;
}
.akhdhar-green {
color: #b4e61e;
}
.artificial-turf {
color: #3cb95f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--chrome-yellow:#faa700;
--usc-gold:#ffcc00;
--akhdhar-green:#b4e61e;
--artificial-turf:#3cb95f;
}