Color names in this palette
CSS code for this palette
/* CSS */
.jasper {
color: #d93a3d;
}
.sun-orange {
color: #f47b1f;
}
.ucla-gold {
color: #ffb300;
}
.angel-s-trumpet {
color: #f2e03a;
}
.matcha-powder {
color: #a1d600;
}
/* CSS Variables */
:root {
--jasper:#d93a3d;
--sun-orange:#f47b1f;
--ucla-gold:#ffb300;
--angel-s-trumpet:#f2e03a;
--matcha-powder:#a1d600;
}