Japanese Garden Color Palette

Discover the beautiful Japanese Garden color palette featuring japanese laurel (#096a06), apple (#3b9b3b), mantis (#6ccb6c), celadon (#a5e3a5) and blue romance (#d4f7d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Nature, Bright, Soft Summer, Zen, Forest, Modern, Vibrant, Japanese color palettes and combinations.

💡 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

Share this palette to:

💻 Japanese Garden color palette CSS

/* CSS */
.color-1 {
color: #096a06;
}
.color-2 {
color: #3b9b3b;
}
.color-3 {
color: #6ccb6c;
}
.color-4 {
color: #a5e3a5;
}
.color-5 {
color: #d4f7d4;
}

/* CSS Variables */
:root {
--color-1: #096a06;
--color-2: #3b9b3b;
--color-3: #6ccb6c;
--color-4: #a5e3a5;
--color-5: #d4f7d4;
}

🌈 Japanese Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #096a06, #3b9b3b, #6ccb6c, #a5e3a5, #d4f7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #096a06, #3b9b3b, #6ccb6c, #a5e3a5, #d4f7d4);
}

Japanese Garden color palette created on .