ColorZilla
colorzilla.com › gradient-editor
Ultimate CSS Gradient Generator - ColorZilla.com
» Support for full multi-stop gradients in Internet Explorer 9 (IE9) using SVG · » Support for Sass SCSS format using Compass mixins (needs latest beta of Compass) » Copy to clipboard button for quickly grabbing the generated code · » Easy resizing of preview panel by dragging its corner ... · Create transparent css gradients, or add fade-in, fade-out, semi-transparency and similar effects
Videos
08:15
🔮 Create a Fading Gradient in Canva [PLUS How to Use it in Your ...
01:55
Make A Transparent Gradient In Photoshop - YouTube
11:03
How To FADE an Image to TRANSPARENT with Gradients in Photoshop ...
08:23
How To Make Transparent Gradients In Photoshop - The Complete Guide ...
04:41
How to Create a Transparent Gradient in Photoshop - YouTube
CSS Gradient
cssgradient.io
CSS Gradient – Generator, Maker, and Background
As a free CSS gradient generator tool, this website lets you create a colorful gradient background for your website, blog, or social media profile.
Paint.NET
getpaint.net › doc › latest › GradientTool.html
Gradient Tool
Gradient Tool also supports a transparency mode which can be used to "fade" or "blend" two images together.
Rainbodesign
rainbodesign.com › scripts & tutorials › website image tools › transparent background maker
Transparent Background Generator with Gradient - Rainbo Design
This tool creates a PNG image file of the specified width and height (from 10 to 1280 pixels) using the color and transparency level you choose. You can click on the small palette icon to pick the color, or specify the color with a HEX triplet (starting with a '#'). If you choose the Gradient option, a vertical gradient transparency effect will be used that starts with 0% opacity at the top and 100% opacity at the bottom.
AngryTools
angrytools.com › gradient › image
Gradient to Image maker
Angrytools - Gradient to Image maker application allows you to generate png and jpeg images for your background buttons, DIV layouts, it also provide every angle with transparent image
Online PNG Tools
onlinepngtools.com › transparent-png-tools
Transparent PNG Tools – Create and Edit Transparent PNGs
With the transparent gradient creator, you can create a PNG of your preferred width and height that has a transparent linear or radial gradient (for example, going from blue to transparent or from transparent to blue).
PineTools
pinetools.com › image-gradient-generator
Online Image gradient generator
Generate a linear gradient and save it as an image. You can choose the dimensions of the image, the colors, the orientation and the zoom of the gradient. Width (px) Height (px) Use transparency · Transparency of first color (%) Transparency of second color (%) Orientation (degrees) Zoom (%) Generate!
AngryTools
angrytools.com › gradient
Online Gradient Generator
Angrytools - Online Gradient Generator interface to generate cross browser CSS gradient code as well as Android gradient code. generator produce linear, radial, elliptical and conial gradients that can be used in your web page design or android apps. find some tips and code sample to generate ...
Top answer 1 of 3
122
If you want this:

You can do this:
<html>
<style type='text/css'>
div, img { position:absolute; top:0; left:0; width:250px; height:250px; }
img {
-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}
</style>
<body>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sit amet porttitor massa. Morbi eget tortor congue, aliquet odio a, viverra metus. Ut cursus enim eu felis sollicitudin, vitae eleifend urna lobortis. Mauris elementum erat non facilisis cursus. Fusce sit amet lacus dictum, porta libero sed, euismod tellus. Aenean erat augue, sodales sed gravida ac, imperdiet ac augue. Ut condimentum dictum mauris. Donec tincidunt enim a massa molestie, vel volutpat massa dictum. Donec semper odio vitae adipiscing lacinia.</div>
<img src='https://i.sstatic.net/8vPQgiTK.jpg' />
</body>
</html>
2 of 3
25
If you just want to fade to the background color (white, in this case) see the working example here:
http://jsfiddle.net/yw9v7zm5/
.css for the image container div uses:
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
Freepik
freepik.com › vectors › transparent-gradient
Transparent gradient Vectors - Download Free High-Quality Vectors from Freepik | Freepik
Download the most popular free Transparent gradient vectors from Freepik. Explore AI-generated vectors and stock vectors, and take your projects to the next level with high-quality assets! #freepik