Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.sasquatch-socks {
color: #ff4281;
}
.heliotrope-magenta {
color: #a200b8;
}
.clouded-blue {
color: #1c75f2;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--sasquatch-socks:#ff4281;
--heliotrope-magenta:#a200b8;
--clouded-blue:#1c75f2;
}