Skip to content

henripar/gradientos

Repository files navigation


Gradientos
Gradientos

Gradientos makes it easy to choose gradients.

gradientos.app

Netlify status GitHub language GitHub package.json version GitHub

AboutContributingScreenshotsLicense

About

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.

Contributing

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.

Creating issues

If you wish to propose a new feature or report a bug, you can do so by creating an issue.

Add Gradient

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.

Format

{
"name": "Creative gradient name",
"colors": ["#fff", "#000"]
}

Only 2 color gradients can be accepted.

Screenshots

gradientos-cover gradients-screenshot