Brown Japan Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Japan palette
Brown Japan color palette CSS
/* CSS */
.color-1 {
color: #3e2a1e;
}
.color-2 {
color: #895a39;
}
.color-3 {
color: #c2b09e;
}
.color-4 {
color: #e6d6c1;
}
.color-5 {
color: #f1f0e9;
}
/* CSS Variables */
:root {
--color-1: #3e2a1e;
--color-2: #895a39;
--color-3: #c2b09e;
--color-4: #e6d6c1;
--color-5: #f1f0e9;
}
Brown Japan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e2a1e, #895a39, #c2b09e, #e6d6c1, #f1f0e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e2a1e, #895a39, #c2b09e, #e6d6c1, #f1f0e9);
}
Similar color palettes
Brown Japan color palette created on .