Color names in this palette
CSS code for this palette
/* CSS */
.sunny-side-up {
color: #ffdc42;
}
.ucla-gold {
color: #ffb300;
}
.vitamin-c {
color: #ff9900;
}
.heat-wave {
color: #ff7b00;
}
.vivid-orange {
color: #ff5e00;
}
/* CSS Variables */
:root {
--sunny-side-up:#ffdc42;
--ucla-gold:#ffb300;
--vitamin-c:#ff9900;
--heat-wave:#ff7b00;
--vivid-orange:#ff5e00;
}