Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #3f2a92;
}
.red-violet {
color: #a30070;
}
.strawberry-avalanche {
color: #f0493d;
}
.fresh-turquoise {
color: #3ee0cf;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--galactic-purple:#3f2a92;
--red-violet:#a30070;
--strawberry-avalanche:#f0493d;
--fresh-turquoise:#3ee0cf;
--usc-gold:#ffcc00;
}