Rustic Sunset Hues Color Palette

Discover the beautiful Rustic Sunset Hues color palette featuring fuzzy wuzzy brown (#c7694d), tumbleweed (#e19b7a), new orleans (#f2c3a1), whiskey (#d4a66e) and brown rust (#a85f3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Rustic Sunset Hues palette

Share this palette to:

💻 Rustic Sunset Hues color palette CSS

/* CSS */
.color-1 {
color: #c7694d;
}
.color-2 {
color: #e19b7a;
}
.color-3 {
color: #f2c3a1;
}
.color-4 {
color: #d4a66e;
}
.color-5 {
color: #a85f3e;
}

/* CSS Variables */
:root {
--color-1: #c7694d;
--color-2: #e19b7a;
--color-3: #f2c3a1;
--color-4: #d4a66e;
--color-5: #a85f3e;
}

🌈 Rustic Sunset Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7694d, #e19b7a, #f2c3a1, #d4a66e, #a85f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7694d, #e19b7a, #f2c3a1, #d4a66e, #a85f3e);
}

Rustic Sunset Hues color palette created on .