Latte Bliss Color Palette

Discover the beautiful Latte Bliss color palette featuring akaroa (#d8c5b0), malta (#bfaf9c), donkey brown (#a48d79), spicy mix (#7e5b3e) and millbrook (#6a4a39).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Earthy, Latte, Light, Nature, Soft, 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 Bliss palette

Share this palette to:

💻 Latte Bliss color palette CSS

/* CSS */
.color-1 {
color: #d8c5b0;
}
.color-2 {
color: #bfaf9c;
}
.color-3 {
color: #a48d79;
}
.color-4 {
color: #7e5b3e;
}
.color-5 {
color: #6a4a39;
}

/* CSS Variables */
:root {
--color-1: #d8c5b0;
--color-2: #bfaf9c;
--color-3: #a48d79;
--color-4: #7e5b3e;
--color-5: #6a4a39;
}

🌈 Latte Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c5b0, #bfaf9c, #a48d79, #7e5b3e, #6a4a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c5b0, #bfaf9c, #a48d79, #7e5b3e, #6a4a39);
}

Latte Bliss color palette created on .