Brown Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Shades palette
Brown Shades color palette CSS
/* CSS */
.color-1 {
color: #9a6b4c;
}
.color-2 {
color: #c5987d;
}
.color-3 {
color: #e3b8a1;
}
.color-4 {
color: #f8d3b4;
}
.color-5 {
color: #f9e9dc;
}
/* CSS Variables */
:root {
--color-1: #9a6b4c;
--color-2: #c5987d;
--color-3: #e3b8a1;
--color-4: #f8d3b4;
--color-5: #f9e9dc;
}
Brown Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a6b4c, #c5987d, #e3b8a1, #f8d3b4, #f9e9dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a6b4c, #c5987d, #e3b8a1, #f8d3b4, #f9e9dc);
}
Similar color palettes
Brown Shades color palette created on .