Soft Beige Lazarus Color Palette

Discover the beautiful Soft Beige Lazarus color palette featuring eunry (#d4a4a1), cashmere (#e8b8a1), wheat (#f6d9b1), sidecar (#f1e0b1) and thistle green (#c7c5a8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Bright, Soft, 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 Soft Beige Lazarus palette

Share this palette to:

💻 Soft Beige Lazarus color palette CSS

/* CSS */
.color-1 {
color: #d4a4a1;
}
.color-2 {
color: #e8b8a1;
}
.color-3 {
color: #f6d9b1;
}
.color-4 {
color: #f1e0b1;
}
.color-5 {
color: #c7c5a8;
}

/* CSS Variables */
:root {
--color-1: #d4a4a1;
--color-2: #e8b8a1;
--color-3: #f6d9b1;
--color-4: #f1e0b1;
--color-5: #c7c5a8;
}

🌈 Soft Beige Lazarus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a4a1, #e8b8a1, #f6d9b1, #f1e0b1, #c7c5a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a4a1, #e8b8a1, #f6d9b1, #f1e0b1, #c7c5a8);
}

Soft Beige Lazarus color palette created on .