White Wood Color Palette

Discover the beautiful White Wood color palette featuring pampas (#f5f5f0), porcelain (#e2e6e9), geyser (#c4d6d9), tower gray (#a8b8b7) and juniper (#6e8c8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Elegant, Light, Minimalist, Modern, Neutral, Soft, White, Wood 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 White Wood palette

Share this palette to:

💻 White Wood color palette CSS

/* CSS */
.color-1 {
color: #f5f5f0;
}
.color-2 {
color: #e2e6e9;
}
.color-3 {
color: #c4d6d9;
}
.color-4 {
color: #a8b8b7;
}
.color-5 {
color: #6e8c8b;
}

/* CSS Variables */
:root {
--color-1: #f5f5f0;
--color-2: #e2e6e9;
--color-3: #c4d6d9;
--color-4: #a8b8b7;
--color-5: #6e8c8b;
}

🌈 White Wood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f0, #e2e6e9, #c4d6d9, #a8b8b7, #6e8c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f0, #e2e6e9, #c4d6d9, #a8b8b7, #6e8c8b);
}

White Wood color palette created on .