Japanese Garden Maple Color Palette
Discover the beautiful Japanese Garden Maple color palette featuring tall poppy (#b82e2e), web orange (#f0a800), gold (#f0d400), glacier (#7ab2c2) and tobacco brown (#6f4c3e).
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 Maple palette
💻 Japanese Garden Maple color palette CSS
/* CSS */
.color-1 {
color: #b82e2e;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f0d400;
}
.color-4 {
color: #7ab2c2;
}
.color-5 {
color: #6f4c3e;
}
/* CSS Variables */
:root {
--color-1: #b82e2e;
--color-2: #f0a800;
--color-3: #f0d400;
--color-4: #7ab2c2;
--color-5: #6f4c3e;
} 🌈 Japanese Garden Maple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b82e2e, #f0a800, #f0d400, #7ab2c2, #6f4c3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b82e2e, #f0a800, #f0d400, #7ab2c2, #6f4c3e);
} 🔗 Explore similar color palettes
Japanese Garden Maple color palette created on .