Is there a way to change dynamically the lumo primary colors:
html {
--lumo-primary-text-color: hsl(214, 35%, 15%);
--lumo-primary-color-50pct: rgba(140, 236, 0, 0.5);
--lumo-primary-color-10pct: rgba(140, 236, 0, 0.1);
--lumo-primary-color: #8CEC00;
--lumo-primary-contrast-color: hsl(214, 35%, 15%);
}
Thanks in advance!
Best Regards, Thomas