Electric Sunset Color Palette

Discover the beautiful Electric Sunset color palette featuring gold (#fad400), tulip tree (#f1b341), tango (#f4781f), valencia (#d63f2e) and tall poppy (#a62b2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Bright, Orange, Fun, Vibrant 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 Electric Sunset palette

Share this palette to:

💻 Electric Sunset color palette CSS

/* CSS */
.color-1 {
color: #fad400;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #f4781f;
}
.color-4 {
color: #d63f2e;
}
.color-5 {
color: #a62b2d;
}

/* CSS Variables */
:root {
--color-1: #fad400;
--color-2: #f1b341;
--color-3: #f4781f;
--color-4: #d63f2e;
--color-5: #a62b2d;
}

🌈 Electric Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad400, #f1b341, #f4781f, #d63f2e, #a62b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad400, #f1b341, #f4781f, #d63f2e, #a62b2d);
}

Electric Sunset color palette created on .