Brown Latte Color Palette

Discover the beautiful Brown Latte color palette featuring dust storm (#e2d0c5), vanilla (#d2b8a3), quicksand (#b79b8f), beaver (#8c6f5a) and kelp (#4e4c3b).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Brown Latte color palette CSS

/* CSS */
.color-1 {
color: #e2d0c5;
}
.color-2 {
color: #d2b8a3;
}
.color-3 {
color: #b79b8f;
}
.color-4 {
color: #8c6f5a;
}
.color-5 {
color: #4e4c3b;
}

/* CSS Variables */
:root {
--color-1: #e2d0c5;
--color-2: #d2b8a3;
--color-3: #b79b8f;
--color-4: #8c6f5a;
--color-5: #4e4c3b;
}

🌈 Brown Latte background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d0c5, #d2b8a3, #b79b8f, #8c6f5a, #4e4c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d0c5, #d2b8a3, #b79b8f, #8c6f5a, #4e4c3b);
}

Brown Latte color palette created on .