Color names in this palette
CSS code for this palette
/* CSS */
.wild-violet {
color: #681b98;
}
.noble-cause-purple {
color: #7b1fa3;
}
.pink-spyro {
color: #9b27b0;
}
.devil-s-grass {
color: #4cae4f;
}
.resplendent-growth {
color: #398e3d;
}
/* CSS Variables */
:root {
--wild-violet:#681b98;
--noble-cause-purple:#7b1fa3;
--pink-spyro:#9b27b0;
--devil-s-grass:#4cae4f;
--resplendent-growth:#398e3d;
}