About • Contributing • Screenshots • License
Gradientos is a web app which can help you choose gradients by simply showing your selected gradients on a live demo website with some common UI elements. You can quickly see how the gradient actually looks on a website. Play around and create your own gradient or select one from our collection.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
For more details, see our contributing guidelines.
If you wish to propose a new feature or report a bug, you can do so by creating an issue.
You can add new gradients to our collection.
To add your own gradient: add it in the gradients.json
file located in src/data
directory.
{
"name": "Creative gradient name",
"colors": ["#fff", "#000"]
}
Only 2 color gradients can be accepted.