EllyTools

画像ツール

計算ツール

テキストツール

カラーツール

ファイルツール

便利ツール

グラデーション作成

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

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

使い方

関連ツール

こんな方におすすめ

    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.