Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.liberal-lilac {
color: #9b58b6;
}
.bright-ube {
color: #d6a1e8;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--liberal-lilac:#9b58b6;
--bright-ube:#d6a1e8;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}