Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.blush-hour {
color: #ff7092;
}
.pleasant-purple {
color: #8c3dae;
}
.daisy-bush {
color: #5b3e8e;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--blush-hour:#ff7092;
--pleasant-purple:#8c3dae;
--daisy-bush:#5b3e8e;
}