Beige Harmony Color Palette

Discover the beautiful Beige Harmony color palette featuring ecru white (#f3eee2), pearl bush (#e8ded4), wafer (#ddccc0), soft amber (#cebfb0) and silk (#bcb0a4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Cream, Earthy, Minimalist, Neutral, Soft, Vintage, Warm 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 Beige Harmony palette

Share this palette to:

💻 Beige Harmony color palette CSS

/* CSS */
.color-1 {
color: #f3eee2;
}
.color-2 {
color: #e8ded4;
}
.color-3 {
color: #ddccc0;
}
.color-4 {
color: #cebfb0;
}
.color-5 {
color: #bcb0a4;
}

/* CSS Variables */
:root {
--color-1: #f3eee2;
--color-2: #e8ded4;
--color-3: #ddccc0;
--color-4: #cebfb0;
--color-5: #bcb0a4;
}

🌈 Beige Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3eee2, #e8ded4, #ddccc0, #cebfb0, #bcb0a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3eee2, #e8ded4, #ddccc0, #cebfb0, #bcb0a4);
}

Beige Harmony color palette created on .