Skip to content

Forest Gradient

CSS
background: linear-gradient(135deg, #134e5e 0%, #71b280 100%);
Open in Gradient Maker →
Other formats
CSS custom property
--gradient-forest: linear-gradient(135deg, #134e5e 0%, #71b280 100%);
Tailwind arbitrary value
bg-[linear-gradient(135deg,_#134e5e_0%,_#71b280_100%)]
Same colours, other shapes

The same stops passed through the other gradient functions — copy whichever suits the surface.

Reversed direction
background: linear-gradient(315deg, #134e5e 0%, #71b280 100%);
Radial
background: radial-gradient(circle, #134e5e 0%, #71b280 100%);
Conic
background: conic-gradient(from 135deg, #134e5e 0%, #71b280 100%);
Text on this gradient
Aa
2.51:1
Aa
2.05:1

Measured against every stop, white text holds a worst-case contrast of 2.51:1 on this gradient. Falls below WCAG AA even for large text — put text on a solid panel over the gradient instead.

Color stops
About this gradient

Forest is a ready-to-use CSS gradient with 2 color stops. Copy the CSS below, open it in the Gradient Maker to tweak the angle and stops, or click any stop color for its full breakdown.

More gradients

Related

Palettes in the same range

Copied