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