Tea Color Palette

Discover the beautiful Tea color palette featuring beryl green (#d8e3ba), spring rain (#a4c6a8), manhattan (#f3c5a0), shilo (#e2a7a2) and rose fog (#e9c5ba).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Earthy, Green, Light, Nature, Peach, Soft, Summer 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 Tea palette

Share this palette to:

💻 Tea color palette CSS

/* CSS */
.color-1 {
color: #d8e3ba;
}
.color-2 {
color: #a4c6a8;
}
.color-3 {
color: #f3c5a0;
}
.color-4 {
color: #e2a7a2;
}
.color-5 {
color: #e9c5ba;
}

/* CSS Variables */
:root {
--color-1: #d8e3ba;
--color-2: #a4c6a8;
--color-3: #f3c5a0;
--color-4: #e2a7a2;
--color-5: #e9c5ba;
}

🌈 Tea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8e3ba, #a4c6a8, #f3c5a0, #e2a7a2, #e9c5ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8e3ba, #a4c6a8, #f3c5a0, #e2a7a2, #e9c5ba);
}

Tea color palette created on .