Skip to content

nikosdaridis/colorpal

Repository files navigation

Logo

ColorPal - Advanced color tools

Browser extension to pick colors from the screen, make tints and shades and download your palette!
Built with TypeScript, HTML and CSS

Features

Color Picker
EyeDropper
Save favorite colors
Auto copy color code
RGB, HEX, HSL, HSV formats
Tints and Shades
Download palette image
Download colors data csv
Move colors
Delete colors
30.000 color names
Light and Dark theme

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

🛠 Installation

  1. Install dependencies

    npm install
  2. Open with live server and start watch mode

    tsc --watch

🚀 Build For Production

  1. Compile TypeScript to JavaScript

    npm run build