UI Background
Hero sections, landing pages, and app backgrounds
Perfect for hero sections, landing pages, and full-screen app backgrounds. Creates visual depth and modern aesthetic.
background: linear-gradient(315deg, #FF5559 0%, #98FF35 100%);Custom Reversed gradient
Beautiful gradient ready to use in your projects
Copy the code below to use this gradient in your project
linear-gradient(315deg, #FF5559 0%, #98FF35 100%)Full CSS Rule
.gradient-reversed {
background: linear-gradient(315deg, #FF5559 0%, #98FF35 100%);
}Color Stops
#FF5559
0%
#98FF35
100%
Copy-paste ready CSS code with cross-browser compatibility
Use directly with Tailwind CSS utility classes
Open in editor to adjust colors, angle, and stops
Looks perfect on all screen sizes and devices
Create eye-catching hero backgrounds for landing pages
Make buttons stand out with gradient backgrounds
Add depth to cards with subtle gradient overlays
Apply gradient to text for modern typography
Learn how to apply CSS gradients in real-world design scenarios
Hero sections, landing pages, and app backgrounds
Perfect for hero sections, landing pages, and full-screen app backgrounds. Creates visual depth and modern aesthetic.
background: linear-gradient(315deg, #FF5559 0%, #98FF35 100%);Call-to-action buttons with eye-catching gradients
Gradient buttons attract attention and improve click-through rates. Ideal for CTAs, sign-up buttons, and primary actions.
background: linear-gradient(315deg, #FF5559 0%, #98FF35 100%);Eye-catching gradient text for headlines
Gradient text makes headlines pop. Works great for hero titles, feature names, and brand statements.
background-image: linear-gradient(315deg, #FF5559 0%, #98FF35 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;Subtle gradients for cards and UI surfaces
Subtle gradient background
Subtle gradients add depth to cards without overwhelming. Perfect for feature cards, testimonials, and pricing tables.
background: linear-gradient(315deg, rgba(255, 85, 89, 0.1) 0%, rgba(152, 255, 53, 0.1) 100%);Gradient borders for modern UI elements
Stand out with colorful borders
Gradient borders make elements stand out. Great for input fields, cards, and featured content sections.
.gradient-border {
background: linear-gradient(315deg, #FF5559 0%, #98FF35 100%);
padding: 2px;
border-radius: 12px;
}
.gradient-border > div {
background: var(--bg-surface);
border-radius: 10px;
}Explore harmonious variations based on your current gradient
Everything you need to know
Simply copy the CSS or Tailwind code and paste it into your stylesheet. The gradient is ready to use with no additional setup required.
Yes! Click "Customize in Editor" to open the gradient in our visual editor where you can adjust colors, angle, and color stops.
Yes, all gradients on Pixeliro are free to use in personal and commercial projects. No attribution required.
Yes! We provide ready-to-use Tailwind CSS classes. You can also add custom colors to your tailwind.config.js for full customization.