White Lily Matcha Color Palette
Discover the beautiful White Lily Matcha color palette featuring pale leaf (#cbd6c3), pale leaf (#c2d1bf), spring rain (#b2c9b3), envy (#99b39f) and bay leaf (#72a793).
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 White Lily Matcha palette
💻 White Lily Matcha color palette CSS
/* CSS */
.color-1 {
color: #cbd6c3;
}
.color-2 {
color: #c2d1bf;
}
.color-3 {
color: #b2c9b3;
}
.color-4 {
color: #99b39f;
}
.color-5 {
color: #72a793;
}
/* CSS Variables */
:root {
--color-1: #cbd6c3;
--color-2: #c2d1bf;
--color-3: #b2c9b3;
--color-4: #99b39f;
--color-5: #72a793;
} 🌈 White Lily Matcha background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cbd6c3, #c2d1bf, #b2c9b3, #99b39f, #72a793);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cbd6c3, #c2d1bf, #b2c9b3, #99b39f, #72a793);
} 🔗 Explore similar color palettes
White Lily Matcha color palette created on .