Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 676 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 676 Bytes

Colour generator React App


The lightness or darkness of a color is called its value. Tints are light values that are made by mixing a color with white, which increases lightness. Shades are dark values that are made by mixing a color with black, which reduces lightness.


Description

  • Tints and Shades of colours are generated using Values.js package. Click here to read documentation Values.js .
  • For every colour 10 tints and 10 shades are generated whose hex code can be copied easily just by clicking on the colour block.
  • If invalid hex code is given in input, error is shown.