Milk Tea Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Milk Tea palette

Share this palette to:

Download Milk Tea Color Palette (PNG)

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

Milk Tea color palette CSS

/* CSS */
.color-1 {
color: #d5ccae;
}
.color-2 {
color: #b7a48a;
}
.color-3 {
color: #a48b74;
}
.color-4 {
color: #e5c4a4;
}
.color-5 {
color: #ad7b5c;
}

/* CSS Variables */
:root {
--color-1: #d5ccae;
--color-2: #b7a48a;
--color-3: #a48b74;
--color-4: #e5c4a4;
--color-5: #ad7b5c;
}

Milk Tea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5ccae, #b7a48a, #a48b74, #e5c4a4, #ad7b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5ccae, #b7a48a, #a48b74, #e5c4a4, #ad7b5c);
}

Milk Tea color palette created on .