Rustic Ember Color Palette

Discover the beautiful Rustic Ember color palette featuring lotus (#793e39), matrix (#a65a4e), burning sand (#d8997d), mandys pink (#f2c7ab) and sazerac (#fff1e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Auburn, Autumn, Earthy, Red, 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 Rustic Ember palette

Share this palette to:

💻 Rustic Ember color palette CSS

/* CSS */
.color-1 {
color: #793e39;
}
.color-2 {
color: #a65a4e;
}
.color-3 {
color: #d8997d;
}
.color-4 {
color: #f2c7ab;
}
.color-5 {
color: #fff1e0;
}

/* CSS Variables */
:root {
--color-1: #793e39;
--color-2: #a65a4e;
--color-3: #d8997d;
--color-4: #f2c7ab;
--color-5: #fff1e0;
}

🌈 Rustic Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #793e39, #a65a4e, #d8997d, #f2c7ab, #fff1e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #793e39, #a65a4e, #d8997d, #f2c7ab, #fff1e0);
}

Rustic Ember color palette created on .