CSS Gradient Generator

最近使ってるサービス

昔から使ってるサービスよりUI/UXが良いので、最近はもっぱらこっち。

CSS Gradient – Generator, Maker, and Background

About this tool CSS Gradient is a happy little website and free tool that lets you create a gradient background for websites. Besides being a css gradient generator, the site is also chock-full of colorful content about gradients from technical articles to real life gradient examples like Stripe and Instagram.

昔から使ってるサービス

Ultimate CSS Gradient Generator from ColorZilla

A powerful Photoshop-like CSS gradient editor from ColorZilla. background: -moz-linear-gradient(); /* FF3.6-15 */ background: -webkit-gradient(); /* Chrome4-9,Safari4-5 */ background: -webkit-linear-gradient(); /* Chrome10-25,Safari5.1-6 */ background: -o-linear-gradient(); /* Opera 11.10-11.50 */ background: -ms-linear-gradient(); /* IE10 preview */ background: linear-gradient(); /* W3C, IE10+, FF16+, Chrome 26+, Opera 12+, Safari 7+ */ filter: progid:DXImageTransform.Microsoft.gradient(); /* IE6-9 */ ” Don’t generate older Opera, IE10 Preview, Webkit syntax by default (turn back on using “Maximize compatibility” mode) ” Browser Compatibility panel showing supported browser versions, usage stats etc.