Skip to content

johnbabu021/sweetgradients

Repository files navigation

SWEETGRADIENTS

Frame 1

Features

  • 300 plus gradients
  • dark and light modes

Installation

1.Clone the repository

https://github.com/johnbabu021/sweetgradients.git

2.Change your directory

cd sweetgradients

3.Install all packages

npm install

4.run the project

npm start

All set

Contribution

  • switch to gradients.json
cd src/constants
  • create a new object with name and color
{
    "name":"your_gradient_name",
    "colors":["#YOUR_gradient","YOUR_gradient","YOUR_gradient",....]
}
  • send a pull Request