Earthy Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Brown palette
Earthy Brown color palette CSS
/* CSS */
.color-1 {
color: #6a5b4d;
}
.color-2 {
color: #9e8b6b;
}
.color-3 {
color: #d1c5a3;
}
.color-4 {
color: #f1e7b1;
}
.color-5 {
color: #f6d6c1;
}
/* CSS Variables */
:root {
--color-1: #6a5b4d;
--color-2: #9e8b6b;
--color-3: #d1c5a3;
--color-4: #f1e7b1;
--color-5: #f6d6c1;
}
Earthy Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5b4d, #9e8b6b, #d1c5a3, #f1e7b1, #f6d6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5b4d, #9e8b6b, #d1c5a3, #f1e7b1, #f6d6c1);
}
Similar color palettes
Earthy Brown color palette created on .