Brown Natural Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Natural palette
Brown Natural color palette CSS
/* CSS */
.color-1 {
color: #c7a76b;
}
.color-2 {
color: #d2c3a3;
}
.color-3 {
color: #e3d8c4;
}
.color-4 {
color: #c0ae8c;
}
.color-5 {
color: #a78c6c;
}
/* CSS Variables */
:root {
--color-1: #c7a76b;
--color-2: #d2c3a3;
--color-3: #e3d8c4;
--color-4: #c0ae8c;
--color-5: #a78c6c;
}
Brown Natural background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7a76b, #d2c3a3, #e3d8c4, #c0ae8c, #a78c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7a76b, #d2c3a3, #e3d8c4, #c0ae8c, #a78c6c);
}
Similar color palettes
Scroll down to explore 200+ Earthy color palettes
- Verdant Tranquility
- Whispering Earthtones
- Yellow Dandy
- Olive Grove Harmony
- Yellow Eclipse
- Green Camo
- Deviant Shades of Green
- Earthy Green
- Maroon and Sage Green
- Woodland Wanderlust
- Sandal Shades
- Verdant Earthtones
- Orange Problematic
- Oceanic Serenity
- Shades of Green and Yellow
- Shades of Green
- Urban Farm
- Nature's Embrace
Brown Natural color palette created on .