SwiftUI color with # code example
Example 1: swiftui background color
Group {
//Views inside the highest view in the hierarchy
}.background(Color.red.edgesIgnoringSafeArea(.all))
Example 2: swift set uicolor
let swiftColor = UIColor(red: 1, green: 165/255, blue: 0, alpha: 1)