The color palette is easy to update via scss by simply changing the $primary, $secondary, and $accent variables in color_schema.scss
however, this means you would need to sub theme - which is a lot of extra effort for an admin theme. I would like to explore options to change these colors in the UI. The color module is dated and does not support modern CSS architecture like SCSS variables.
Any ideas on how to achieve this are welcome!