Warm Milk Shades Color Palette
Discover the beautiful Warm Milk Shades color palette featuring sidecar (#f3e6c3), zombie (#e7d1a2), cameo (#d4b59b), oriental pink (#c59c8c) and brandy rose (#b88c7a).
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 Warm Milk Shades palette
💻 Warm Milk Shades color palette CSS
/* CSS */
.color-1 {
color: #f3e6c3;
}
.color-2 {
color: #e7d1a2;
}
.color-3 {
color: #d4b59b;
}
.color-4 {
color: #c59c8c;
}
.color-5 {
color: #b88c7a;
}
/* CSS Variables */
:root {
--color-1: #f3e6c3;
--color-2: #e7d1a2;
--color-3: #d4b59b;
--color-4: #c59c8c;
--color-5: #b88c7a;
} 🌈 Warm Milk Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e6c3, #e7d1a2, #d4b59b, #c59c8c, #b88c7a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e6c3, #e7d1a2, #d4b59b, #c59c8c, #b88c7a);
} 🔗 Explore similar color palettes
Warm Milk Shades color palette created on .