Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.sun-crete {
color: #ff8c00;
}
.inferno-orange {
color: #ff4400;
}
.purple-vanity {
color: #9932cd;
}
.steel-blue {
color: #4682b4;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--sun-crete:#ff8c00;
--inferno-orange:#ff4400;
--purple-vanity:#9932cd;
--steel-blue:#4682b4;
}