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: #f6e1a2;
}
.color-2 {
color: #d4a66e;
}
.color-3 {
color: #b27d6c;
}
.color-4 {
color: #784a4d;
}
.color-5 {
color: #502b3b;
}
/* CSS Variables */
:root {
--color-1: #f6e1a2;
--color-2: #d4a66e;
--color-3: #b27d6c;
--color-4: #784a4d;
--color-5: #502b3b;
}
Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1a2, #d4a66e, #b27d6c, #784a4d, #502b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1a2, #d4a66e, #b27d6c, #784a4d, #502b3b);
}
Similar color palettes
Scroll down to explore 200+ Autumn color palettes
Shades of Brown color palette created on .