Color names in this palette
CSS code for this palette
/* CSS */
.indigo-purple {
color: #660099;
}
.liberal-lilac {
color: #9b58b6;
}
.plum-point {
color: #d6bce1;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--indigo-purple:#660099;
--liberal-lilac:#9b58b6;
--plum-point:#d6bce1;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}