diff --git a/Color-Picker/imHardik1606/README.md b/Color-Picker/imHardik1606/README.md
new file mode 100644
index 000000000..13cc1945f
--- /dev/null
+++ b/Color-Picker/imHardik1606/README.md
@@ -0,0 +1,57 @@
+# Color Picker
+
+A simple and interactive Color Picker web application built with HTML, CSS, and JavaScript. This project allows users to pick a color, view its hexadecimal value, and see a live preview of the selected color.
+
+## Features
+
+- **Real-Time Color Selection**: Users can pick a color using a color input element.
+- **Hexadecimal Color Code**: Displays the selected color's hex code in a text box.
+- **Live Color Preview**: Shows a live preview of the selected color.
+- **Responsive Design**: Works seamlessly on different screen sizes.
+
+## Technologies Used
+
+- **HTML**: Structure of the web page.
+- **CSS**: Styling and layout of the application.
+- **JavaScript**: Adds interactivity to the Color Picker.
+
+## Project Structure
+
+```
+project-folder/
+├── index.html # Main HTML file
+├── styles.css # CSS file for styling
+├── script.js # JavaScript file for interactivity
+└── README.md # Project documentation
+```
+
+## How to Use
+
+1. Clone or download this repository to your local machine.
+2. Open the `index.html` file in your browser.
+3. Use the color picker to select a color.
+4. View the color's hexadecimal code in the text box and its preview in the box below.
+
+## Screenshots
+
+### Initial View:
+
+
+### After Selecting a Color:
+
+
+## Demo
+
+You can view a live demo of the Color Picker [here](screenshots/Color-Picker%20Demo.mp4).
+
+## Customization
+
+Feel free to modify the code to:
+
+- Add more color formats (e.g., RGB, HSL).
+- Enhance the UI/UX with additional styling.
+- Save the selected colors to a palette.
+
+---
+
+Happy Coding!
diff --git a/Color-Picker/imHardik1606/index.html b/Color-Picker/imHardik1606/index.html
new file mode 100644
index 000000000..70e765899
--- /dev/null
+++ b/Color-Picker/imHardik1606/index.html
@@ -0,0 +1,18 @@
+
+
+