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: #e3cba5;
}
.color-2 {
color: #d2a770;
}
.color-3 {
color: #b78e5c;
}
.color-4 {
color: #6f4b3e;
}
.color-5 {
color: #3d2e2e;
}

/* CSS Variables */
:root {
--color-1: #e3cba5;
--color-2: #d2a770;
--color-3: #b78e5c;
--color-4: #6f4b3e;
--color-5: #3d2e2e;
}

Milk Tea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3cba5, #d2a770, #b78e5c, #6f4b3e, #3d2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3cba5, #d2a770, #b78e5c, #6f4b3e, #3d2e2e);
}

Milk Tea color palette created on .