Japanese Fox Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Japanese Fox palette
Japanese Fox color palette PNG image
Japanese Fox color palette CSS
/* CSS */
.color-1 {
color: #e6a8b0;
}
.color-2 {
color: #f8c6b4;
}
.color-3 {
color: #f0e3d6;
}
.color-4 {
color: #d1c7b3;
}
.color-5 {
color: #b8aa9d;
}
/* CSS Variables */
:root {
--color-1: #e6a8b0;
--color-2: #f8c6b4;
--color-3: #f0e3d6;
--color-4: #d1c7b3;
--color-5: #b8aa9d;
}
Japanese Fox background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a8b0, #f8c6b4, #f0e3d6, #d1c7b3, #b8aa9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a8b0, #f8c6b4, #f0e3d6, #d1c7b3, #b8aa9d);
}
Similar color palettes
Japanese Fox color palette created on .