Candy Diagonal Gradient CSS
Candy Diagonal is a playful candy color gradient built with linear CSS syntax.
background
Gradient Field
Output
Copy-ready CSS
Pure CSS
background: linear-gradient(45deg, #67e8f9 0%, #a78bfa 50%, #f9a8d4 100%);Tailwind v4
bg-[linear-gradient(45deg\,_#67e8f9_0%\,_#a78bfa_50%\,_#f9a8d4_100%)]When to use it
Candy Diagonal is a pink linear gradient preset for backgrounds, buttons, hero panels, cards, and visual accents. It uses 3 color stops (#67e8f9, #a78bfa, #f9a8d4) to create a repeatable CSS background without image assets. Candy Diagonal is a playful candy color gradient built with linear CSS syntax. The preset is intentionally stored as a complete background declaration, which makes it easy to paste into a stylesheet, component style, or Tailwind arbitrary value. Use it when a flat fill needs more movement, or when you want a strong color system for a section. Open the generator to switch between linear, radial, and conic modes, adjust angle or center position, and move individual stops until the transition fits your layout.
Explore more
More CSS Forge paths
Related
Similar gradients
These presets share color and mode tags with Candy Diagonal.
Aurora Diagonal
Aurora Diagonal is a cool aurora color movement gradient built with linear CSS syntax.
Neon Diagonal
Neon Diagonal is a electric neon energy gradient built with linear CSS syntax.
Candy Linear
Candy Linear is a playful candy color gradient built with linear CSS syntax.
Aurora Linear
Aurora Linear is a cool aurora color movement gradient built with linear CSS syntax.
Sunset Diagonal
Sunset Diagonal is a warm sunset contrast gradient built with linear CSS syntax.