Light Beige Color Palette

Discover the beautiful Light Beige color palette featuring spring wood (#f8f6f1), bone (#e5d6c2), sorrell brown (#d0b69a), teak (#b6a26d) and barley corn (#a48c56).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Light Summer, Bright Spring 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: #f8f6f1;
}
.color-2 {
color: #e5d6c2;
}
.color-3 {
color: #d0b69a;
}
.color-4 {
color: #b6a26d;
}
.color-5 {
color: #a48c56;
}

/* CSS Variables */
:root {
--color-1: #f8f6f1;
--color-2: #e5d6c2;
--color-3: #d0b69a;
--color-4: #b6a26d;
--color-5: #a48c56;
}

🌈 Light Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f6f1, #e5d6c2, #d0b69a, #b6a26d, #a48c56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f6f1, #e5d6c2, #d0b69a, #b6a26d, #a48c56);
}

Light Beige color palette created on .