Brown Iced Latte Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Iced Latte palette

Share this palette to:

Brown Iced Latte color palette CSS

/* CSS */
.color-1 {
color: #c6b29a;
}
.color-2 {
color: #d8c5b6;
}
.color-3 {
color: #f1e0d5;
}
.color-4 {
color: #e2b89c;
}
.color-5 {
color: #b78a6c;
}

/* CSS Variables */
:root {
--color-1: #c6b29a;
--color-2: #d8c5b6;
--color-3: #f1e0d5;
--color-4: #e2b89c;
--color-5: #b78a6c;
}

Brown Iced Latte background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6b29a, #d8c5b6, #f1e0d5, #e2b89c, #b78a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6b29a, #d8c5b6, #f1e0d5, #e2b89c, #b78a6c);
}

Brown Iced Latte color palette created on .