Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.indigo {
color: #4a0080;
}
.muted-lavender {
color: #3d5a99;
}
.felt-green {
color: #6fbe91;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--indigo:#4a0080;
--muted-lavender:#3d5a99;
--felt-green:#6fbe91;
--usc-gold:#ffcc00;
}