Green Tea Color Palette

Discover the beautiful Green Tea color palette featuring gum leaf (#aad5b7), fringy flower (#b2e0c7), surf crest (#d4e8d6), frostee (#e9f7eb) and saltpan (#f5faf7).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Green Tea color palette CSS

/* CSS */
.color-1 {
color: #aad5b7;
}
.color-2 {
color: #b2e0c7;
}
.color-3 {
color: #d4e8d6;
}
.color-4 {
color: #e9f7eb;
}
.color-5 {
color: #f5faf7;
}

/* CSS Variables */
:root {
--color-1: #aad5b7;
--color-2: #b2e0c7;
--color-3: #d4e8d6;
--color-4: #e9f7eb;
--color-5: #f5faf7;
}

🌈 Green Tea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aad5b7, #b2e0c7, #d4e8d6, #e9f7eb, #f5faf7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aad5b7, #b2e0c7, #d4e8d6, #e9f7eb, #f5faf7);
}

Green Tea color palette created on .