Warm Terracotta Color Palette
Discover the beautiful Warm Terracotta color palette featuring black haze (#f2f3f3), chestnut (#b85a47), old rose (#c78e7f), japonica (#d47b5e) and cashmere (#e2ba9d).
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 Warm Terracotta palette
💻 Warm Terracotta color palette CSS
/* CSS */
.color-1 {
color: #f2f3f3;
}
.color-2 {
color: #b85a47;
}
.color-3 {
color: #c78e7f;
}
.color-4 {
color: #d47b5e;
}
.color-5 {
color: #e2ba9d;
}
/* CSS Variables */
:root {
--color-1: #f2f3f3;
--color-2: #b85a47;
--color-3: #c78e7f;
--color-4: #d47b5e;
--color-5: #e2ba9d;
} 🌈 Warm Terracotta background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f3f3, #b85a47, #c78e7f, #d47b5e, #e2ba9d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f3f3, #b85a47, #c78e7f, #d47b5e, #e2ba9d);
} 🔗 Explore similar color palettes
Warm Terracotta color palette created on .