CSS Gradients
Explore thousands of beautiful CSS gradients
Pastel
Neon
Dark
Sunset
#CAC531
→
#F3F9A7
Sulphur
Orange • Linear
#F5E6AD
→
#F13C77
Sunset Flame
Mixed • Linear
#7B4397
→
#DC2430
Virgin America
Mixed • Linear
#B24592
→
#F15F79
Blush
Mixed • Linear
#FFE259
→
#FFA751
Mango
Orange • Linear
#A8FF78
→
#78FFD6
Summer Dog
Mixed • Linear
#673AB7
→
#512DA8
Deep Purple
Blue • Linear
#0B2C24
→
#247A4D
Forest Machine
Dark • Linear
#005AA7
→
#FFFDE4
Evening Night
Blue • Linear
#EE9CA7
→
#FFDDE1
Piglet
Mixed • Linear
#5A6776
→
#FF7B74
Steel Flame
Mixed • Linear
#A4C6B8
→
#5E435D
Stone Mint
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.