CSS Gradients
Explore thousands of beautiful CSS gradients
Pastel
Neon
Dark
Sunset
#FBC2EB
→
#A6C1EE
Cotton Candy
Pink • Linear
#FFDDE1
→
#EE9CA7
Blush Light
Pink • Linear
#FBC2EB
→
#FCDFF3
Pastel Rose
Pink • Linear
#FCEABB
→
#F8B500
Sun Burst
Mixed • Radial
#FFFFFF
→
#E0EAFC
Soft Glow
Pink • Radial
#FF0000
→
#00FF00
→
#0000FF
Rainbow Flow
Red • Linear
#F9CE34
→
#EE2A7B
→
#6228D7
#000428
→
#004E92
Dark Ocean
Dark • Linear
#232526
→
#414345
Midnight
Dark • Linear
#FF9966
→
#FF5E62
Coral Flame
Mixed • Linear
#FF416C
→
#FF4B2B
Fire Red
Mixed • Linear
#A8E063
→
#56AB2F
Lime Light
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.