Color names in this palette
CSS code for this palette
/* CSS */
.ucla-gold {
color: #ffb300;
}
.syndicalist {
color: #f5c400;
}
.bone-white {
color: #f1e1b1;
}
.chinook {
color: #a4d6a9;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--ucla-gold:#ffb300;
--syndicalist:#f5c400;
--bone-white:#f1e1b1;
--chinook:#a4d6a9;
--breeze-of-chilli:#f76e6e;
}