Kyoto Tea Color Palette

Discover the beautiful Kyoto Tea color palette featuring pixie green (#c4d6b8), spring rain (#a1c4a1), sea nymph (#7aa89b), patina (#5c8a89) and william (#3e6c75).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Kyoto Tea color palette CSS

/* CSS */
.color-1 {
color: #c4d6b8;
}
.color-2 {
color: #a1c4a1;
}
.color-3 {
color: #7aa89b;
}
.color-4 {
color: #5c8a89;
}
.color-5 {
color: #3e6c75;
}

/* CSS Variables */
:root {
--color-1: #c4d6b8;
--color-2: #a1c4a1;
--color-3: #7aa89b;
--color-4: #5c8a89;
--color-5: #3e6c75;
}

🌈 Kyoto Tea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4d6b8, #a1c4a1, #7aa89b, #5c8a89, #3e6c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4d6b8, #a1c4a1, #7aa89b, #5c8a89, #3e6c75);
}

Kyoto Tea color palette created on .