Open-source gradient library

Gradients,
ready to ship.

A curated collection of 328 dependency-free CSS gradients for the places where you need the right colors—not another install command.

0 packages 6 export formats places to use it
CSS classescustom propertieshex valuesJSON dataself-hostedCSS classescustom properties

Use it your way

No setup.
Just color.

Everything is generated from one structured dataset, so you can choose the format that fits your stack.

02Flexible

Compose with variables

Use the complete gradient or reach for each individual color stop as a custom property.

background-image: var(--gs-blue-lagoon);

color: var(--gs-blue-lagoon-color-2);
View the variables build
03Portable

Take the raw values

Need a design token, or tool import? Copy the hex values or download JSON and CSV.

background-color: #0052D4;
background-image: linear-gradient(
  90deg, #0052D4, #4364F7
);
Get the data exports

Bring the whole box

Download once.
Own it forever.

Self-host the generated files in your own project. No account, no CDN, no vendor lock-in.

Explore the repository