Milk Coffee Color Palette

Discover the beautiful Milk Coffee color palette featuring vanilla (#cdbba7), wafer (#decfc0), pearl bush (#e7d9d0), white linen (#f5e7db) and oyster pink (#ead6cc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Pink, Soft, Warm, Neutral, Autumn, Earthy, Vintage, 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 Milk Coffee palette

Share this palette to:

💻 Milk Coffee color palette CSS

/* CSS */
.color-1 {
color: #cdbba7;
}
.color-2 {
color: #decfc0;
}
.color-3 {
color: #e7d9d0;
}
.color-4 {
color: #f5e7db;
}
.color-5 {
color: #ead6cc;
}

/* CSS Variables */
:root {
--color-1: #cdbba7;
--color-2: #decfc0;
--color-3: #e7d9d0;
--color-4: #f5e7db;
--color-5: #ead6cc;
}

🌈 Milk Coffee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cdbba7, #decfc0, #e7d9d0, #f5e7db, #ead6cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cdbba7, #decfc0, #e7d9d0, #f5e7db, #ead6cc);
}

Milk Coffee color palette created on .