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
- Host: GitHub
- URL: https://github.com/jaredgorski/swatchmaker
- Owner: jaredgorski
- License: mit
- Created: 2018-12-09T02:52:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T00:03:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T01:06:05.051Z (7 months ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://swatchmaker.jaredgorski6.now.sh/
- Size: 3.28 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swatchmaker
Simple web app for generating and downloading high-quality, custom color swatches
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!