Matcha Blossom Color Palette

Discover the beautiful Matcha Blossom color palette featuring moss green (#c7e5b8), moss green (#a4d7a3), de york (#7dba8c), aqua forest (#599b75) and como (#4b7c65).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Light, Soft, Nature, Bright, Mint, Spring, Zen 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 Matcha Blossom palette

Share this palette to:

💻 Matcha Blossom color palette CSS

/* CSS */
.color-1 {
color: #c7e5b8;
}
.color-2 {
color: #a4d7a3;
}
.color-3 {
color: #7dba8c;
}
.color-4 {
color: #599b75;
}
.color-5 {
color: #4b7c65;
}

/* CSS Variables */
:root {
--color-1: #c7e5b8;
--color-2: #a4d7a3;
--color-3: #7dba8c;
--color-4: #599b75;
--color-5: #4b7c65;
}

🌈 Matcha Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7e5b8, #a4d7a3, #7dba8c, #599b75, #4b7c65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7e5b8, #a4d7a3, #7dba8c, #599b75, #4b7c65);
}

Matcha Blossom color palette created on .