Terra Cotta Dine Color Palette
Discover the beautiful Terra Cotta Dine color palette featuring red stage (#d05406), tahiti gold (#f0850a), tan hide (#f79e4b), casablanca (#f7b450) and rajah (#f8bc7c).
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 Terra Cotta Dine palette
💻 Terra Cotta Dine color palette CSS
/* CSS */
.color-1 {
color: #d05406;
}
.color-2 {
color: #f0850a;
}
.color-3 {
color: #f79e4b;
}
.color-4 {
color: #f7b450;
}
.color-5 {
color: #f8bc7c;
}
/* CSS Variables */
:root {
--color-1: #d05406;
--color-2: #f0850a;
--color-3: #f79e4b;
--color-4: #f7b450;
--color-5: #f8bc7c;
} 🌈 Terra Cotta Dine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d05406, #f0850a, #f79e4b, #f7b450, #f8bc7c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d05406, #f0850a, #f79e4b, #f7b450, #f8bc7c);
} 🔗 Explore similar color palettes
Terra Cotta Dine color palette created on .