Milk Coffee Color Palette

Discover the beautiful Milk Coffee color palette featuring pancho (#eed1aa), gold sand (#e4b884), di serria (#d89964), copper (#bd6336) and cumin (#974a24).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Caramel, Earthy, Muted, Orange, Tan, 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 Milk Coffee palette

Share this palette to:

💻 Milk Coffee color palette CSS

/* CSS */
.color-1 {
color: #eed1aa;
}
.color-2 {
color: #e4b884;
}
.color-3 {
color: #d89964;
}
.color-4 {
color: #bd6336;
}
.color-5 {
color: #974a24;
}

/* CSS Variables */
:root {
--color-1: #eed1aa;
--color-2: #e4b884;
--color-3: #d89964;
--color-4: #bd6336;
--color-5: #974a24;
}

🌈 Milk Coffee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eed1aa, #e4b884, #d89964, #bd6336, #974a24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eed1aa, #e4b884, #d89964, #bd6336, #974a24);
}

Milk Coffee color palette created on .