Searching for amazing color gradients for your project? Don't worry just click on the link below. Gradient Palette Fonts used in Gradient Palette @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@500&display=swap'); body{ font-family: 'Nunito Sans', sans-serif; } How to add your own gradient to this project? Open colors.json file from public/js Add the following lines of code to json file. [ { ... }, { "colors":["color1", "color2"] } ] Save, commit and push. Cloning this repositary using command line Open Git Bash. Change the current working directory to the location where you want the cloned directory. Type git clone https://github.com/Sagar-Sharma-7/Gradients-Palette.git Press Enter to create the clone of this repositary. How to reach me?