Theodora Color Palette
Discover the beautiful Theodora color palette featuring french lilac (#e4b3e5), east side (#a77ccb), butterfly bush (#6c4d9d), gigas (#4a3c8b) and jacarta (#2b2b73).
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 Theodora palette
💻 Theodora color palette CSS
/* CSS */
.color-1 {
color: #e4b3e5;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #6c4d9d;
}
.color-4 {
color: #4a3c8b;
}
.color-5 {
color: #2b2b73;
}
/* CSS Variables */
:root {
--color-1: #e4b3e5;
--color-2: #a77ccb;
--color-3: #6c4d9d;
--color-4: #4a3c8b;
--color-5: #2b2b73;
} 🌈 Theodora background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b3e5, #a77ccb, #6c4d9d, #4a3c8b, #2b2b73);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b3e5, #a77ccb, #6c4d9d, #4a3c8b, #2b2b73);
} 🔗 Explore similar color palettes
Theodora color palette created on .