Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phamfoo/solid

Color picker app for macOS inspired by Figma.
https://github.com/phamfoo/solid

color-picker figma hsl macos swiftui

Last synced: about 20 hours ago
JSON representation

Color picker app for macOS inspired by Figma.

Awesome Lists containing this project

README

        

![](Misc/AppIcon.png)

# Solid

> Color picker app for macOS inspired by Figma.

# Features

- Pick a color on screen on paste from clipboard.
- Supports RGB, HSB, and HSL color models.
- Save and edit.
- Search.

![](Misc/Editor.png)
![](Misc/List.png)

# Thanks

- [Josh Comeau](https://twitter.com/joshwcomeau) for the [HSL color picker implementation](https://www.joshwcomeau.com/css/color-formats/#hsl-4)
- [Sindre Sorhus](https://twitter.com/sindresorhus) for making [System-Color-Picker](https://github.com/sindresorhus/System-Color-Picker), which inspired some of the features in this app.