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