Skip to content

m3g0byt3/Apple-HIG-Colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple HIG colors


Color pallete in .clr format (Apple's Color Paletes) with colors from Apple Human Interface Guidelines for iOS. Color pallete using RGB ("generic" RGB, not sRGB IEC61966-2.1) color space to allow importing by frameworks like R.Swift. Use it with frameworks like R.swift, SwiftGen or stand-alone.

Contains followings colors:

  • FF3B30
  • FF9500
  • FFCC00
  • 4CD964
  • 5AC8FA
  • 007AFF
  • 5856D6
  • FF2D55

Installation & Usage


  • Standalone:

    Just copy Apple HIG.clr to the ~/Library/Colors/ folder: cp Apple\ HIG.clr ~/Library/Colors/

    It will appear in Color Pallete utility:

  • With framework:

    Refer to framework documentation.

License


All product names, trademarks and registered trademarks are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names,trademarks and brands does not imply endorsement.

Apple, iOS, iPhone and iPad are trademarks of Apple Inc., registered in the U.S. and other countries.

All other trademarks cited herein are the property of their respective owners.

Released under MIT license, see LICENSE.md for more information.

Author


m3g0byt3