Most often, when working on implementing a design in SwiftUI, you'll be faced with the challenge of somehow converting a HEX color value to something that is usable in SwiftUI.
This seemingly simple task is surprisingly hard to achieve. Much harder than it probably should be because, for some reason,