Shades of Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Brown palette
Shades of Brown color palette CSS
/* CSS */
.color-1 {
color: #5d4b7c;
}
.color-2 {
color: #9b6f8c;
}
.color-3 {
color: #c9997e;
}
.color-4 {
color: #d7b85b;
}
.color-5 {
color: #b56d40;
}
/* CSS Variables */
:root {
--color-1: #5d4b7c;
--color-2: #9b6f8c;
--color-3: #c9997e;
--color-4: #d7b85b;
--color-5: #b56d40;
}
Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d4b7c, #9b6f8c, #c9997e, #d7b85b, #b56d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d4b7c, #9b6f8c, #c9997e, #d7b85b, #b56d40);
}
Similar color palettes
Scroll down to explore 30+ Autumn color palettes
Shades of Brown color palette created on .