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