Tanzanite Dream Color Palette
Discover the beautiful Tanzanite Dream color palette featuring butterfly bush (#5c4c8a), wisteria (#896cbc), east side (#a67dca), prelude (#d3b2e0) and blue chalk (#f2e5ff).
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 Tanzanite Dream palette
💻 Tanzanite Dream color palette CSS
/* CSS */
.color-1 {
color: #5c4c8a;
}
.color-2 {
color: #896cbc;
}
.color-3 {
color: #a67dca;
}
.color-4 {
color: #d3b2e0;
}
.color-5 {
color: #f2e5ff;
}
/* CSS Variables */
:root {
--color-1: #5c4c8a;
--color-2: #896cbc;
--color-3: #a67dca;
--color-4: #d3b2e0;
--color-5: #f2e5ff;
} 🌈 Tanzanite Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4c8a, #896cbc, #a67dca, #d3b2e0, #f2e5ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4c8a, #896cbc, #a67dca, #d3b2e0, #f2e5ff);
} 🔗 Explore similar color palettes
Tanzanite Dream color palette created on .