Olive Wood Color Palette

Discover the beautiful Olive Wood color palette featuring rodeo dust (#c7af9e), gray olive (#a8a08f), asparagus (#7a8c54), lisbon brown (#493c27) and cocoa brown (#2e201f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Earthy, Neutral, Light Autumn, Warm 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 Olive Wood palette

Share this palette to:

💻 Olive Wood color palette CSS

/* CSS */
.color-1 {
color: #c7af9e;
}
.color-2 {
color: #a8a08f;
}
.color-3 {
color: #7a8c54;
}
.color-4 {
color: #493c27;
}
.color-5 {
color: #2e201f;
}

/* CSS Variables */
:root {
--color-1: #c7af9e;
--color-2: #a8a08f;
--color-3: #7a8c54;
--color-4: #493c27;
--color-5: #2e201f;
}

🌈 Olive Wood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7af9e, #a8a08f, #7a8c54, #493c27, #2e201f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7af9e, #a8a08f, #7a8c54, #493c27, #2e201f);
}

Olive Wood color palette created on .