Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7c;
}
.ucla-gold {
color: #ffb300;
}
.turquoise {
color: #00c7a6;
}
.shocking-orange {
color: #ff6d1f;
}
.sz-ll-si-grape {
color: #7b29ff;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7c;
--ucla-gold:#ffb300;
--turquoise:#00c7a6;
--shocking-orange:#ff6d1f;
--sz-ll-si-grape:#7b29ff;
}