Rustic Reverie Color Palette

Discover the beautiful Rustic Reverie color palette featuring shadow (#8d6e4e), tumbleweed (#d8b283), almond (#f0e2c7), pigeon post (#a3c4d7) and wedgewood (#4c809a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Aesthetic, Blue, Brown, 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 Reverie palette

Share this palette to:

💻 Rustic Reverie color palette CSS

/* CSS */
.color-1 {
color: #8d6e4e;
}
.color-2 {
color: #d8b283;
}
.color-3 {
color: #f0e2c7;
}
.color-4 {
color: #a3c4d7;
}
.color-5 {
color: #4c809a;
}

/* CSS Variables */
:root {
--color-1: #8d6e4e;
--color-2: #d8b283;
--color-3: #f0e2c7;
--color-4: #a3c4d7;
--color-5: #4c809a;
}

🌈 Rustic Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d6e4e, #d8b283, #f0e2c7, #a3c4d7, #4c809a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d6e4e, #d8b283, #f0e2c7, #a3c4d7, #4c809a);
}

Rustic Reverie color palette created on .