Vibrant Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Brown palette

Share this palette to:

Vibrant Brown color palette CSS

/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #c69c6c;
}
.color-3 {
color: #d8b65f;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #8b4513;
}

/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #c69c6c;
--color-3: #d8b65f;
--color-4: #f5c400;
--color-5: #8b4513;
}

Vibrant Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #c69c6c, #d8b65f, #f5c400, #8b4513);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #c69c6c, #d8b65f, #f5c400, #8b4513);
}

Vibrant Brown color palette created on .