Harvested Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Harvested Earth palette
Harvested Earth color palette CSS
/* CSS */
.color-1 {
color: #e4d6b9;
}
.color-2 {
color: #d0b99a;
}
.color-3 {
color: #b59c78;
}
.color-4 {
color: #8b6c4b;
}
.color-5 {
color: #5d4522;
}
/* CSS Variables */
:root {
--color-1: #e4d6b9;
--color-2: #d0b99a;
--color-3: #b59c78;
--color-4: #8b6c4b;
--color-5: #5d4522;
}
Harvested Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d6b9, #d0b99a, #b59c78, #8b6c4b, #5d4522);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d6b9, #d0b99a, #b59c78, #8b6c4b, #5d4522);
}
Similar 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
- Urban Farm
- Woodland Wanderlust
- Sandal Shades
- Verdant Earthtones
- Orange Problematic
- Oceanic Serenity
- Shades of Green and Yellow
- Shades of Green
- Nature's Embrace
Harvested Earth color palette created on .