Matcha Inspired Color Palette

Discover the beautiful Matcha Inspired color palette featuring celadon (#b5e1a3), spring rain (#a4c6a9), acapulco (#8ab2a4), oxley (#7e9a8d) and smalt blue (#508b80).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Light, Earthy, Nature, Soft, Spring, Bright, Tea, 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 Inspired palette

Share this palette to:

💻 Matcha Inspired color palette CSS

/* CSS */
.color-1 {
color: #b5e1a3;
}
.color-2 {
color: #a4c6a9;
}
.color-3 {
color: #8ab2a4;
}
.color-4 {
color: #7e9a8d;
}
.color-5 {
color: #508b80;
}

/* CSS Variables */
:root {
--color-1: #b5e1a3;
--color-2: #a4c6a9;
--color-3: #8ab2a4;
--color-4: #7e9a8d;
--color-5: #508b80;
}

🌈 Matcha Inspired background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5e1a3, #a4c6a9, #8ab2a4, #7e9a8d, #508b80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5e1a3, #a4c6a9, #8ab2a4, #7e9a8d, #508b80);
}

Matcha Inspired color palette created on .