Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.lavish-spending {
color: #8869bf;
}
.lilac-breeze {
color: #a58ebe;
}
.sweet-mustard {
color: #d7b670;
}
.eyelash-viper {
color: #f4c74e;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--lavish-spending:#8869bf;
--lilac-breeze:#a58ebe;
--sweet-mustard:#d7b670;
--eyelash-viper:#f4c74e;
}