Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.greenivorous {
color: #cbdc38;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--greenivorous:#cbdc38;
--devil-s-grass:#4cae4f;
}