An application designed to assist you with color configuration of shadcn/ui !
UI Colorgen is a user interface application designed to ease the process of color setup in the shadcn/ui project. It offers a variety of TailwindCSS colors in different formats and enables users to update color variables using a Color Picker. Users can choose their preferred format and generate variables for root in globals.css and color sections for tailwind.config.js.
To run UI Colorgen locally, follow these steps:
pnpm install
Copy .env.example to .env.local and update the variables as needed.
Start the development server:
pnpm run dev
UI Colorgen is a useful tool for managing color setups in the shadcn/ui project. With features like a list of colors, color variable updates, customization options, and easy generation of CSS variables, it simplifies the color configuration process. By following the installation guide, users can easily set up and utilize UI Colorgen for enhanced color management.