Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.lemon-tart {
color: #ffde66;
}
.smooth-satin {
color: #a2d7d1;
}
.dusk-orange {
color: #ff4d3d;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--lemon-tart:#ffde66;
--smooth-satin:#a2d7d1;
--dusk-orange:#ff4d3d;
}