Color names in this palette
CSS code for this palette
/* CSS */
.flush-orange {
color: #ff6e00;
}
.ucla-gold {
color: #ffb300;
}
.cyber-yellow {
color: #ffd500;
}
.maldives {
color: #00bad6;
}
.sasquatch-socks {
color: #ff4281;
}
/* CSS Variables */
:root {
--flush-orange:#ff6e00;
--ucla-gold:#ffb300;
--cyber-yellow:#ffd500;
--maldives:#00bad6;
--sasquatch-socks:#ff4281;
}