Glitchy Color Palette
Discover the beautiful Glitchy color palette featuring minsk (#3a2d86), butterfly bush (#6a4f9c), amethyst (#b26fc3), buttercup (#f5a524) and sunset orange (#ff4d4f).
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 Glitchy palette
💻 Glitchy color palette CSS
/* CSS */
.color-1 {
color: #3a2d86;
}
.color-2 {
color: #6a4f9c;
}
.color-3 {
color: #b26fc3;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #ff4d4f;
}
/* CSS Variables */
:root {
--color-1: #3a2d86;
--color-2: #6a4f9c;
--color-3: #b26fc3;
--color-4: #f5a524;
--color-5: #ff4d4f;
} 🌈 Glitchy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2d86, #6a4f9c, #b26fc3, #f5a524, #ff4d4f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2d86, #6a4f9c, #b26fc3, #f5a524, #ff4d4f);
} 🔗 Explore similar color palettes
Glitchy color palette created on .