Brown Latte Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Latte palette

Share this palette to:

Download Brown Latte Color Palette (PNG)

Download brown latte color palette PNG image (landscape)
Download brown latte color palette PNG image (square)

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 .