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: #f3f1e7;
}
.color-2 {
color: #d9d3c4;
}
.color-3 {
color: #c1b19f;
}
.color-4 {
color: #a39b8a;
}
.color-5 {
color: #806f60;
}
/* CSS Variables */
:root {
--color-1: #f3f1e7;
--color-2: #d9d3c4;
--color-3: #c1b19f;
--color-4: #a39b8a;
--color-5: #806f60;
}
Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f1e7, #d9d3c4, #c1b19f, #a39b8a, #806f60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f1e7, #d9d3c4, #c1b19f, #a39b8a, #806f60);
}
Similar color palettes
Scroll down to explore 30+ Aesthetic color palettes
Shades of Brown color palette created on .