Frozen Umber Color Palette

Discover the beautiful Frozen Umber color palette featuring mongoose (#bea679), equator (#e4b55e), chestnut rose (#c86b4c), brown rust (#a64e3a) and lotus (#7a3a38).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Coastal, Earthy, Warm 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 Frozen Umber palette

Share this palette to:

💻 Frozen Umber color palette CSS

/* CSS */
.color-1 {
color: #bea679;
}
.color-2 {
color: #e4b55e;
}
.color-3 {
color: #c86b4c;
}
.color-4 {
color: #a64e3a;
}
.color-5 {
color: #7a3a38;
}

/* CSS Variables */
:root {
--color-1: #bea679;
--color-2: #e4b55e;
--color-3: #c86b4c;
--color-4: #a64e3a;
--color-5: #7a3a38;
}

🌈 Frozen Umber background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bea679, #e4b55e, #c86b4c, #a64e3a, #7a3a38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bea679, #e4b55e, #c86b4c, #a64e3a, #7a3a38);
}

Frozen Umber color palette created on .