Color names in this palette
CSS code for this palette
/* CSS */
.lush-lilac {
color: #9c7cbb;
}
.herb-robert {
color: #d6a3e0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.wiener-schnitzel {
color: #f09800;
}
.high-risk-red {
color: #c71f30;
}
/* CSS Variables */
:root {
--lush-lilac:#9c7cbb;
--herb-robert:#d6a3e0;
--solar-plexus-chakra:#f1c84b;
--wiener-schnitzel:#f09800;
--high-risk-red:#c71f30;
}