Shades of Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Brown palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shades of Brown Color Palette (PNG)
Shades of Brown color palette CSS
/* CSS */
.color-1 {
color: #4b3c3a;
}
.color-2 {
color: #7e5b4e;
}
.color-3 {
color: #cda87e;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d55b4d;
}
/* CSS Variables */
:root {
--color-1: #4b3c3a;
--color-2: #7e5b4e;
--color-3: #cda87e;
--color-4: #f1c84b;
--color-5: #d55b4d;
}
Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c3a, #7e5b4e, #cda87e, #f1c84b, #d55b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c3a, #7e5b4e, #cda87e, #f1c84b, #d55b4d);
}
Similar color palettes
Shades of Brown color palette created on .