Being able to export and import color schemes.

I created a widget simple color scheme containing 9 colors that I often use. And I use these colors in many projects. Right now, I have to recreate it each time I start a new project. My color schemes also get removed for some reason after Unreal updates, so I have to add them again. And this is really annoying. So why not make it possible to import and export color schemes? It can be as simple as a .txt file ordered like this:

”Color scheme name here"
"entry 1 color hex code" "Optional title"
"entry 2 color hex code" "Optional title"

This would save me (And probably others.) a lot of time. And this seems not that hard to add.