Color names in this palette
CSS code for this palette
/* CSS */
.pale-purple {
color: #b78dce;
}
.heath-spotted-orchid {
color: #9a5b9a;
}
.grapes-of-italy {
color: #6a4a8c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--pale-purple:#b78dce;
--heath-spotted-orchid:#9a5b9a;
--grapes-of-italy:#6a4a8c;
--solar-plexus-chakra:#f1c84b;
--sun-orange:#f47b1f;
}