Tansania Color Palette
Discover the beautiful Tansania color palette featuring goldenrod (#f8d86d), buttercup (#f5a524), zest (#e57e2a), cinnabar (#e24f3c) and burnt umber (#9a3928).
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 Tansania palette
💻 Tansania color palette CSS
/* CSS */
.color-1 {
color: #f8d86d;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #e57e2a;
}
.color-4 {
color: #e24f3c;
}
.color-5 {
color: #9a3928;
}
/* CSS Variables */
:root {
--color-1: #f8d86d;
--color-2: #f5a524;
--color-3: #e57e2a;
--color-4: #e24f3c;
--color-5: #9a3928;
} 🌈 Tansania background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d86d, #f5a524, #e57e2a, #e24f3c, #9a3928);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d86d, #f5a524, #e57e2a, #e24f3c, #9a3928);
} 🔗 Explore similar color palettes
Tansania color palette created on .