{"id":15030328,"url":"https://github.com/ghosh/uigradients","last_synced_at":"2025-05-14T01:04:27.294Z","repository":{"id":20277877,"uuid":"23551107","full_name":"ghosh/uiGradients","owner":"ghosh","description":"🔴 Beautiful colour gradients for design and code","archived":false,"fork":false,"pushed_at":"2024-07-29T14:50:11.000Z","size":5833,"stargazers_count":5929,"open_issues_count":225,"forks_count":1392,"subscribers_count":122,"default_branch":"master","last_synced_at":"2025-04-02T01:09:46.019Z","etag":null,"topics":["css","design","gradients","javascript","vue"],"latest_commit_sha":null,"homepage":"http://uigradients.com/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"openstack/oslo.policy","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghosh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-09-01T18:04:38.000Z","updated_at":"2025-03-28T06:44:16.000Z","dependencies_parsed_at":"2023-02-16T02:20:24.059Z","dependency_job_id":"e80ab363-56aa-4eb6-a8fd-fe42c552dec2","html_url":"https://github.com/ghosh/uiGradients","commit_stats":{"total_commits":714,"total_committers":264,"mean_commits":"2.7045454545454546","dds":0.6162464985994398,"last_synced_commit":"be335b583c1270a5b6d20214d90b20a7191fed0f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosh%2FuiGradients","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosh%2FuiGradients/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosh%2FuiGradients/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosh%2FuiGradients/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghosh","download_url":"https://codeload.github.com/ghosh/uiGradients/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247962460,"owners_count":21024862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","design","gradients","javascript","vue"],"created_at":"2024-09-24T20:13:06.928Z","updated_at":"2025-04-09T02:11:09.862Z","avatar_url":"https://github.com/ghosh.png","language":"Vue","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://www.dropbox.com/s/h6vdbd2ar3c8mw6/logo.png?dl=0\u0026raw=1\" width=\"240\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/made%20with-love-E760A4.svg\" alt=\"Made with love\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-green.svg\" alt=\"License\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/ghosh/uiGradients/graphs/contributors\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/contributors/ghosh/uigradients.svg\" alt=\"Contributors\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://api.travis-ci.org/ghosh/uiGradients\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://api.travis-ci.org/ghosh/uiGradients.svg\" alt=\"Build Status\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nuiGradients is a community contributed collection of beautiful multi-color gradients\n\u003c/p\u003e\n\n---\n\n\u0026nbsp;\n\n## About\nThis is an effort to give back to the community, by the community. Hopefully this will help you draw inspiration and serve as a resource for picking gradients for your own projects.\n\n\u0026nbsp;\n\n## Contributing\nAdding a gradient to the library is super simple. All the gradients are loaded and rendered from a single `gradients.json` file in the root.\n\nTo add your gradient, fork this repository, add your gradient colors in the HEX format along with a name to the end of the json file and submit a pull request. Don't forget the commas!\n\n```\n[\n    {\n        …\n    },\n    {\n      \"name\": \"Career\",\n      \"colors\": [\"#cb202d\", \"#dc1e28\", \"#3366cc\"]\n    }\n]\n```\n\n*NOTE* - Please keep gradient submissions and bug fixes in separate PRs.\n\n\u0026nbsp;\n\n### Improvements and Bugs\nPlease feel free to open a new issue [here](https://github.com/Ghosh/uiGradients/issues) with your suggestions or any bugs which you may have come across.\n\n\u0026nbsp;\n\n## Data\nWhile there is no official api, all the gradients are present in the `gradients.json` file. The code below is an example of fetching the data via a CURL request\n```\ncurl -i https://raw.githubusercontent.com/ghosh/uiGradients/master/gradients.json\n```\n\n\u0026nbsp;\n\n## Built with uiGradients\nA few open source projects built with uiGradients\n- [UIColor-uiGradientsAdditions](https://github.com/kaiinui/UIColor-uiGradientsAdditions) - uiGradients for iOS\n- [NilColorKit](https://github.com/NilStack/NilColorKit) - uiGradients made for swift\n- [uigradients](https://github.com/JSBros/uigradients) - Styled components for uiGradients\n- [uigradients-scss](https://github.com/subinsebastian/uigradients-scss) - uiGradients ported to scss\n- [helper-uigradient](https://github.com/helpers/helper-uigradient) - Handlebar helper for uiGradients\n- [Uigradients iOS Viewer](https://github.com/thexande/uiGradients-Viewer-iOS) - Open source iOS app for viewing gradients\n- [Potion](http://numberpicture.com/build) - React components for declaratively composing animated, interactive visualizations\n- [Randient](https://github.com/uias/Randient) - Randomised, radient gradients for iOS.\n- [RandomGradient](https://github.com/Gabriel-Denys/RandomGradient) - Radomised gradients via json api\n\n\u0026nbsp;\n\n## License\n\n[MIT](https://github.com/ghosh/uiGradients/blob/master/LICENSE.md)\n\n\u0026nbsp;\n\n\u003cp align=\"center\"\u003e✌️\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003csub\u003e\u003csup\u003eA little project by \u003ca href=\"https://twitter.com/_ighosh\"\u003e@i_ghosh\u003c/a\u003e\u003c/sup\u003e\u003c/sub\u003e\n\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghosh%2Fuigradients","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghosh%2Fuigradients","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghosh%2Fuigradients/lists"}