Japanese Earth Color Palette
Discover the beautiful Japanese Earth color palette featuring indian khaki (#c2b180), barley corn (#a88b5d), mule fawn (#8c5a2b), irish coffee (#5f3b21) and black marlin (#3c291a).
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 Japanese Earth palette
💻 Japanese Earth color palette CSS
/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #a88b5d;
}
.color-3 {
color: #8c5a2b;
}
.color-4 {
color: #5f3b21;
}
.color-5 {
color: #3c291a;
}
/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #a88b5d;
--color-3: #8c5a2b;
--color-4: #5f3b21;
--color-5: #3c291a;
} 🌈 Japanese Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #a88b5d, #8c5a2b, #5f3b21, #3c291a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #a88b5d, #8c5a2b, #5f3b21, #3c291a);
} 🔗 Explore similar color palettes
Japanese Earth color palette created on .