A modern web application for generating and managing color palettes using Tailwind CSS. This tool helps designers and developers create, visualize, and export color schemes that are compatible with Tailwind CSS.
The application is deployed and available at: https://emreires.github.io/tailwind-color-palette-generator/
Clone the repository:
git clone https://github.com/emreires/tailwind-color-palette-generator.git
Install dependencies:
pnpm install
Run the development server:
pnpm dev
Open http://localhost:3000 in your browser
To build the application for production:
pnpm build
The application is deployed using GitHub Pages. To deploy updates:
./deploy.ps1 # For Windows
# or
./deploy.sh # For Unix-based systems
This project is open source and available under the MIT License.
Contributions are welcome! Please feel free to submit a Pull Request.