Milk Coffee Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Milk Coffee palette

Share this palette to:

Milk Coffee color palette PNG image

Download milk coffee color palette PNG image (landscape)
Download milk coffee color palette PNG image (square)

Milk Coffee color palette CSS

/* CSS */
.color-1 {
color: #c6b29a;
}
.color-2 {
color: #d8c7b6;
}
.color-3 {
color: #e4d5c9;
}
.color-4 {
color: #f3e5d8;
}
.color-5 {
color: #e7d0c5;
}

/* CSS Variables */
:root {
--color-1: #c6b29a;
--color-2: #d8c7b6;
--color-3: #e4d5c9;
--color-4: #f3e5d8;
--color-5: #e7d0c5;
}

Milk Coffee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6b29a, #d8c7b6, #e4d5c9, #f3e5d8, #e7d0c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6b29a, #d8c7b6, #e4d5c9, #f3e5d8, #e7d0c5);
}

Milk Coffee color palette created on .