Milk Coffee Color Palette
Discover the beautiful Milk Coffee color palette featuring rodeo dust (#c6b29a), vanilla (#d8c7b6), dust storm (#e4d5c9), parchment (#f3e5d8) and bone (#e7d0c5).
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 Milk Coffee palette
💻 Milk Coffee color palette CSS
/* CSS */
.color-1 {
color: #c6b29a;
}
.color-2 {
color: #d8c7b6;
}
.color-3 {
color: #e4d5c9;
}
.color-4 {
color: #f3e5d8;
}
.color-5 {
color: #e7d0c5;
}
/* CSS Variables */
:root {
--color-1: #c6b29a;
--color-2: #d8c7b6;
--color-3: #e4d5c9;
--color-4: #f3e5d8;
--color-5: #e7d0c5;
}
🌈 Milk Coffee background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6b29a, #d8c7b6, #e4d5c9, #f3e5d8, #e7d0c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6b29a, #d8c7b6, #e4d5c9, #f3e5d8, #e7d0c5);
}
🔗 Explore similar color palettes
Milk Coffee color palette created on .