The Wayback Machine - https://web.archive.org/web/20200617154921/https://github.com/itmeo/webgradients
Skip to content
A curated collection of splendid gradients made in CSS3, .sketch and .PSD formats.
CSS
Branch: master
Clone or download

Latest commit

Latest commit 6c40970 Oct 27, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore add new gradient file ( test ) Oct 15, 2019
LICENSE
README.md fixed header Oct 30, 2017
add_gradients.md
gradients-parsed.json del slick carbon Oct 27, 2019
gradients.json
webgradients.css Removed some extra curly braces Feb 24, 2017

README.md

WebGradients

A curated collection of splendid gradients made in CSS3, .sketch and .PSD formats. View all the gradients here »

N|Solid

How To Use

  1. Download the file webgradients.css.
  2. Place the file in your project folder.
  3. Link the file it in the <head> of your document.
<html>
  <head>
    <link href="webgradients.css" rel="stylesheet">
  </head>
  ...

Browser Compatibility

Some gradients uses the background-blend-mode CSS property. It's supported by the majority of the modern browsers. View full compatibility list (view on Caniuse) »

You can learn more about background-blend-mode here (view on MDN) »

License

WebGradients is created under the MIT license.

You can’t perform that action at this time.