Brown Moon Color Palette
Discover the beautiful Brown Moon color palette featuring irish coffee (#5c3a28), roman coffee (#7a5b4d), sepia skin (#a3503e), flame pea (#d95a3a) and bone (#e7c9c1).
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 Moon palette
💻 Brown Moon color palette CSS
/* CSS */
.color-1 {
color: #5c3a28;
}
.color-2 {
color: #7a5b4d;
}
.color-3 {
color: #a3503e;
}
.color-4 {
color: #d95a3a;
}
.color-5 {
color: #e7c9c1;
}
/* CSS Variables */
:root {
--color-1: #5c3a28;
--color-2: #7a5b4d;
--color-3: #a3503e;
--color-4: #d95a3a;
--color-5: #e7c9c1;
} 🌈 Brown Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3a28, #7a5b4d, #a3503e, #d95a3a, #e7c9c1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3a28, #7a5b4d, #a3503e, #d95a3a, #e7c9c1);
} 🔗 Explore similar color palettes
Brown Moon color palette created on .