CSS グラデーション文字ジェネレーター
CSS グラデーション文字のオンラインジェネレーター、多色グラデーション + 8 プリセット(夕焼け/海/虹/炎など)、リアルタイムプレビューで CSS/HTML コードコピー。
预设
字号72px
粗细800
渐变角度90°
色标 (2/6)
位置0%
位置100%
预览
AIPZZ 渐变文字
CSS
background: linear-gradient(90deg, #ff6b6b 0%, #ffd93d 100%); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; font-size: 72px; font-weight: 800;
HTML (内联)
<h1 style="background: linear-gradient(90deg, #ff6b6b 0%, #ffd93d 100%); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; font-size: 72px; font-weight: 800;">AIPZZ 渐变文字</h1>