Matcha Color Palette
Discover the beautiful Matcha color palette featuring green mist (#ccd3a7), olivine (#9bb775), fern green (#527f3a), green kelp (#334d2a) and green kelp (#1e351c).
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 Matcha palette
💻 Matcha color palette CSS
/* CSS */
.color-1 {
color: #ccd3a7;
}
.color-2 {
color: #9bb775;
}
.color-3 {
color: #527f3a;
}
.color-4 {
color: #334d2a;
}
.color-5 {
color: #1e351c;
}
/* CSS Variables */
:root {
--color-1: #ccd3a7;
--color-2: #9bb775;
--color-3: #527f3a;
--color-4: #334d2a;
--color-5: #1e351c;
} 🌈 Matcha background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ccd3a7, #9bb775, #527f3a, #334d2a, #1e351c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ccd3a7, #9bb775, #527f3a, #334d2a, #1e351c);
} 🔗 Explore similar color palettes
Matcha color palette created on .