Cyber Witch Color Palette
Discover the beautiful Cyber Witch color palette featuring honey flower (#4b1e6b), affair (#793e89), strikemaster (#a0549e), can can (#d185ab) and illusion (#f8b4d1).
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 Cyber Witch palette
💻 Cyber Witch color palette CSS
/* CSS */
.color-1 {
color: #4b1e6b;
}
.color-2 {
color: #793e89;
}
.color-3 {
color: #a0549e;
}
.color-4 {
color: #d185ab;
}
.color-5 {
color: #f8b4d1;
}
/* CSS Variables */
:root {
--color-1: #4b1e6b;
--color-2: #793e89;
--color-3: #a0549e;
--color-4: #d185ab;
--color-5: #f8b4d1;
} 🌈 Cyber Witch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b1e6b, #793e89, #a0549e, #d185ab, #f8b4d1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b1e6b, #793e89, #a0549e, #d185ab, #f8b4d1);
} 🔗 Explore similar color palettes
Cyber Witch color palette created on .