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: #eed1aa;
}
.color-2 {
color: #e4b886;
}
.color-3 {
color: #d89864;
}
.color-4 {
color: #bf6436;
}
.color-5 {
color: #984b25;
}

/* CSS Variables */
:root {
--color-1: #eed1aa;
--color-2: #e4b886;
--color-3: #d89864;
--color-4: #bf6436;
--color-5: #984b25;
}

Milk Coffee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eed1aa, #e4b886, #d89864, #bf6436, #984b25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eed1aa, #e4b886, #d89864, #bf6436, #984b25);
}

Milk Coffee color palette created on .