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: #6a2a2a;
}
.color-2 {
color: #896a9a;
}
.color-3 {
color: #b6a0a0;
}
.color-4 {
color: #e7c2b1;
}
.color-5 {
color: #f3d8c4;
}
/* CSS Variables */
:root {
--color-1: #6a2a2a;
--color-2: #896a9a;
--color-3: #b6a0a0;
--color-4: #e7c2b1;
--color-5: #f3d8c4;
}
Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2a2a, #896a9a, #b6a0a0, #e7c2b1, #f3d8c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2a2a, #896a9a, #b6a0a0, #e7c2b1, #f3d8c4);
}
Similar color palettes
- Cavernous Reverie
- Green Cosmo
- Celestial Shadows
- Whispers of Dusk
- Mafuyu Asahina
- Shades of Brown
- Serene Sunset Breeze
- Dusty Rosewood Serenity
- Shades of Gray
- Sunset Whisper Palette
- Earthy Rosewood Symphony
- Green Oliver
- Muted Brown
- Whispers of the Woodland
- Nutty Meadow
- Whispers of Nature
- Haunting Harvest
- Whispers of Earth
Shades of Brown color palette created on .