Glitch Color Palette

Discover the beautiful Glitch color palette featuring porsche (#e6a15c), waikawa gray (#5a5a8c), curious blue (#389ad6), froly (#f77b6e) and fringy flower (#b1e2d0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Blue, Orange, Pink, Green, Modern, Fun, Vibrant, Cyberpunk color palettes and combinations.

💡 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 Glitch palette

Share this palette to:

💻 Glitch color palette CSS

/* CSS */
.color-1 {
color: #e6a15c;
}
.color-2 {
color: #5a5a8c;
}
.color-3 {
color: #389ad6;
}
.color-4 {
color: #f77b6e;
}
.color-5 {
color: #b1e2d0;
}

/* CSS Variables */
:root {
--color-1: #e6a15c;
--color-2: #5a5a8c;
--color-3: #389ad6;
--color-4: #f77b6e;
--color-5: #b1e2d0;
}

🌈 Glitch background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a15c, #5a5a8c, #389ad6, #f77b6e, #b1e2d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a15c, #5a5a8c, #389ad6, #f77b6e, #b1e2d0);
}

Glitch color palette created on .