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: #f5e3b7;
}
.color-2 {
color: #d9b878;
}
.color-3 {
color: #c7885c;
}
.color-4 {
color: #a86f3e;
}
.color-5 {
color: #8c4a2b;
}
/* CSS Variables */
:root {
--color-1: #f5e3b7;
--color-2: #d9b878;
--color-3: #c7885c;
--color-4: #a86f3e;
--color-5: #8c4a2b;
}
Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e3b7, #d9b878, #c7885c, #a86f3e, #8c4a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e3b7, #d9b878, #c7885c, #a86f3e, #8c4a2b);
}
Similar color palettes
Shades of Brown color palette created on .