Great article!
Just pointing out for anyone that doesn’t know, if you put the colour inside an extension of the SwiftUI Color class:
extension Color {static let spotifyGreen = Color("spotifyGreen")}
you can use it like this:
.foregroundColor(.spotifyGreen)