Shadow Milk Color Palette
Discover the beautiful Shadow Milk color palette featuring merino (#f5f0e0), pearl bush (#e1d5c7), bison hide (#c3b3a2), pharlap (#a6897d) and au chico (#8a5d56).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Shadow Milk palette
💻 Shadow Milk color palette CSS
/* CSS */
.color-1 {
color: #f5f0e0;
}
.color-2 {
color: #e1d5c7;
}
.color-3 {
color: #c3b3a2;
}
.color-4 {
color: #a6897d;
}
.color-5 {
color: #8a5d56;
}
/* CSS Variables */
:root {
--color-1: #f5f0e0;
--color-2: #e1d5c7;
--color-3: #c3b3a2;
--color-4: #a6897d;
--color-5: #8a5d56;
} 🌈 Shadow Milk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f0e0, #e1d5c7, #c3b3a2, #a6897d, #8a5d56);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f0e0, #e1d5c7, #c3b3a2, #a6897d, #8a5d56);
} 🔗 Explore similar color palettes
Shadow Milk color palette created on .