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.
Run this app in your device with the following steps:
Install required dependencies:
pnpm|npm i
Run dev server:
pnpm dev
# or
npm run dev
Open localhost:3000
in your browser.
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.
This project is licensed under the MIT License. See the LICENSE file for details.