Rich Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rich Brown palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rich Brown Color Palette (PNG)
Rich Brown color palette CSS
/* CSS */
.color-1 {
color: #d3a76f;
}
.color-2 {
color: #b3794d;
}
.color-3 {
color: #9f573c;
}
.color-4 {
color: #7e2a26;
}
.color-5 {
color: #4f1c1e;
}
/* CSS Variables */
:root {
--color-1: #d3a76f;
--color-2: #b3794d;
--color-3: #9f573c;
--color-4: #7e2a26;
--color-5: #4f1c1e;
}
Rich Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a76f, #b3794d, #9f573c, #7e2a26, #4f1c1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a76f, #b3794d, #9f573c, #7e2a26, #4f1c1e);
}
Similar color palettes
Scroll down to explore 10+ Elegant color palettes
Rich Brown color palette created on .