Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.ucla-gold {
color: #ffb300;
}
.cyber-yellow {
color: #ffd500;
}
.hollandaise {
color: #ffec42;
}
.vic-20-creme {
color: #ffffb3;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--ucla-gold:#ffb300;
--cyber-yellow:#ffd500;
--hollandaise:#ffec42;
--vic-20-creme:#ffffb3;
}