Purple Technology Color Palette

Discover the beautiful Purple Technology color palette featuring butterfly bush (#5c4b8b), wisteria (#a56eaa), thistle (#d7b7d7), hit gray (#a7b2b9) and bombay (#b1b2b9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Gray, Modern, Purple 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 Purple Technology palette

Share this palette to:

💻 Purple Technology color palette CSS

/* CSS */
.color-1 {
color: #5c4b8b;
}
.color-2 {
color: #a56eaa;
}
.color-3 {
color: #d7b7d7;
}
.color-4 {
color: #a7b2b9;
}
.color-5 {
color: #b1b2b9;
}

/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #a56eaa;
--color-3: #d7b7d7;
--color-4: #a7b2b9;
--color-5: #b1b2b9;
}

🌈 Purple Technology background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #a56eaa, #d7b7d7, #a7b2b9, #b1b2b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #a56eaa, #d7b7d7, #a7b2b9, #b1b2b9);
}

Purple Technology color palette created on .