日本の秋 Color Palette

Discover the beautiful 日本の秋 color palette featuring harvest gold (#e2a578), chestnut rose (#c86d4c), medium carmine (#aa4331), claret (#741a2e) and maroon oak (#4a0d1e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Deep, Earthy, Forest, Japanese, Orange, Red, Warm 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 日本の秋 palette

Share this palette to:

💻 日本の秋 color palette CSS

/* CSS */
.color-1 {
color: #e2a578;
}
.color-2 {
color: #c86d4c;
}
.color-3 {
color: #aa4331;
}
.color-4 {
color: #741a2e;
}
.color-5 {
color: #4a0d1e;
}

/* CSS Variables */
:root {
--color-1: #e2a578;
--color-2: #c86d4c;
--color-3: #aa4331;
--color-4: #741a2e;
--color-5: #4a0d1e;
}

🌈 日本の秋 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a578, #c86d4c, #aa4331, #741a2e, #4a0d1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a578, #c86d4c, #aa4331, #741a2e, #4a0d1e);
}

日本の秋 color palette created on .