Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.ucla-gold {
color: #ffb300;
}
.shocking-orange {
color: #ff6d1f;
}
.sour-cherry {
color: #e14b37;
}
.romantic-rose {
color: #a33e8b;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--ucla-gold:#ffb300;
--shocking-orange:#ff6d1f;
--sour-cherry:#e14b37;
--romantic-rose:#a33e8b;
}