Rustic Emberwood Color Palette

Discover the beautiful Rustic Emberwood color palette featuring rock (#4e3c36), well read (#aa3b2c), red damask (#d77a37), anzac (#e7b34b) and chalet green (#4b5f3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark Autumn, Earthy, Orange, Brown, Yellow 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 Emberwood palette

Share this palette to:

💻 Rustic Emberwood color palette CSS

/* CSS */
.color-1 {
color: #4e3c36;
}
.color-2 {
color: #aa3b2c;
}
.color-3 {
color: #d77a37;
}
.color-4 {
color: #e7b34b;
}
.color-5 {
color: #4b5f3a;
}

/* CSS Variables */
:root {
--color-1: #4e3c36;
--color-2: #aa3b2c;
--color-3: #d77a37;
--color-4: #e7b34b;
--color-5: #4b5f3a;
}

🌈 Rustic Emberwood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3c36, #aa3b2c, #d77a37, #e7b34b, #4b5f3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3c36, #aa3b2c, #d77a37, #e7b34b, #4b5f3a);
}

Rustic Emberwood color palette created on .