UIColor-WikiColors alternatives and similar libraries
Based on the "Colors" category.
Alternatively, view UIColor-WikiColors alternatives based on common mentions on social networks and blogs.
-
Chameleon
DISCONTINUED. Color framework for Swift & Objective-C (Gradient colors, hexcode support, colors from images & more). -
SwiftGen-Colors
The Swift code generator for your assets, storyboards, Localizable.strings, โฆ โ Get rid of all String-based APIs! -
PrettyColors
Styles and colors text in the Terminal with ANSI escape codes. Conforms to ECMA Standard 48. -
HexColor
Utility that lets you define UIColors in Swift as they've meant to be defined: as HEX values -
ImagePalette
Swift/iOS port of Android's Palette https://developer.android.com/reference/android/support/v7/graphics/Palette.html -
Colors
A pure Swift library for using ANSI codes. Basically makes command-line coloring and styling very easy! -
Colors Extension
Colors is a Swift Package to enable all system colors in SwiftUI trough a Color extension. Colors which were previously only available in UIColor/NSColor are now available in Color as well.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of UIColor-WikiColors or a related project?
README
UIColor-WikiColors
All wikipedia colors implemented as an easy to use UIColor extension.
Have you ever tried using UIColor.lightBlue
just to be welcomed with an error that such value doesn't exist? Well - fear no more! Now you can have all the colors of the world in one simple extension! And by all I mean 1ย 293
of them.
Installation
Simply drop UIColor+WikiColors.swift
into your project and that's it! ๐
If you prefer using Swift package manager you can do that using package-manager branch.
Usage
let color = UIColor.aquamarine
UIColor+WikiColors.swift
also contains useful init
for creating colors from hex values - for which I want to thank yeahdongcn.
let color = UIColor(hex: "#0048BA")
let anotherColor = UIColor(hex: "#abc")
let justAnotherOne = UIColor(hex: "#123a") // with alpha
License
The source code is dedicated to the public domain. See the LICENCE.md
file for
more information.
*Note that all licence references and agreements mentioned in the UIColor-WikiColors README section above
are relevant to that project's source code only.