Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.prickly-purple {
color: #a55eb5;
}
.kraft-paper {
color: #d3b69c;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--prickly-purple:#a55eb5;
--kraft-paper:#d3b69c;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}