Back to Toolbox

CSS Gradient Generator

Linear / radial gradients

文件零上传 · 即用即删

Introduction

Online CSS gradient generator. Supports linear and radial gradients. Visually adjust colors, angles, and positions to generate CSS code.

Usage

  1. 1选择渐变类型(线性 / 径向)。
  2. 2添加颜色停止点并调节位置。
  3. 3设置渐变角度或中心点。
  4. 4复制生成的 CSS 代码。

Related Tools

0%#7c3aed
100%#ec4899

Preset Gradients

CSS Code
background: linear-gradient(90deg, #7c3aed 0%, #ec4899 100%);