Techno Pop Purple Color Palette

Discover the beautiful Techno Pop Purple color palette featuring waikawa gray (#5c609d), medium purple (#8c7ae6), dull lavender (#b7a2e2), blue chalk (#f1e5ff) and can can (#d68fbf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Lavender, Soft, Bright, Modern, Pastel, Violet, Pink 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 Techno Pop Purple palette

Share this palette to:

💻 Techno Pop Purple color palette CSS

/* CSS */
.color-1 {
color: #5c609d;
}
.color-2 {
color: #8c7ae6;
}
.color-3 {
color: #b7a2e2;
}
.color-4 {
color: #f1e5ff;
}
.color-5 {
color: #d68fbf;
}

/* CSS Variables */
:root {
--color-1: #5c609d;
--color-2: #8c7ae6;
--color-3: #b7a2e2;
--color-4: #f1e5ff;
--color-5: #d68fbf;
}

🌈 Techno Pop Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c609d, #8c7ae6, #b7a2e2, #f1e5ff, #d68fbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c609d, #8c7ae6, #b7a2e2, #f1e5ff, #d68fbf);
}

Techno Pop Purple color palette created on .