{"id":19082984,"url":"https://github.com/deep5050/rainbow-villa","last_synced_at":"2025-04-30T08:47:49.341Z","repository":{"id":57332536,"uuid":"270350722","full_name":"deep5050/rainbow-villa","owner":"deep5050","description":"Handpicked collection of CSS gradinets :heart:","archived":false,"fork":false,"pushed_at":"2020-06-09T14:16:33.000Z","size":25,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-31T18:12:47.697Z","etag":null,"topics":["color-palette","color-picker","color-scheme","css","gradients","rainbow-villa","random-colour-palettes","web-design"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/rainbow-villa","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deep5050.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-07T15:36:30.000Z","updated_at":"2023-05-01T11:18:51.000Z","dependencies_parsed_at":"2022-09-21T05:17:11.735Z","dependency_job_id":null,"html_url":"https://github.com/deep5050/rainbow-villa","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep5050%2Frainbow-villa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep5050%2Frainbow-villa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep5050%2Frainbow-villa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep5050%2Frainbow-villa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deep5050","download_url":"https://codeload.github.com/deep5050/rainbow-villa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223780084,"owners_count":17201286,"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":["color-palette","color-picker","color-scheme","css","gradients","rainbow-villa","random-colour-palettes","web-design"],"created_at":"2024-11-09T02:45:29.407Z","updated_at":"2024-11-09T02:45:30.203Z","avatar_url":"https://github.com/deep5050.png","language":"JavaScript","funding_links":["https://github.com/sponsors/deep5050","https://www.paypal.me/deep5050"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/deep5050/rainbow-villa\"\u003e\u003cimg src=\"https://i.imgur.com/BVpYPYm.jpg\" title=\"Rainbow Villa\" align=\"center\" /\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ch3 align=\"center\"\u003eHANDPICKED . BEAUTIFUL . USEFUL\u003c/h3\u003e\u003c/p\n\u003e\n\u003cp align=\"center\"\u003eBeautiful Set Of Handpicked Linear Gradients For Designers Like YOU :)\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/deep5050/rainbow-villa/actions?query=workflow%3Anpm-publish\"\u003e\u003cimg src=\"https://img.shields.io/github/workflow/status/deep5050/rainbow-villa/npm-publish?label=npm-publish\u0026logo=github\u0026style=for-the-badge\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://www.npmjs.com/package/rainbow-villa\"\u003e\u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/dt/rainbow-villa?color=red\u0026label=INSTALL\u0026logo=npm\u0026style=for-the-badge\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\n\u003c/div\u003e\n\n## Why Use?\n\nSimply Randomly Generated Gradients Are Not Always Beautiful. Rainbow Villa Has A Set Of 174 Stunning Gradients That Will Blow Your Mind.\n\nChoose By Name Or Pick Randomly :paintbrush:\n\n## Example Gradients\n\n\u003cdiv align=\"center\"\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/deep5050/rainbow-villa\"\u003e\u003cimg src=\"https://i.imgur.com/7LKxikp.png\" title=\"rainbow Villa\" align=\"center\" /\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003c/div\u003e\n\n## Install\n\nRun `npm i rainbow-villa` And Add `const rv = require('rainbow-villa)` To Your Script.\n\n## Usage\n```js\n console.log(rv.linear_random());\n // =\u003e background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);\n ```\n\n## License\n\nMIT License\n\nCopyright (c) 2020 Dipankar Pal\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n## How can I help?\n\nAll kinds of contributions are welcome :raised_hands:! The most basic way to show your support is to star :star2: the project, or to raise issues :speech_balloon: You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/deep5050) :clap: or by making a [Paypal donation](https://www.paypal.me/deep5050) to ensure this journey continues indefinitely! :rocket:\n\nThanks again for your support, it is much appreciated! :pray:\n\n\n\n## Thanks\n\n[webgradients](https://webgradients.com/?ref=rainbow-villa)\n\n## My Other Works\n[qikQR](https://github.com/deep5050/qikQR) . [autobadge](https://github.com/deep5050/autobadge) . [qikstart](https://github.com/deep5050/qikstart)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeep5050%2Frainbow-villa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeep5050%2Frainbow-villa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeep5050%2Frainbow-villa/lists"}