Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.vibrant {
color: #ffd54d;
}
.wickerware {
color: #fce4b0;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--vibrant:#ffd54d;
--wickerware:#fce4b0;
}