Brown Shadow Milk Cookie Color Palette
Discover the beautiful Brown Shadow Milk Cookie color palette featuring raffia (#e8d3b5), indian khaki (#c3aa8d), teak (#b78a6c), santa fe (#a56e55) and old copper (#7b4932).
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 Brown Shadow Milk Cookie palette
💻 Brown Shadow Milk Cookie color palette CSS
/* CSS */
.color-1 {
color: #e8d3b5;
}
.color-2 {
color: #c3aa8d;
}
.color-3 {
color: #b78a6c;
}
.color-4 {
color: #a56e55;
}
.color-5 {
color: #7b4932;
}
/* CSS Variables */
:root {
--color-1: #e8d3b5;
--color-2: #c3aa8d;
--color-3: #b78a6c;
--color-4: #a56e55;
--color-5: #7b4932;
} 🌈 Brown Shadow Milk Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d3b5, #c3aa8d, #b78a6c, #a56e55, #7b4932);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d3b5, #c3aa8d, #b78a6c, #a56e55, #7b4932);
} 🔗 Explore similar color palettes
Brown Shadow Milk Cookie color palette created on .