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: #6e4b3a;
}
.color-2 {
color: #8f5b4d;
}
.color-3 {
color: #b99b8d;
}
.color-4 {
color: #d8c7b6;
}
.color-5 {
color: #f2e1d4;
}
/* CSS Variables */
:root {
--color-1: #6e4b3a;
--color-2: #8f5b4d;
--color-3: #b99b8d;
--color-4: #d8c7b6;
--color-5: #f2e1d4;
}
Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e4b3a, #8f5b4d, #b99b8d, #d8c7b6, #f2e1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e4b3a, #8f5b4d, #b99b8d, #d8c7b6, #f2e1d4);
}
Similar color palettes
- Soft White Elegance
- Whispering Dusk
- Nature's Embrace
- Hiroshi
- Something Bad Will Happen Soon
- Cocoa Delight
- Earthy Whispering Woods
- Autumn Ember
- Melody of Earthtones
- Bone Shades
- Earthy Embrace
- Autumn's Whispering Hues
- Autumn Ember
- Dusky Cookie Dreamscape
- Rustic Ember Glow
- Bronze Elegance
- Nestled Hues
- Chocolate Delight
Shades of Brown color palette created on .