Warm Beige Color Palette

Discover the beautiful Warm Beige color palette featuring calico (#e3c7a1), whiskey (#d0a56c), driftwood (#b68a49), potters clay (#8d6b3f) and judge gray (#594d3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Warm, Earthy, Neutral, 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 Warm Beige palette

Share this palette to:

💻 Warm Beige color palette CSS

/* CSS */
.color-1 {
color: #e3c7a1;
}
.color-2 {
color: #d0a56c;
}
.color-3 {
color: #b68a49;
}
.color-4 {
color: #8d6b3f;
}
.color-5 {
color: #594d3a;
}

/* CSS Variables */
:root {
--color-1: #e3c7a1;
--color-2: #d0a56c;
--color-3: #b68a49;
--color-4: #8d6b3f;
--color-5: #594d3a;
}

🌈 Warm Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3c7a1, #d0a56c, #b68a49, #8d6b3f, #594d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3c7a1, #d0a56c, #b68a49, #8d6b3f, #594d3a);
}

Warm Beige color palette created on .