Red Sunset Color Palette

Discover the beautiful Red Sunset color palette featuring cream can (#f6d360), fire bush (#e58d2a), valencia (#d63f2e), old brick (#911d24) and heath (#4e0e11).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Red, Sun, 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 Red Sunset palette

Share this palette to:

💻 Red Sunset color palette CSS

/* CSS */
.color-1 {
color: #f6d360;
}
.color-2 {
color: #e58d2a;
}
.color-3 {
color: #d63f2e;
}
.color-4 {
color: #911d24;
}
.color-5 {
color: #4e0e11;
}

/* CSS Variables */
:root {
--color-1: #f6d360;
--color-2: #e58d2a;
--color-3: #d63f2e;
--color-4: #911d24;
--color-5: #4e0e11;
}

🌈 Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d360, #e58d2a, #d63f2e, #911d24, #4e0e11);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d360, #e58d2a, #d63f2e, #911d24, #4e0e11);
}

Red Sunset color palette created on .