- 300 plus gradients
- dark and light modes
1.Clone the repository
https://github.com/johnbabu021/sweetgradients.git2.Change your directory
cd sweetgradients3.Install all packages
npm install4.run the project
npm startAll set
- 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