Japanese Harmony Color Palette
Discover the beautiful Japanese Harmony color palette featuring cameo (#d9b3a5), old rose (#b8786b), nutmeg (#7d4a26), bone (#e0c2b3) and antique brass (#c18c6c).
Brightness
Saturation
Warmth
💡 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 Japanese Harmony palette
💻 Japanese Harmony color palette CSS
/* CSS */
.color-1 {
color: #d9b3a5;
}
.color-2 {
color: #b8786b;
}
.color-3 {
color: #7d4a26;
}
.color-4 {
color: #e0c2b3;
}
.color-5 {
color: #c18c6c;
}
/* CSS Variables */
:root {
--color-1: #d9b3a5;
--color-2: #b8786b;
--color-3: #7d4a26;
--color-4: #e0c2b3;
--color-5: #c18c6c;
} 🌈 Japanese Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b3a5, #b8786b, #7d4a26, #e0c2b3, #c18c6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b3a5, #b8786b, #7d4a26, #e0c2b3, #c18c6c);
} 🔗 Explore similar color palettes
Japanese Harmony color palette created on .