An open API service indexing awesome lists of open source software.

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

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.