Japanese Kitsune Color Palette
Discover the beautiful Japanese Kitsune color palette featuring cashmere (#e9b79f), brick red (#c52b2e), rouge (#a33e7a), wheat (#f6d5b1) and corvette (#f8c8a0).
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 Kitsune palette
💻 Japanese Kitsune color palette CSS
/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #c52b2e;
}
.color-3 {
color: #a33e7a;
}
.color-4 {
color: #f6d5b1;
}
.color-5 {
color: #f8c8a0;
}
/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #c52b2e;
--color-3: #a33e7a;
--color-4: #f6d5b1;
--color-5: #f8c8a0;
}
🌈 Japanese Kitsune background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #c52b2e, #a33e7a, #f6d5b1, #f8c8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #c52b2e, #a33e7a, #f6d5b1, #f8c8a0);
}
🔗 Explore similar color palettes
Japanese Kitsune color palette created on .