Brewed Sunset Color Palette

Discover the beautiful Brewed Sunset color palette featuring brick red (#c32c3b), flamingo (#f05547), sandy brown (#f6a655), goldenrod (#fbd66f) and fern green (#597e3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Coral, Yellow, Bright, Fun 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 Brewed Sunset palette

Share this palette to:

💻 Brewed Sunset color palette CSS

/* CSS */
.color-1 {
color: #c32c3b;
}
.color-2 {
color: #f05547;
}
.color-3 {
color: #f6a655;
}
.color-4 {
color: #fbd66f;
}
.color-5 {
color: #597e3e;
}

/* CSS Variables */
:root {
--color-1: #c32c3b;
--color-2: #f05547;
--color-3: #f6a655;
--color-4: #fbd66f;
--color-5: #597e3e;
}

🌈 Brewed Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c32c3b, #f05547, #f6a655, #fbd66f, #597e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c32c3b, #f05547, #f6a655, #fbd66f, #597e3e);
}

Brewed Sunset color palette created on .