Japanese Garden Color Palette
Discover the beautiful Japanese Garden color palette featuring rose fog (#e2b8a7), tana (#dad7b9), rainee (#b5c2a8), amulet (#7d9b7e) and faded jade (#4a7b7d).
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 Garden palette
💻 Japanese Garden color palette CSS
/* CSS */
.color-1 {
color: #e2b8a7;
}
.color-2 {
color: #dad7b9;
}
.color-3 {
color: #b5c2a8;
}
.color-4 {
color: #7d9b7e;
}
.color-5 {
color: #4a7b7d;
}
/* CSS Variables */
:root {
--color-1: #e2b8a7;
--color-2: #dad7b9;
--color-3: #b5c2a8;
--color-4: #7d9b7e;
--color-5: #4a7b7d;
} 🌈 Japanese Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8a7, #dad7b9, #b5c2a8, #7d9b7e, #4a7b7d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8a7, #dad7b9, #b5c2a8, #7d9b7e, #4a7b7d);
} 🔗 Explore similar color palettes
Japanese Garden color palette created on .