Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/primer/prism
A tool for creating and maintaining cohesive, consistent, and accessible color palettes
https://github.com/primer/prism
color
Last synced: 4 days ago
JSON representation
A tool for creating and maintaining cohesive, consistent, and accessible color palettes
- Host: GitHub
- URL: https://github.com/primer/prism
- Owner: primer
- License: mit
- Created: 2022-05-25T02:21:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T15:00:53.000Z (7 months ago)
- Last Synced: 2024-04-17T04:25:33.483Z (7 months ago)
- Topics: color
- Language: TypeScript
- Homepage: https://primer.style/prism/
- Size: 1.37 MB
- Stars: 661
- Watchers: 5
- Forks: 36
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
> **Note**: Primer Prism is not under active development.
![A screenshot of Primer Prism](https://user-images.githubusercontent.com/4608155/172450729-c88a40bc-3273-4aeb-83a4-2610a0c68ecc.png)
# Primer Prism
Primer Prism is a tool for creating and maintaining cohesive, consistent, and accessible color palettes.
- 🌈 [primer.style/prism](https://primer.style/prism)
- 📝 [Read the blog post](https://github.blog/2022-06-14-accelerating-github-theme-creation-with-color-tooling/)> **Warning**
> Primer Prism is experimental. Expect bugs and breaking changes.## Run locally
```bash
# Clone the project
git clone [email protected]:primer/prism.git# Go to the project directory
cd prism# Install dependencies
yarn# Start the development server
yarn start
```## Prior art
Primer Prism builds on the ideas in many existing color tools:
- [Palettte by Gabriel Adorf](https://palettte.app/)
- [Huetone by Alexey Ardov](https://huetone.ardov.me/)
- [ColorBox by Lyft](https://lyft-colorbox.herokuapp.com/)
- [Components AI](https://components.ai/)
- [Leonardo by Adobe](https://leonardocolor.io/theme.html)
- [Palx by Brent Jackson](https://palx.jxnblk.com/)
- [Scale by Hayk An](https://hihayk.github.io/scale)