Old Kyoto Color Palette

Discover the beautiful Old Kyoto color palette featuring cabbage pont (#3e4b3a), viridian green (#6d8d7b), spring rain (#9bc5a0), grain brown (#e3d6b5) and porsche (#e8b85e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Nature, Summer, Vintage 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 Old Kyoto palette

Share this palette to:

💻 Old Kyoto color palette CSS

/* CSS */
.color-1 {
color: #3e4b3a;
}
.color-2 {
color: #6d8d7b;
}
.color-3 {
color: #9bc5a0;
}
.color-4 {
color: #e3d6b5;
}
.color-5 {
color: #e8b85e;
}

/* CSS Variables */
:root {
--color-1: #3e4b3a;
--color-2: #6d8d7b;
--color-3: #9bc5a0;
--color-4: #e3d6b5;
--color-5: #e8b85e;
}

🌈 Old Kyoto background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e4b3a, #6d8d7b, #9bc5a0, #e3d6b5, #e8b85e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e4b3a, #6d8d7b, #9bc5a0, #e3d6b5, #e8b85e);
}

Old Kyoto color palette created on .