Rich Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rich Brown palette

Share this palette to:

Rich Brown color palette CSS

/* CSS */
.color-1 {
color: #c69c6c;
}
.color-2 {
color: #9f5d3c;
}
.color-3 {
color: #a33d29;
}
.color-4 {
color: #6d2c33;
}
.color-5 {
color: #c2b180;
}

/* CSS Variables */
:root {
--color-1: #c69c6c;
--color-2: #9f5d3c;
--color-3: #a33d29;
--color-4: #6d2c33;
--color-5: #c2b180;
}

Rich Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c6c, #9f5d3c, #a33d29, #6d2c33, #c2b180);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c6c, #9f5d3c, #a33d29, #6d2c33, #c2b180);
}

Rich Brown color palette created on .