🛠️ToolsShed

グラデーションメッシュ生成器

複数のカラーポイントで滑らかなCSSメッシュグラデーション背景を生成します。

#6366f1#1
#ec4899#2
#06b6d4#3
#f59e0b#4
background:
    radial-gradient(ellipse 60% 60% at 20% 20%, #6366f1cc 0%, transparent 70%),
    radial-gradient(ellipse 50% 50% at 80% 30%, #ec4899cc 0%, transparent 70%),
    radial-gradient(ellipse 55% 55% at 50% 80%, #06b6d4cc 0%, transparent 70%),
    radial-gradient(ellipse 45% 45% at 10% 70%, #f59e0bcc 0%, transparent 70%),
    #1a1a2e;

よくある質問

Comments & Feedback

Comments are powered by Giscus. Sign in with GitHub to leave a comment.