Oak Wood Color Palette

Discover the beautiful Oak Wood color palette featuring indian khaki (#c3b192), limed oak (#a77d52), potters clay (#8e5b3e), irish coffee (#683c27) and metallic bronze (#4e2b1d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Beige, Wood, Earthy, Cream, Tan, Green, Forest, 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 Oak Wood palette

Share this palette to:

💻 Oak Wood color palette CSS

/* CSS */
.color-1 {
color: #c3b192;
}
.color-2 {
color: #a77d52;
}
.color-3 {
color: #8e5b3e;
}
.color-4 {
color: #683c27;
}
.color-5 {
color: #4e2b1d;
}

/* CSS Variables */
:root {
--color-1: #c3b192;
--color-2: #a77d52;
--color-3: #8e5b3e;
--color-4: #683c27;
--color-5: #4e2b1d;
}

🌈 Oak Wood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3b192, #a77d52, #8e5b3e, #683c27, #4e2b1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3b192, #a77d52, #8e5b3e, #683c27, #4e2b1d);
}

Oak Wood color palette created on .