Rustic Forest Harmony Color Palette

Discover the beautiful Rustic Forest Harmony color palette featuring bison hide (#c7bead), bourbon (#b57226), viridian green (#638377), roof terracotta (#a33324) and plantation (#264b4b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWarm, Rustic, Vibrant, 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 Forest Harmony palette

Share this palette to:

💻 Rustic Forest Harmony color palette CSS

/* CSS */
.color-1 {
color: #c7bead;
}
.color-2 {
color: #b57226;
}
.color-3 {
color: #638377;
}
.color-4 {
color: #a33324;
}
.color-5 {
color: #264b4b;
}

/* CSS Variables */
:root {
--color-1: #c7bead;
--color-2: #b57226;
--color-3: #638377;
--color-4: #a33324;
--color-5: #264b4b;
}

🌈 Rustic Forest Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7bead, #b57226, #638377, #a33324, #264b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7bead, #b57226, #638377, #a33324, #264b4b);
}

Rustic Forest Harmony color palette created on .