Contrasting Woods Color Palette

Discover the beautiful Contrasting Woods color palette featuring mondo (#4e3b31), sandal (#a57d69), cameo (#d6b19a), sidecar (#f5e0c2) and raffia (#e8d2b0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Brown, Light, Wood, Beige, Tan, Cream, Earthy, Neutral 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 Contrasting Woods palette

Share this palette to:

💻 Contrasting Woods color palette CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #a57d69;
}
.color-3 {
color: #d6b19a;
}
.color-4 {
color: #f5e0c2;
}
.color-5 {
color: #e8d2b0;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #a57d69;
--color-3: #d6b19a;
--color-4: #f5e0c2;
--color-5: #e8d2b0;
}

🌈 Contrasting Woods background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #a57d69, #d6b19a, #f5e0c2, #e8d2b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #a57d69, #d6b19a, #f5e0c2, #e8d2b0);
}

Contrasting Woods color palette created on .