Challenge: "Interactive Color Mixer"

In this challenge, students will create a simple color mixer application that allows users to mix three primary colors (red, green, and blue) by adjusting sliders, and see the resulting color in real-time. The goal is to use the provided sliders to change the intensity of the colors and display the resulting RGB color code and color block.


Instructions

Objective:
Create a web application where users can adjust sliders to mix red, green, and blue colors. The resulting color should display dynamically along with its corresponding RGB values.


Requirements

  1. HTML:
  1. CSS:
  1. JavaScript:

Stretch Goals (Optional)