All Projects → ghosh → Uigradients

ghosh / Uigradients

Licence: mit
This 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.

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Uigradients

Circlebar
A fun, easy-to-use tab bar navigation controller for iOS.
Stars: ✭ 513 (-90.56%)
Mutual labels:  design
Artifact
The open source design documentation tool for everybody
Stars: ✭ 551 (-89.86%)
Mutual labels:  design
Java Study
java-study 是本人学习Java过程中记录的一些代码!从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类, 以及一些常用框架,netty、mina、springboot、kafka、storm、zookeeper、redis、elasticsearch、hbase、hive等等。
Stars: ✭ 571 (-89.49%)
Mutual labels:  design
Uxofvr.com
A list of resources about the UI/UX considerations for VR.
Stars: ✭ 527 (-90.3%)
Mutual labels:  design
Awesome Design Tools
The best design tools and plugins for everything 👉
Stars: ✭ 23,754 (+337.3%)
Mutual labels:  design
Website
The train engine powering the Coding Train website
Stars: ✭ 5,313 (-2.19%)
Mutual labels:  design
Design Patterns In Kotlin
Design Patterns implemented in Kotlin
Stars: ✭ 5,009 (-7.79%)
Mutual labels:  design
Skeleton
💀 An easy way to create sliding CAGradientLayer animations! Works great for creating skeleton screens for loading content.
Stars: ✭ 587 (-89.19%)
Mutual labels:  gradients
Macos Ui Kit
💎 The most detailed and accurate macOS UI Kit for Sketch. This Sketch Library includes common Mac interface elements, cursors, and a Touch Bar UI Kit.
Stars: ✭ 551 (-89.86%)
Mutual labels:  design
Awesome Design Tools
Stars: ✭ 567 (-89.56%)
Mutual labels:  design
Menu flutter
🍝 restaurant menu app made with flutter inspired by this design https://goo.gl/jChLBV
Stars: ✭ 533 (-90.19%)
Mutual labels:  design
Hugo Paper
🥛 A simple, clean, flexible Hugo theme
Stars: ✭ 538 (-90.1%)
Mutual labels:  design
Formbase
Better default styles for common input elements.
Stars: ✭ 560 (-89.69%)
Mutual labels:  design
Glisp
A Lisp-based Design Tool Bridging Graphic Design and Computational Arts
Stars: ✭ 519 (-90.45%)
Mutual labels:  design
Tailwindcss Figma Kit
Figma Kit for TailwindCSS
Stars: ✭ 577 (-89.38%)
Mutual labels:  design
Tutoshowcase
A simple and Elegant Showcase view for Android
Stars: ✭ 499 (-90.81%)
Mutual labels:  design
Awesome React Design Systems
A collection of awesome React-based design systems
Stars: ✭ 552 (-89.84%)
Mutual labels:  design
Chips Input Layout
A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
Stars: ✭ 591 (-89.12%)
Mutual labels:  design
Swiftlanguageweather
Swift Language Weather is an iOS weather app developed in Swift 4.
Stars: ✭ 5,190 (-4.46%)
Mutual labels:  design
Design For Developers
Design for Developers Workshop
Stars: ✭ 566 (-89.58%)
Mutual labels:  design

Made with love License Contributors Build Status

uiGradients is a community contributed collection of beautiful multi-color gradients


 

About

This 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.

 

Contributing

Adding a gradient to the library is super simple. All the gradients are loaded and rendered from a single gradients.json file in the root.

To 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!

[
    {
        …
    },
    {
      "name": "Career",
      "colors": ["#cb202d", "#dc1e28", "#3366cc"]
    }
]

NOTE - Please keep gradient submissions and bug fixes in separate PRs.

 

Improvements and Bugs

Please feel free to open a new issue here with your suggestions or any bugs which you may have come across.

 

Data

While 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

curl -i https://raw.githubusercontent.com/ghosh/uiGradients/master/gradients.json

 

Built with uiGradients

A few open source projects built with uiGradients

 

License

MIT

 

✌️

A little project by @i_ghosh

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].