Milk Tea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Milk Tea palette
Color Inspiration
Images that showcase this color palette in real designs
Download Milk Tea Color Palette (PNG)
Milk Tea color palette CSS
/* CSS */
.color-1 {
color: #d6c6b8;
}
.color-2 {
color: #bfa69b;
}
.color-3 {
color: #a68a7d;
}
.color-4 {
color: #e8caa1;
}
.color-5 {
color: #c4a26e;
}
/* CSS Variables */
:root {
--color-1: #d6c6b8;
--color-2: #bfa69b;
--color-3: #a68a7d;
--color-4: #e8caa1;
--color-5: #c4a26e;
}
Milk Tea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c6b8, #bfa69b, #a68a7d, #e8caa1, #c4a26e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c6b8, #bfa69b, #a68a7d, #e8caa1, #c4a26e);
}
Similar color palettes
Milk Tea color palette created on .