Pokemon Palette is a web application that helps you discover and explore color palettes inspired by Pokemon. Create beautiful color combinations based on your favorite Pokemon's appearance.
- Search and browse Pokemon by name or number
- Generate color palettes from Pokemon sprites
- Copy color codes in different formats (HEX, RGB, HSL)
- Save your favorite palettes
- Share palettes with others
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
This project is built with:
Contributions are welcome! Please feel free to submit a Pull Request.