krrish105 / color-generator

Color Generator Website allows the user to search for a specific color using hex code/rgb/rgba/hsl/hsla values or color name and get all the tint, shade and base value of the color by the weight of 10.

Home Page:https://krrish105.github.io/color-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color Generator

Color Generator Website allows the user to search for a specific color using hex code/rgb/rgba/hsl/hsla values or color name and get all the tint, shade and base value of the color by the weight of 10.

This project was built for the final project of CS50x, Introduction To Computer Science.

Table of contents

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Search for the color shades, tints and base color using the hex code/rgb/rgba/hsl/hsla values or color name
  • See all the tint, shade and base value of the color by the weight of 10
  • Select a color from the color picker and see all the tints and shades of the color, and the base color using it.
  • Copy a color code using the Eye Dropper in the color picker and all the tints and shades of the color, and the base color using it.

Screenshot

Links

My process

Built with

Author

About

Color Generator Website allows the user to search for a specific color using hex code/rgb/rgba/hsl/hsla values or color name and get all the tint, shade and base value of the color by the weight of 10.

https://krrish105.github.io/color-generator/


Languages

Language:JavaScript 84.5%Language:CSS 7.9%Language:HTML 7.6%