https://github.com/webdiscus/color-palette-generator
Generates a harmonious color palette.
https://github.com/webdiscus/color-palette-generator
Last synced: about 2 months ago
JSON representation
Generates a harmonious color palette.
- Host: GitHub
- URL: https://github.com/webdiscus/color-palette-generator
- Owner: webdiscus
- License: isc
- Created: 2022-11-25T10:09:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T13:44:41.000Z (over 3 years ago)
- Last Synced: 2025-02-28T10:17:22.208Z (over 1 year ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# color-palette-generator
Generates a harmonious color palette.
## Install
```
npm install
```
## Start local development
```
npm run dev
```
## Build for production
```
npm run build
```
## Preview
```
npm run preview
```