Tuscan Sunsets Color Palette
Discover the beautiful Tuscan Sunsets color palette featuring tuscany (#bd5d2e), di serria (#d88c5a), harvest gold (#e3b97d), new orleans (#f1d4a2) and wheat (#f5e7b2).
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 Tuscan Sunsets palette
💻 Tuscan Sunsets color palette CSS
/* CSS */
.color-1 {
color: #bd5d2e;
}
.color-2 {
color: #d88c5a;
}
.color-3 {
color: #e3b97d;
}
.color-4 {
color: #f1d4a2;
}
.color-5 {
color: #f5e7b2;
}
/* CSS Variables */
:root {
--color-1: #bd5d2e;
--color-2: #d88c5a;
--color-3: #e3b97d;
--color-4: #f1d4a2;
--color-5: #f5e7b2;
}
🌈 Tuscan Sunsets background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bd5d2e, #d88c5a, #e3b97d, #f1d4a2, #f5e7b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bd5d2e, #d88c5a, #e3b97d, #f1d4a2, #f5e7b2);
}
🔗 Explore similar color palettes
Tuscan Sunsets color palette created on .