Coloried

Gradient Creator

Use this free gradient creator to make beautiful gradients for your projects. Customize colors, directions, and download in various formats, including CSS, JSON, and PNG. Perfect for web design, UI/UX projects, and more.

Color Stops

#0000FF
#FF0000

Direction

CSS Output

CSS Code
Background: Linear-Gradient(90deg, #0000FF, #FF0000);

Preset Gradients

Gradient Types

Linear Gradient
Radial Gradient
Conic Gradient
Different Gradient Types

CSS Gradients

Create smooth color transitions without images. Perfect for modern backgrounds, buttons, and UI elements.

Build linear gradients with custom colors and directions. Export as CSS, PNG, or JSON.

CSS3 CompatibleLightweightResponsive

Gradient Directions

Control gradient flow with angles (0°-360°) or keywords (to top, to right).

Angle Values

0° = ↑, 90° = →, 180° = ↓, 270° = ←

Keywords

to top, to right, to bottom left, etc.

Direction Examples

0deg (↑)
90deg (→)
180deg (↓)
270deg (←)
Diagonal Examples
45deg (↗)
135deg (↘)

Color Stop Examples

2 Colors (Default)
linear-gradient(90deg, blue, purple)
3 Colors
blue, green, purple
4+ Colors
red, orange, green, blue, purple
With Position Control
blue 0%, green 20%, purple 100%

Color Stops

Define where each color appears. Use 2-6 colors with precise positioning control.

Auto Distribution

Colors evenly spaced by default

Custom Position

Control exact placement with percentages

CSS Properties

Widely supported, vector-based, and lightweight. Perfect performance across all modern browsers.

Universal Support

All modern browsers (IE10+)

Performance

No HTTP requests, infinitely scalable

CSS Usage Examples

Background
background: linear-gradient(...)
Background Image
background-image: linear-gradient(...)
With Fallback
background: #3B82F6;
background: linear-gradient(...)
Multiple Backgrounds
background:
  linear-gradient(...),
  url(image.jpg)

Popular Applications

Hero Backgrounds
Website headers and landing pages
Button
UI Elements
Buttons, cards, and interactive components
Text Overlay
Subtle background effects

Popular Uses

Hero Sections

Website headers and landing pages

UI Elements

Buttons, cards, and interactive components

Overlays

Improve text readability over images

Best Practices

Keep It Simple

Start with 2-3 colors maximum

Consider Accessibility

Ensure sufficient contrast for text

Match Your Brand

Use colors that align with your identity

Quick Tips

DO
  • • Use harmonious colors
  • • Test on different screens
  • • Keep gradients purposeful
DON'T
  • • Overuse gradients
  • • Use too many colors
  • • Ignore readability