Café au Lait Harmony Color Palette

Discover the beautiful Café au Lait Harmony color palette featuring double spanish white (#e9d5c3), akaroa (#d6b8a8), oriental pink (#c59b8c), brandy rose (#b68d7c) and pharlap (#a07a6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Warm, Earthy, Autumn 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 Café au Lait Harmony palette

Share this palette to:

💻 Café au Lait Harmony color palette CSS

/* CSS */
.color-1 {
color: #e9d5c3;
}
.color-2 {
color: #d6b8a8;
}
.color-3 {
color: #c59b8c;
}
.color-4 {
color: #b68d7c;
}
.color-5 {
color: #a07a6e;
}

/* CSS Variables */
:root {
--color-1: #e9d5c3;
--color-2: #d6b8a8;
--color-3: #c59b8c;
--color-4: #b68d7c;
--color-5: #a07a6e;
}

🌈 Café au Lait Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d5c3, #d6b8a8, #c59b8c, #b68d7c, #a07a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d5c3, #d6b8a8, #c59b8c, #b68d7c, #a07a6e);
}

Café au Lait Harmony color palette created on .