Rustic Elegance Color Palette

Discover the beautiful Rustic Elegance color palette featuring pot pourri (#f5e9e1), gray olive (#9e9b8a), tundora (#4f4b4a), woody brown (#453635) and paco (#4e2012).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRustic, Minimalist, Autumn 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 Elegance palette

Share this palette to:

💻 Rustic Elegance color palette CSS

/* CSS */
.color-1 {
color: #f5e9e1;
}
.color-2 {
color: #9e9b8a;
}
.color-3 {
color: #4f4b4a;
}
.color-4 {
color: #453635;
}
.color-5 {
color: #4e2012;
}

/* CSS Variables */
:root {
--color-1: #f5e9e1;
--color-2: #9e9b8a;
--color-3: #4f4b4a;
--color-4: #453635;
--color-5: #4e2012;
}

🌈 Rustic Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e9e1, #9e9b8a, #4f4b4a, #453635, #4e2012);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e9e1, #9e9b8a, #4f4b4a, #453635, #4e2012);
}

Rustic Elegance color palette created on .