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: #e2bf83;
}
.color-2 {
color: #c6996c;
}
.color-3 {
color: #aa7a55;
}
.color-4 {
color: #795c39;
}
.color-5 {
color: #4d3b28;
}
/* CSS Variables */
:root {
--color-1: #e2bf83;
--color-2: #c6996c;
--color-3: #aa7a55;
--color-4: #795c39;
--color-5: #4d3b28;
}
Brown Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2bf83, #c6996c, #aa7a55, #795c39, #4d3b28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2bf83, #c6996c, #aa7a55, #795c39, #4d3b28);
}
Similar color palettes
Brown Shades color palette created on .