Earthy Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Tones palette
Earthy Tones color palette CSS
/* CSS */
.color-1 {
color: #794d39;
}
.color-2 {
color: #d8b569;
}
.color-3 {
color: #f3e13f;
}
.color-4 {
color: #4f9c67;
}
.color-5 {
color: #3c7b9a;
}
/* CSS Variables */
:root {
--color-1: #794d39;
--color-2: #d8b569;
--color-3: #f3e13f;
--color-4: #4f9c67;
--color-5: #3c7b9a;
}
Earthy Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794d39, #d8b569, #f3e13f, #4f9c67, #3c7b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794d39, #d8b569, #f3e13f, #4f9c67, #3c7b9a);
}
Similar color palettes
- Emerald Canopy
- Green Stained Glass
- Enchanted Marshlands
- Carson's Harmony
- Whimsical Forest Harmony
- Vibrant Yellow-Orange
- Earthy Green
- Earthy Green
- Verdant Serenity
- Earthy Tones
- Shades of Grey and Green
- Tropical Yellow
- Forest Whisper
- Earthy Green
- Shades of Verdun Green
- Green Herb Cookie
- Riverstone Hues
- Turquoise Beach
Earthy Tones color palette created on .