@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@500&display=swap');
body{
font-family: 'Nunito Sans', sans-serif;
}
- Open colors.json file from public/js
- Add the following lines of code to json file.
[
{
...
},
{
"colors":["color1", "color2"]
}
]
- Save, commit and push.
- 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.