Latte Dream Color Palette

Discover the beautiful Latte Dream color palette featuring cameo (#d8b4a2), bone (#e2cec1), albescent white (#f6e1d5), indian khaki (#c7a58e) and barley corn (#a87c61).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Cream, Earthy, Neutral, Soft, Vintage, 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 Latte Dream palette

Share this palette to:

💻 Latte Dream color palette CSS

/* CSS */
.color-1 {
color: #d8b4a2;
}
.color-2 {
color: #e2cec1;
}
.color-3 {
color: #f6e1d5;
}
.color-4 {
color: #c7a58e;
}
.color-5 {
color: #a87c61;
}

/* CSS Variables */
:root {
--color-1: #d8b4a2;
--color-2: #e2cec1;
--color-3: #f6e1d5;
--color-4: #c7a58e;
--color-5: #a87c61;
}

🌈 Latte Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b4a2, #e2cec1, #f6e1d5, #c7a58e, #a87c61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b4a2, #e2cec1, #f6e1d5, #c7a58e, #a87c61);
}

Latte Dream color palette created on .