Woodland Warmth Color Palette
Discover the beautiful Woodland Warmth color palette featuring ferra (#6b4c4c), au chico (#8b5b5b), rodeo dust (#c5a59b), zinnwaldite (#e9c1a5) and sidecar (#f7e8cf).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Woodland Warmth palette
💻 Woodland Warmth color palette CSS
/* CSS */
.color-1 {
color: #6b4c4c;
}
.color-2 {
color: #8b5b5b;
}
.color-3 {
color: #c5a59b;
}
.color-4 {
color: #e9c1a5;
}
.color-5 {
color: #f7e8cf;
}
/* CSS Variables */
:root {
--color-1: #6b4c4c;
--color-2: #8b5b5b;
--color-3: #c5a59b;
--color-4: #e9c1a5;
--color-5: #f7e8cf;
} 🌈 Woodland Warmth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b4c4c, #8b5b5b, #c5a59b, #e9c1a5, #f7e8cf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b4c4c, #8b5b5b, #c5a59b, #e9c1a5, #f7e8cf);
} 🔗 Explore similar color palettes
Woodland Warmth color palette created on .