Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.bright-eggplant {
color: #5e4b8b;
}
.enviable {
color: #4c9c3a;
}
.pickled-limes {
color: #b6b30c;
}
.self-love {
color: #d22d6c;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--bright-eggplant:#5e4b8b;
--enviable:#4c9c3a;
--pickled-limes:#b6b30c;
--self-love:#d22d6c;
}