Description:
A simple Color Picker App that allows users to choose a color and view its HEX, RGB, and HSL values. The user can copy the color code easily.
Features:
- Color input element or palette.
- Display selected color values (HEX, RGB, HSL).
- Copy color code to clipboard.
- Optional: Generate random colors.
Learning Focus:
- DOM manipulation
- Color formats
- Clipboard API usage
- Interactive UI practice
Difficulty: Beginner