Browse the Gradient Collection
Scroll through the grid of gradient swatches to explore different color combinations and styles. Each gradient displays its name and color codes.
View Individual Colors
Click on the left half of a gradient to see the starting color, or click the right half to view the ending color. The HEX code will be displayed for 2 seconds.
Copy Gradient CSS
Click the 'Click to copy gradient' button below any gradient to copy the complete CSS background property to your clipboard.
Use in Your Project
Paste the copied CSS code into your stylesheet or inline styles. The gradient is ready to use with the linear-gradient format.
100+ Curated Gradients
Access a carefully selected collection of over 100 beautiful gradient combinations, organized by style and color theme for easy browsing.
Interactive Color Preview
Click on the left or right half of any gradient swatch to view the individual start and end colors with their HEX codes displayed.
One-Click CSS Copy
Instantly copy ready-to-use CSS linear-gradient code to your clipboard with a single click on the copy button.
Visual Gradient Grid
Browse gradients in a clean, modern grid layout with gradient names and color codes clearly displayed for quick reference.
Color gradients are smooth transitions between two or more colors, creating a visually appealing blend. In web design, CSS linear gradients allow you to create these color transitions that flow in a specified direction. Our library features professionally curated gradient combinations that work well together, saving you time in finding harmonious color transitions for backgrounds, buttons, cards, and other design elements.
Professionally Curated
Every gradient in our collection has been carefully selected for visual appeal and design versatility, ensuring high-quality color combinations.
Ready-to-Use CSS
Get instant CSS code that works out of the box. No need to manually write gradient syntax or experiment with color values.
Interactive Color Inspection
View individual gradient colors by clicking on different parts of the swatch, making it easy to understand the exact colors used.
Time-Saving Design Tool
Skip the trial and error of creating gradients from scratch. Find the perfect gradient quickly and implement it immediately in your projects.
The library contains over 100 carefully curated gradient combinations, featuring various styles from subtle transitions to bold, vibrant blends suitable for different design needs.
Click on the left half of a gradient swatch to view the starting color, or click on the right half to see the ending color. The HEX code will be displayed on the swatch for 2 seconds.
The tool copies a complete CSS background property with a linear-gradient that goes from left to right (to right direction). For example: background: linear-gradient(to right, #FF6B6B, #4ECDC4);
Yes, all gradients in the library are free to use in personal and commercial projects without restrictions. Color gradients cannot be copyrighted.
After copying the CSS code, paste it into your stylesheet or as an inline style. You can apply it to any element's background, such as divs, sections, buttons, or cards.
Yes, after copying the CSS, you can change the direction by modifying the 'to right' part to other values like 'to bottom', 'to top', '45deg', or any angle you prefer.