Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.manchester-nights {
color: #9a1d28;
}
.etruscan-red {
color: #c92c3e;
}
.kacey-s-pink {
color: #e94e77;
}
.garuda-gold {
color: #fdbc30;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--manchester-nights:#9a1d28;
--etruscan-red:#c92c3e;
--kacey-s-pink:#e94e77;
--garuda-gold:#fdbc30;
}