ramansingh-dev0 / color-picker-extension

A sleek color picker built with HTML, CSS, and JavaScript. It lets users select colors, view a live preview, and automatically copies the color code to the clipboard. Ideal for developers and designers, this responsive tool simplifies color selection and integration in projects.

Repository from Github https://github.comramansingh-dev0/color-picker-extensionRepository from Github https://github.comramansingh-dev0/color-picker-extension

Color Picker Extension

A simple and intuitive color picker extension that allows users to select colors, preview them, and automatically copy the selected color code to the clipboard. This project is built with HTML, CSS, and JavaScript.

Features

  • Color Selection: Users can select a color using a color input or a custom color picker.
  • Live Preview: The selected color is displayed in a preview box.
  • Clipboard Copy: The selected color code is automatically copied to the clipboard with a notification.
  • Responsive Design: The extension is designed to be responsive and works well on different screen sizes.

Technologies Used

  • HTML5 - For the structure of the extension.
  • CSS3 - For styling and layout.
  • JavaScript - For the dynamic functionality, including color selection, preview, and clipboard copy.
  • Google Fonts - For custom typography.

Getting Started

Prerequisites

  • A web browser that supports HTML5, CSS3, and JavaScript.
  • A code editor like VSCode if you want to modify the code.

Installation

  1. Clone this repository:
    git clone https://github.com/ramansingh-dev0/color-picker-extension.git
  2. Navigate to the project directory:
    cd color-picker-extension
  3. Open the index.html file in your preferred web browser to see the extension in action.

Usage

  • Click on the color input to open the color picker.
  • Select a color, and the preview box will update to show the selected color.
  • The selected color code will be displayed and automatically copied to your clipboard.
  • A pop-up message will confirm that the color code has been copied.

File Structure

color-picker-extension/
│
├── index.html          # Main HTML file
├── style.css           # CSS file for styling
└── popup.js            # JavaScript file for functionality
└── manifest.json       # json file for extension

About

A sleek color picker built with HTML, CSS, and JavaScript. It lets users select colors, view a live preview, and automatically copies the color code to the clipboard. Ideal for developers and designers, this responsive tool simplifies color selection and integration in projects.

License:MIT License


Languages

Language:CSS 50.1%Language:JavaScript 29.6%Language:HTML 20.2%