Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e3a1d3;
}
.little-bow-pink {
color: #d67a99;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orange-gluttony {
color: #ef791f;
}
.blue-bay {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--exotic-violet:#e3a1d3;
--little-bow-pink:#d67a99;
--solar-plexus-chakra:#f1c84b;
--orange-gluttony:#ef791f;
--blue-bay:#5d9bd5;
}