Warm Orange Sunset Color Palette

Discover the beautiful Warm Orange Sunset color palette featuring sunset orange (#fe4b3e), crusta (#f76e40), neon carrot (#f99f3e), golden dream (#f1d03b) and golden grass (#e2b82c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Orange, Bright, Sunset, Warm color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Warm Orange Sunset palette

Share this palette to:

💻 Warm Orange Sunset color palette CSS

/* CSS */
.color-1 {
color: #fe4b3e;
}
.color-2 {
color: #f76e40;
}
.color-3 {
color: #f99f3e;
}
.color-4 {
color: #f1d03b;
}
.color-5 {
color: #e2b82c;
}

/* CSS Variables */
:root {
--color-1: #fe4b3e;
--color-2: #f76e40;
--color-3: #f99f3e;
--color-4: #f1d03b;
--color-5: #e2b82c;
}

🌈 Warm Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe4b3e, #f76e40, #f99f3e, #f1d03b, #e2b82c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe4b3e, #f76e40, #f99f3e, #f1d03b, #e2b82c);
}

Warm Orange Sunset color palette created on .