Color names in this palette
CSS code for this palette
/* CSS */
.vivid-orange {
color: #ff5e00;
}
.ucla-gold {
color: #ffb300;
}
.sunny-side-up {
color: #ffd942;
}
.hello-summer {
color: #5cbbff;
}
.digital-violets {
color: #a600ff;
}
/* CSS Variables */
:root {
--vivid-orange:#ff5e00;
--ucla-gold:#ffb300;
--sunny-side-up:#ffd942;
--hello-summer:#5cbbff;
--digital-violets:#a600ff;
}