Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.orange-juice {
color: #ff8000;
}
.love-red {
color: #ff4d6a;
}
.blush-hour {
color: #ff7092;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--orange-juice:#ff8000;
--love-red:#ff4d6a;
--blush-hour:#ff7092;
--ucla-gold:#ffb300;
}