Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.shocking-orange {
color: #ff6d1f;
}
.usc-gold {
color: #ffcc00;
}
.aurora-green {
color: #6fdc8c;
}
.sasquatch-socks {
color: #ff4d7f;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--shocking-orange:#ff6d1f;
--usc-gold:#ffcc00;
--aurora-green:#6fdc8c;
--sasquatch-socks:#ff4d7f;
}