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

https://github.com/jaredgorski/swatchmaker

🎨 Simple web app for generating and downloading high-quality, custom color swatches
https://github.com/jaredgorski/swatchmaker

color color-palette color-scheme color-theme colorscheme design design-pattern design-patterns palette palette-colors palette-editor palette-generation readme readme-quality swatch swatches swatchmaker ui ui-components ui-design

Last synced: 6 months ago
JSON representation

🎨 Simple web app for generating and downloading high-quality, custom color swatches

Awesome Lists containing this project

README

          

# Swatchmaker
Simple web app for generating and downloading high-quality, custom color swatches

![](.media/swatchmaker-demo.gif)

link: https://swatchmaker.jaredgorski6.now.sh/

### Develop:

`npm i`

`npm run build`

`npm start`

### Deploy on WeDeploy:
Prerequisite: [WeDeploy CLI](https://wedeploy.com/docs/intro/using-the-command-line/)

`npm run build`

`cd build`

`we deploy -p swatchmaker`

### Explanation
The point here is simple: generate and download a high-quality PNG swatch with one background color and all the foreground colors. Swatches may be useful for [README](https://github.com/jaredgorski/Nineties/blob/master/README.md)s, documentation, or maybe even coordinating colors for your next interior design project 🎨

Feel free to open issues, send pull-requests, or [ping the creator](mailto:jaredgorski6@gmail.com) with insults, kudos, or questions!