Brown Tradition Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Tradition palette

Share this palette to:

Brown Tradition color palette CSS

/* CSS */
.color-1 {
color: #c39969;
}
.color-2 {
color: #795939;
}
.color-3 {
color: #6a3d29;
}
.color-4 {
color: #3f2a27;
}
.color-5 {
color: #2d1a1a;
}

/* CSS Variables */
:root {
--color-1: #c39969;
--color-2: #795939;
--color-3: #6a3d29;
--color-4: #3f2a27;
--color-5: #2d1a1a;
}

Brown Tradition background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c39969, #795939, #6a3d29, #3f2a27, #2d1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c39969, #795939, #6a3d29, #3f2a27, #2d1a1a);
}

Brown Tradition color palette created on .