Japanese Kitsune Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Japanese Kitsune palette
Color Inspiration
Images that showcase this color palette in real designs
Download Japanese Kitsune Color Palette (PNG)
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);
}
Similar color palettes
Japanese Kitsune color palette created on .