Modern Japanese Chestnut Color Palette

Discover the beautiful Modern Japanese Chestnut color palette featuring shingle fawn (#6c4f37), nomad (#b8a89d), calico (#e6c299), tumbleweed (#d8a37d) and mandys pink (#f0b6a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Chestnut, Earthy, Japanese, Modern, Neutral, Soft, Spring, 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 Modern Japanese Chestnut palette

Share this palette to:

💻 Modern Japanese Chestnut color palette CSS

/* CSS */
.color-1 {
color: #6c4f37;
}
.color-2 {
color: #b8a89d;
}
.color-3 {
color: #e6c299;
}
.color-4 {
color: #d8a37d;
}
.color-5 {
color: #f0b6a3;
}

/* CSS Variables */
:root {
--color-1: #6c4f37;
--color-2: #b8a89d;
--color-3: #e6c299;
--color-4: #d8a37d;
--color-5: #f0b6a3;
}

🌈 Modern Japanese Chestnut background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c4f37, #b8a89d, #e6c299, #d8a37d, #f0b6a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c4f37, #b8a89d, #e6c299, #d8a37d, #f0b6a3);
}

Modern Japanese Chestnut color palette created on .