Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.ucla-gold {
color: #ffb300;
}
.flush-orange {
color: #ff6e00;
}
.sasquatch-socks {
color: #ff4281;
}
.noble-cause-purple {
color: #7b1fa3;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--ucla-gold:#ffb300;
--flush-orange:#ff6e00;
--sasquatch-socks:#ff4281;
--noble-cause-purple:#7b1fa3;
}