ColorPalette is a modern color palette tool designed to help developers and designers create, manage, and use color palettes efficiently.
- 🎨 Nearby Colors Generator - Generate harmonious color schemes based on a base color
- 🖼️ Image Color Extraction - Extract main colors from images to generate palettes
- 💉 Interactive Eyedropper - Precisely pick colors from any point on an image
- 🌍 Multi-language Support - Supports English and Chinese
- Framework: Next.js 16 with App Router
- Styling: Tailwind CSS
- Components: shadcn/ui
- Icons: Lucide React
- Color Processing: Color.js + ColorThief
- Language: TypeScript
-
Clone the repository:
git clone https://github.com/isixe/ColorPalette.git
-
Navigate to the project directory:
cd ColorPalette -
Install dependencies:
pnpm install
Start the development server:
pnpm devOpen http://localhost:3000 in your browser.
This project is licensed under the MIT License.