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: #c9b89c;
}
.color-2 {
color: #b3a389;
}
.color-3 {
color: #907c6a;
}
.color-4 {
color: #6c5d4b;
}
.color-5 {
color: #4b3f35;
}
/* CSS Variables */
:root {
--color-1: #c9b89c;
--color-2: #b3a389;
--color-3: #907c6a;
--color-4: #6c5d4b;
--color-5: #4b3f35;
}
Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9b89c, #b3a389, #907c6a, #6c5d4b, #4b3f35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9b89c, #b3a389, #907c6a, #6c5d4b, #4b3f35);
}
Similar color palettes
- Earthy Elegance
- Dark Purple Horror
- Terracotta Harmony
- Saffron Serenade
- Rose Knowledge
- Spiced Safari Delight
- Whispers of Warm Sand
- Autumn Ember
- Rustic Elegance
- Whispers of Autumn
- Shades of Brown
- Earthy Embrace
- Earthy Elegance
- Earthy Brown
- Earthy Brown with Pops of Color
- Gloomy Whispers
- Desert Blossom
- Canine Chronicles
Shades of Brown color palette created on .