%
%
CSS Code
CSS Value
linear-gradient(90deg, #3b82f6 0%, #8b5cf6 100%)Full CSS
background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 100%);Gradient Types
Linear
Colors flow in a straight line with customizable angle.
Radial
Colors radiate outward from a center point.
Conic
Colors rotate around a center point like a pie chart.