Light Beige Color Palette

Discover the beautiful Light Beige color palette featuring dairy cream (#f8e7b4), wheat (#f2d4b1), zombie (#e6cea3), cameo (#d7b198) and sorrell brown (#cbae8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Bright, Spring, Fun 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: #f8e7b4;
}
.color-2 {
color: #f2d4b1;
}
.color-3 {
color: #e6cea3;
}
.color-4 {
color: #d7b198;
}
.color-5 {
color: #cbae8b;
}

/* CSS Variables */
:root {
--color-1: #f8e7b4;
--color-2: #f2d4b1;
--color-3: #e6cea3;
--color-4: #d7b198;
--color-5: #cbae8b;
}

🌈 Light Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e7b4, #f2d4b1, #e6cea3, #d7b198, #cbae8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e7b4, #f2d4b1, #e6cea3, #d7b198, #cbae8b);
}

Light Beige color palette created on .