Green Tea Light Color Palette
Discover the beautiful Green Tea Light color palette featuring sycamore (#83903a), olivine (#9cb560), wild willow (#b7d177), deco (#d6dd94) and grain brown (#e2d2ae).
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 Green Tea Light palette
💻 Green Tea Light color palette CSS
/* CSS */
.color-1 {
color: #83903a;
}
.color-2 {
color: #9cb560;
}
.color-3 {
color: #b7d177;
}
.color-4 {
color: #d6dd94;
}
.color-5 {
color: #e2d2ae;
}
/* CSS Variables */
:root {
--color-1: #83903a;
--color-2: #9cb560;
--color-3: #b7d177;
--color-4: #d6dd94;
--color-5: #e2d2ae;
} 🌈 Green Tea Light background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #83903a, #9cb560, #b7d177, #d6dd94, #e2d2ae);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #83903a, #9cb560, #b7d177, #d6dd94, #e2d2ae);
} 🔗 Explore similar color palettes
Green Tea Light color palette created on .