awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cdonohue/polychrome

Open-source alternatives to Polychrome

30 open-source projects similar to cdonohue/polychrome, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Polychrome alternative.

  • gka/chroma.jsgka avatar

    gka/chroma.js

    10,569View on GitHub↗

    chroma.js is a JavaScript library for color manipulation, space conversion, and the generation of data visualization color scales. It provides a system for transforming colors between formats including RGB, HSL, Lab, LCH, OKLab, and CMYK, alongside tools for parsing and modifying colors across these spaces. The library specializes in data-driven color mapping, using algorithms such as Cubehelix, Bezier interpolation, and ColorBrewer palettes to translate numeric data into visual gradients. It includes a perceptual color difference calculator that utilizes CIE 2000 Delta E and Euclidean metric

    JavaScript
    View on GitHub↗10,569
  • jiffyclub/palettableJ

    jiffyclub/palettable

    0View on GitHub↗

    Palettable

    View on GitHub↗0
  • bennyguitar/coloursbennyguitar avatar

    bennyguitar/Colours

    3,086View on GitHub↗

    A beautiful set of predefined colors and a set of color methods to make your iOS/OSX development life easier.

    Objective-C
    View on GitHub↗3,086
  • bgrins/tinycolorbgrins avatar

    bgrins/TinyColor

    5,248View on GitHub↗

    TinyColor is a JavaScript color manipulation library used for parsing, converting, and modifying colors across various formats and color spaces. It functions as a color space conversion tool and a web accessibility contrast checker to ensure compliance with readability standards. The library provides a color palette generator for creating monochromatic, analogous, and complementary color schemes from a starting color. It also translates colors between hex, RGB, HSL, HSV, and named formats. Additional capabilities include color parsing and normalization, programmatic manipulation of brightnes

    JavaScript
    View on GitHub↗5,248

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • boris-em/colorkitBoris-Em avatar

    Boris-Em/ColorKit

    785View on GitHub↗

    Advanced color manipulation for iOS.

    Swift
    View on GitHub↗785
  • boycechang/bccolorboycechang avatar

    boycechang/BCColor

    414View on GitHub↗

    A Lightweight But Powerful Color Kit (Swift)

    Swift
    View on GitHub↗414
  • brynbellomy/flatuicolorsbrynbellomy avatar

    brynbellomy/FlatUIColors

    164View on GitHub↗

    Flat UI color palette helpers written in Swift.

    Swift
    View on GitHub↗164
  • chrs1885/sheetycolorschrs1885 avatar

    chrs1885/SheetyColors

    104View on GitHub↗

    An action sheet styled color picker for iOS.

    Swift
    View on GitHub↗104
  • davidmerfield/randomcolordavidmerfield avatar

    davidmerfield/randomColor

    6,126View on GitHub↗

    randomColor is a programmatic utility for generating harmonious, aesthetically pleasing color strings for use in web stylesheets and digital user interfaces. It functions as a random color generator that produces values in hexadecimal, RGB, and HSL formats. The library uses a logic-based system that calculates hues and luminosity in HSL space to ensure visual harmony. It allows for the application of specific constraints to brightness, transparency, and hue offsets to limit the generated color spectrum. The tool provides capabilities for programmatic color generation across multiple output f

    JavaScript
    View on GitHub↗6,126
  • dingmouren/colorpickerD

    DingMouRen/ColorPicker

    0View on GitHub↗
    View on GitHub↗0
  • dqhieu/uigradientdqhieu avatar

    dqhieu/UIGradient

    271View on GitHub↗

    A simple and powerful library for using gradient layer, image, color

    Swift
    View on GitHub↗271
  • gradients/gradientsGradients avatar

    Gradients/Gradients

    808View on GitHub↗

    🌔 A curated collection of splendid 180+ gradients made in swift

    Swift
    View on GitHub↗808
  • heygrady/scss-blend-modesheygrady avatar

    heygrady/scss-blend-modes

    814View on GitHub↗

    CSS doesn't natively support color blending the way that Photoshop does. This library attempts to fake that by allowing you to blend a foreground color with a background color in order to approximate color blending. This is not a dynamic blend; you can't use this to blend a color with an image.…

    CSS
    View on GitHub↗814
  • holoviz/colorcetH

    holoviz/colorcet

    0View on GitHub↗
    View on GitHub↗0
  • internalfx/distinct-colorsI

    internalfx/distinct-colors

    0View on GitHub↗

    This is a complete rewrite of (but is heavily inspired by) Mathieu Jacomy's Palette Generator

    View on GitHub↗0
  • jariz/vibrant.jsjariz avatar

    jariz/vibrant.js

    4,594View on GitHub↗

    vibrant.js is a JavaScript color extraction library used to identify dominant color palettes from images based on the Android Palette algorithm. It functions as an image palette generator and a color processing tool that converts extracted data between RGB, HSL, and Hexadecimal formats. The library analyzes image pixels to categorize colors into specific profiles, including vibrant, muted, dark, and light. It also includes an accessible text color calculator that determines high-contrast hex colors for text overlays based on a selected background color. The toolset covers automated palette g

    CoffeeScript
    View on GitHub↗4,594
  • jdhealy/prettycolorsjdhealy avatar

    jdhealy/PrettyColors

    172View on GitHub↗

    Styles and colors text in the Terminal with ANSI escape codes. Conforms to ECMA Standard 48.

    Swift
    View on GitHub↗172
  • joncardasis/chromacolorpickerjoncardasis avatar

    joncardasis/ChromaColorPicker

    569View on GitHub↗

    :art: An intuitive iOS color picker built in Swift.

    Swift
    View on GitHub↗569
  • kizitonwose/colorpreferenceK

    kizitonwose/colorpreference

    0View on GitHub↗
    View on GitHub↗0
  • krasimir/coloorkrasimir avatar

    krasimir/coloor

    329View on GitHub↗

    (Inspired by Dominant Colors for Lazy-Loading Images from Manuel Wieser)

    JavaScript
    View on GitHub↗329
  • lokesh/color-thieflokesh avatar

    lokesh/color-thief

    13,596View on GitHub↗

    Color-thief is a color quantization library and image color palette extractor designed to identify the most prominent colors in visual media. It functions as a semantic color classifier and color space converter, providing tools to extract dominant colors and generate representative palettes from images, videos, and canvas elements. The project utilizes a WebAssembly color processor and background workers to perform high-performance pixel analysis. It implements a WCAG contrast analyzer to calculate color contrast ratios and determine accessible foreground text colors based on accessibility s

    TypeScript
    View on GitHub↗13,596
  • lukyvj/colofilter.cssL

    LukyVj/colofilter.css

    0View on GitHub↗

    Colofilter.css - Duotone filters made with CSS !

    View on GitHub↗0
  • lukyvj/colorify.jsLukyVj avatar

    LukyVj/Colorify.js

    802View on GitHub↗

    The simple, customizable, tiny javascript color extractor.

    HTML
    View on GitHub↗802
  • mathiazhagan01/drawablecolorchangeM

    mathiazhagan01/DrawableColorChange

    0View on GitHub↗
    View on GitHub↗0
  • mistic100/tinygradientmistic100 avatar

    mistic100/tinygradient

    242View on GitHub↗

    Easily generate color gradients with an unlimited number of color stops and steps.

    JavaScript
    View on GitHub↗242
  • omgovich/colordomgovich avatar

    omgovich/colord

    1,874View on GitHub↗

    👑 A tiny yet powerful tool for high-performance color manipulations and conversions

    TypeScript
    View on GitHub↗1,874
  • onevcat/randomcolorswiftonevcat avatar

    onevcat/RandomColorSwift

    635View on GitHub↗

    An attractive color generator for Swift. Ported from randomColor.js.

    Swift
    View on GitHub↗635
  • regexident/gestaltregexident avatar

    regexident/Gestalt

    328View on GitHub↗

    An unintrusive & light-weight iOS app-theming library with support for animated theme switching.

    Swift
    View on GitHub↗328
  • ricokahler/color2kricokahler avatar

    ricokahler/color2k

    632View on GitHub↗

    color2k is a color parsing and manipulation library with the objective of keeping the bundle size as small as possible while still satisfying all of your color manipulation needs in an sRGB space.

    TypeScript
    View on GitHub↗632
  • sarcadass/granim.jsS

    sarcadass/granim.js

    0View on GitHub↗

    Create fluid and interactive gradients animations with this small (< 17 kB) js library.

    View on GitHub↗0