Skip to content
The Internet Compass

Image & Design

CSS Gradient Generator

A live-preview gradient builder — set two colours and an angle, get valid CSS back immediately.

FreeNo sign-upRuns in your browser
background-image: linear-gradient(135deg, #0f3b28 0%, #38bd77 100%);

How it works

  1. 1Pick your two colours and an angle
  2. 2Preview the gradient live
  3. 3Copy the CSS background-image value

Who this is for

  • Building a hero section background
  • Generating a button hover-state gradient
  • Quick gradient experimentation