Color names in this palette
CSS code for this palette
/* CSS */
.grass-pink-orchid {
color: #c880ff;
}
.royalty-loyalty {
color: #a75fab;
}
.sasquatch-socks {
color: #ff4d7f;
}
.ucla-gold {
color: #ffb300;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--grass-pink-orchid:#c880ff;
--royalty-loyalty:#a75fab;
--sasquatch-socks:#ff4d7f;
--ucla-gold:#ffb300;
--usc-gold:#ffcc00;
}