https://github.com/twcomponents/color-palette-generator
Yet another TailwindCSS color palette generator
https://github.com/twcomponents/color-palette-generator
Last synced: 4 months ago
JSON representation
Yet another TailwindCSS color palette generator
- Host: GitHub
- URL: https://github.com/twcomponents/color-palette-generator
- Owner: twcomponents
- License: mit
- Created: 2024-11-18T23:06:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-21T08:53:00.000Z (7 months ago)
- Last Synced: 2025-11-21T10:22:06.524Z (7 months ago)
- Language: Vue
- Homepage:
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TailwindCSS Color Palette Generator
This is a simple tool to generate a color palette for TailwindCSS. You can choose a base color and the tool will generate a color palette based on that color.
> [!TIP]
> This project is part of another parent project. Folder and component structure is designed to be reusable and easy to integrate into other projects. The main goal is to provide a simple and easy-to-use color palette generator for TailwindCSS.
## 📦 Installation
Run this app in your device with the following steps:
Install required dependencies:
```bash
pnpm|npm i
```
Run dev server:
```bash
pnpm dev
# or
npm run dev
```
Open `localhost:3000` in your browser.
## 🤝 Contribution
If you want to contribute to this project, feel free to open an issue or a pull request. This application should maintain the core features provided. If you have a different idea, feel free to fork it.
## 📝 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.