Color names in this palette
CSS code for this palette
/* CSS */
.sunglow {
color: #ffcc33;
}
.ucla-gold {
color: #ffb300;
}
.flush-orange {
color: #ff6e00;
}
.sasquatch-socks {
color: #ff4281;
}
.future-fuchsia {
color: #ff1f40;
}
/* CSS Variables */
:root {
--sunglow:#ffcc33;
--ucla-gold:#ffb300;
--flush-orange:#ff6e00;
--sasquatch-socks:#ff4281;
--future-fuchsia:#ff1f40;
}