CSS Gradients
Explore thousands of beautiful CSS gradients
Pastel
Neon
Dark
Sunset
#76B852
→
#8DC26F
Little Leaf
Green • Linear
#B94C98
→
#F0073B
Raspberry Blaze
Purple • Linear
#50C9C3
→
#96DEDA
Aqualicious
Mixed • Linear
#2B0948
→
#CE653B
Twilight Ember
Dark • Linear
#72C6EF
→
#004E8F
From Ice To Fire
Mixed • Linear
#F292ED
→
#F36364
Fruit Sorbet
Pink • Linear
#2E7037
→
#A63F4E
Wood Wine
Mixed • Linear
#34E89E
→
#0F3443
Pacific Dream
Mixed • Linear
#FFD78A
→
#F4762D
Amber Burn
Mixed • Linear
#614385
→
#516395
Kashmir
Mixed • Linear
#334D50
→
#CBCAA5
Anwar
Mixed • Linear
#1488CC
→
#2B32B2
Skyline
Mixed • LinearCSS Gradients & Color Combinations
Browse a curated collection of high-quality CSS gradients for backgrounds, UI design, and creative projects. Each gradient includes ready-to-use CSS, color stops, and formats like HEX, RGB, and HSL for easy use.
Discover modern styles including pastel gradients, sunset blends, and vibrant neon gradients.
Ready-to-copy CSS gradients
HEX, RGB, and HSL formats included
Filter by color, type, and popularity
Perfect for UI, backgrounds, and design
Frequently Asked Questions
What is a CSS gradient? ›
A CSS gradient is a smooth transition between two or more colors using CSS.
It can be used for backgrounds, buttons, and UI elements without needing images.
How do I use a gradient in CSS? ›
You can use gradients with the
background: linear-gradient(to right, #ff7e5f, #feb47b);
background property like:
background: linear-gradient(to right, #ff7e5f, #feb47b);
What types of gradients are there? ›
The main types are linear,
radial, and
conic gradients.
Can I copy and use these gradients for free? ›
Yes, all gradients on this site are free to use in personal and commercial projects.
How do I create my own gradient? ›
You can use a CSS gradient generator to pick colors, adjust angles,
and instantly copy the CSS code.