Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 615 Bytes

File metadata and controls

17 lines (13 loc) · 615 Bytes

Gradient Generator

screenshot

A simple and intuitive graphical user interface for creating CSS background gradient codes while dynamically displaying the gradient as the background.

Code Result Example

background: linear-gradient(to right, #b149ff 0%, #00ffff 100%);

Deployed On

Future Features

  • Develop own color picker
  • Optimize for other browsers
  • Let users input color by codes
  • Toggle visibility of divs for better view of gradient