Ink Art in Japan Color Palette
Discover the beautiful Ink Art in Japan color palette featuring cashmere (#e3c8a6), heathered gray (#b6a491), hurricane (#8d7c7e), mulled wine (#5c4d6f) and bleached cedar (#3e2745).
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 Ink Art in Japan palette
💻 Ink Art in Japan color palette CSS
/* CSS */
.color-1 {
color: #e3c8a6;
}
.color-2 {
color: #b6a491;
}
.color-3 {
color: #8d7c7e;
}
.color-4 {
color: #5c4d6f;
}
.color-5 {
color: #3e2745;
}
/* CSS Variables */
:root {
--color-1: #e3c8a6;
--color-2: #b6a491;
--color-3: #8d7c7e;
--color-4: #5c4d6f;
--color-5: #3e2745;
} 🌈 Ink Art in Japan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3c8a6, #b6a491, #8d7c7e, #5c4d6f, #3e2745);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3c8a6, #b6a491, #8d7c7e, #5c4d6f, #3e2745);
} 🔗 Explore similar color palettes
Ink Art in Japan color palette created on .