AppColor.swift 303 B

1234567891011121314151617
  1. //
  2. // AppColor.swift
  3. // Learn Genie
  4. //
  5. // Created by Suraj Kumar Mandal on 19/08/21.
  6. //
  7. import Foundation
  8. import UIKit
  9. struct AppColor {
  10. static let onboarding1 = UIColor(rgb: 0xffc466)
  11. static let onboarding2 = UIColor(rgb: 0x1cbca2)
  12. static let onboarding3 = UIColor(rgb: 0x7966fe)
  13. }