EllyTools

画像ツール

計算ツール

テキストツール

カラーツール

ファイルツール

便利ツール

グラデーション作成

ビジュアルエディタでCSSグラデーションを作成

135°
%
%
background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
bg-gradient-to-br from-[#6366f1] to-[#ec4899]

使い方

関連ツール

こんな方におすすめ

    EllyToolsが選ばれる理由

    100%無料&無制限

    登録不要、制限なし。何度でもお使いいただけます。

    プライバシー最優先

    すべての処理はブラウザ内で行われます。ファイルがデバイスの外に出ることはありません。

    インストール不要

    デスクトップ、タブレット、スマートフォンなど、あらゆるデバイスのブラウザで直接動作します。

    高速&安定

    最新のブラウザ技術による即座の結果。

    Gradient Generator: Smooth Color Transitions for Backgrounds

    Gradients turn flat colors into rich backgrounds — modern web design uses them everywhere. This generator builds linear, radial, and conic gradients with multiple color stops, outputting CSS code ready to paste.

    CSS gradients are technically image fills, not real images. They render natively in browsers, scale to any size, and don't add network requests. They're cheap, beautiful, and infinitely tweakable.

    Gradient types

    • Linear — color flows in a single direction (top-to-bottom, diagonal, etc.)
    • Radial — color radiates from a center point outward
    • Conic — color sweeps around a center like a clock hand (newer, less ubiquitous)
    • Multiple stops — three or more colors at chosen positions for more complex transitions

    Extended FAQ

    Why does my gradient have visible bands?

    Color banding from too few intermediate values. Add more stops, or convert from sRGB to OKLCH gradients which interpolate more smoothly across colors.

    Are my gradients stored?

    No — runs entirely in your browser.