日本の緑 Color Palette

Discover the beautiful 日本の緑 color palette featuring spring rain (#a5c8a2), laurel (#6a9a6d), como (#4f7d5d), mineral green (#3e5b4d) and outer space (#2e3e3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Japanese, Nature, Forest, Earthy 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 日本の緑 palette

Share this palette to:

💻 日本の緑 color palette CSS

/* CSS */
.color-1 {
color: #a5c8a2;
}
.color-2 {
color: #6a9a6d;
}
.color-3 {
color: #4f7d5d;
}
.color-4 {
color: #3e5b4d;
}
.color-5 {
color: #2e3e3c;
}

/* CSS Variables */
:root {
--color-1: #a5c8a2;
--color-2: #6a9a6d;
--color-3: #4f7d5d;
--color-4: #3e5b4d;
--color-5: #2e3e3c;
}

🌈 日本の緑 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c8a2, #6a9a6d, #4f7d5d, #3e5b4d, #2e3e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c8a2, #6a9a6d, #4f7d5d, #3e5b4d, #2e3e3c);
}

日本の緑 color palette created on .