Shades of Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Brown palette

Share this palette to:

Shades of Brown color palette CSS

/* CSS */
.color-1 {
color: #dfa349;
}
.color-2 {
color: #c67024;
}
.color-3 {
color: #b93f2d;
}
.color-4 {
color: #76234b;
}
.color-5 {
color: #34217d;
}

/* CSS Variables */
:root {
--color-1: #dfa349;
--color-2: #c67024;
--color-3: #b93f2d;
--color-4: #76234b;
--color-5: #34217d;
}

Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfa349, #c67024, #b93f2d, #76234b, #34217d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfa349, #c67024, #b93f2d, #76234b, #34217d);
}

Shades of Brown color palette created on .