Earthy Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Elegance palette
Earthy Elegance color palette CSS
/* CSS */
.color-1 {
color: #4f2c1c;
}
.color-2 {
color: #6b4133;
}
.color-3 {
color: #8c6945;
}
.color-4 {
color: #af896a;
}
.color-5 {
color: #ba9373;
}
/* CSS Variables */
:root {
--color-1: #4f2c1c;
--color-2: #6b4133;
--color-3: #8c6945;
--color-4: #af896a;
--color-5: #ba9373;
}
Earthy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f2c1c, #6b4133, #8c6945, #af896a, #ba9373);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f2c1c, #6b4133, #8c6945, #af896a, #ba9373);
}
Similar color palettes
Scroll down to explore 300+ Brown color palettes
Earthy Elegance color palette created on .