CSS Gradients
Explore thousands of beautiful CSS gradients
Pastel
Neon
Dark
Sunset
#F89999
→
#F6C0BA
Peach Foam
Mixed • Linear
#FC466B
→
#3F5EFB
Sublime Vivid
Mixed • Linear
#858E96
→
#60696B
Slate Gray
Mixed • Linear
#EC008C
→
#FC6767
DIMIGO
Mixed • Linear
#B79891
→
#94716B
Copper
Mixed • Linear
#8A2BE2
→
#FFA500
→
#F8F8FF
Newspaper
Mixed • Linear
#FCD4CA
→
#F48EC3
→
#FC94B3
Blush Coral
Pink • Linear
#F2C2EE
→
#E763F9
Violet Dust
Pink • Linear
#239EAB
→
#74DEEE
Tropical Mist
Mixed • Linear
#FD746C
→
#FF9068
Haikus
Mixed • Linear
#FCF4DF
→
#EFB7EA
→
#D66FEE
Fairy Dust
Pink • Linear
#EF3B36
→
#FFFFFF
Compare Now
Red • 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.