Light Beige Color Palette

Discover the beautiful Light Beige color palette featuring double spanish white (#e6d3b7), pavlova (#d9c8a0), bone (#e5d2c7), deco (#d9d48c) and tana (#d9d9b5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Soft, Spring, Elegant, Light 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 Light Beige palette

Share this palette to:

💻 Light Beige color palette CSS

/* CSS */
.color-1 {
color: #e6d3b7;
}
.color-2 {
color: #d9c8a0;
}
.color-3 {
color: #e5d2c7;
}
.color-4 {
color: #d9d48c;
}
.color-5 {
color: #d9d9b5;
}

/* CSS Variables */
:root {
--color-1: #e6d3b7;
--color-2: #d9c8a0;
--color-3: #e5d2c7;
--color-4: #d9d48c;
--color-5: #d9d9b5;
}

🌈 Light Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d3b7, #d9c8a0, #e5d2c7, #d9d48c, #d9d9b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d3b7, #d9c8a0, #e5d2c7, #d9d48c, #d9d9b5);
}

Light Beige color palette created on .