Milky Dream Color Palette
Discover the beautiful Milky Dream color palette featuring akaroa (#d5cea4), heathered gray (#b4a98d), grain brown (#e3c8b0), rodeo dust (#c6b29a) and bone (#e3d2c4).
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 Milky Dream palette
💻 Milky Dream color palette CSS
/* CSS */
.color-1 {
color: #d5cea4;
}
.color-2 {
color: #b4a98d;
}
.color-3 {
color: #e3c8b0;
}
.color-4 {
color: #c6b29a;
}
.color-5 {
color: #e3d2c4;
}
/* CSS Variables */
:root {
--color-1: #d5cea4;
--color-2: #b4a98d;
--color-3: #e3c8b0;
--color-4: #c6b29a;
--color-5: #e3d2c4;
} 🌈 Milky Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cea4, #b4a98d, #e3c8b0, #c6b29a, #e3d2c4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cea4, #b4a98d, #e3c8b0, #c6b29a, #e3d2c4);
} 🔗 Explore similar color palettes
Milky Dream color palette created on .